PostgreSQL Source Code
git master
|
#include <libpq-fe.h>
Data Fields | |
char * | relname |
int | be_pid |
char * | extra |
struct pgNotify * | next |
Definition at line 187 of file libpq-fe.h.
int pgNotify::be_pid |
Definition at line 190 of file libpq-fe.h.
Referenced by dblink_get_notify(), ecpg_process_output(), getNotify(), main(), PrintNotifications(), and try_complete_step().
char* pgNotify::extra |
Definition at line 191 of file libpq-fe.h.
Referenced by dblink_get_notify(), getNotify(), PrintNotifications(), and try_complete_step().
struct pgNotify* pgNotify::next |
Definition at line 193 of file libpq-fe.h.
Referenced by getNotify(), pqDropServerData(), and PQnotifies().
char* pgNotify::relname |
Definition at line 189 of file libpq-fe.h.
Referenced by dblink_get_notify(), ecpg_process_output(), getNotify(), main(), PrintNotifications(), and try_complete_step().