/*------------------------------------------------------------------------- * * gtm_utils.h * * * Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * Portions Copyright (c) 2010-2012 Postgres-XC Development Group * * src/include/gtm/gtm_utils.h * *------------------------------------------------------------------------- */ #ifndef GTM_UTILS_H #define GTM_UTILS_H #include "gtm/libpq-int.h" #include "gtm/gtm_msg.h" char *gtm_util_message_name(GTM_MessageType type); #endif /* GTM_UTILS_H */