30 extern void Async_Notify(
const char *channel,
const char *payload);
void HandleNotifyInterrupt(void)
PGDLLIMPORT bool Trace_notify
void Async_UnlistenAll(void)
void NotifyMyFrontEnd(const char *channel, const char *payload, int32 srcPid)
void AtCommit_Notify(void)
void ProcessNotifyInterrupt(bool flush)
PGDLLIMPORT volatile sig_atomic_t notifyInterruptPending
void AtAbort_Notify(void)
void PreCommit_Notify(void)
Size AsyncShmemSize(void)
void Async_Unlisten(const char *channel)
void Async_Listen(const char *channel)
void AtSubAbort_Notify(void)
void AtPrepare_Notify(void)
PGDLLIMPORT int max_notify_queue_pages
void AtSubCommit_Notify(void)
void AsyncShmemInit(void)
void Async_Notify(const char *channel, const char *payload)