X-Git-Url: https://git.8kb.co.uk/?p=pgpool-ii%2Fpgpool-ii_2.2.5;a=blobdiff_plain;f=pool.h;fp=pool.h;h=6b78b632fd56e0ec94bb4c94ff471d7341546b10;hp=674a2b527341156f67fcd846a9e21912f06f01b8;hb=74dbf6bdf5218bc69bcfe5b936abe06d82246ba1;hpb=09857a9aad7bb32b7bde8e21c705ddde4464a042 diff --git a/pool.h b/pool.h index 674a2b5..6b78b63 100644 --- a/pool.h +++ b/pool.h @@ -523,6 +523,21 @@ extern void pool_send_error_message(POOL_CONNECTION *frontend, int protoMajor, char *hint, char *file, int line); +extern void pool_send_fatal_message(POOL_CONNECTION *frontend, int protoMajor, + char *code, + char *message, + char *detail, + char *hint, + char *file, + int line); +extern void pool_send_severity_message(POOL_CONNECTION *frontend, int protoMajor, + char *code, + char *message, + char *detail, + char *hint, + char *file, + char *severity, + int line); extern void pool_send_readyforquery(POOL_CONNECTION *frontend); extern int send_startup_packet(POOL_CONNECTION_POOL_SLOT *cp); extern void pool_free_startup_packet(StartupPacket *sp);