|
PostgreSQL Source Code git master
|
#include <libpq.h>
Data Fields | |
| void(* | comm_reset )(void) |
| int(* | flush )(void) |
| int(* | flush_if_writable )(void) |
| bool(* | is_send_pending )(void) |
| int(* | putmessage )(char msgtype, const char *s, size_t len) |
| void(* | putmessage_noblock )(char msgtype, const char *s, size_t len) |