1#include <kDB/Repository/Logging.h> 
    5clog_format_declare_enum_formatter(ConnStatusType, CONNECTION_OK, CONNECTION_BAD,
 
    6                                   CONNECTION_STARTED, CONNECTION_MADE,
 
    7                                   CONNECTION_AWAITING_RESPONSE, CONNECTION_AUTH_OK,
 
    8                                   CONNECTION_SETENV, CONNECTION_SSL_STARTUP, CONNECTION_NEEDED,
 
    9                                   CONNECTION_CHECK_WRITABLE, CONNECTION_CONSUME,
 
   10                                   CONNECTION_GSS_STARTUP, CONNECTION_CHECK_TARGET,
 
   11                                   CONNECTION_CHECK_STANDBY);
 
   13clog_format_declare_enum_formatter(ExecStatusType, PGRES_EMPTY_QUERY, PGRES_COMMAND_OK,
 
   14                                   PGRES_TUPLES_OK, PGRES_COPY_OUT, PGRES_COPY_IN,
 
   15                                   PGRES_BAD_RESPONSE, PGRES_NONFATAL_ERROR, PGRES_FATAL_ERROR,
 
   16                                   PGRES_COPY_BOTH, PGRES_SINGLE_TUPLE, PGRES_PIPELINE_SYNC,
 
   17                                   PGRES_PIPELINE_ABORTED);