PostgreSQL Source Code  git master
PGNoticeHooks Struct Reference

#include <libpq-int.h>

Data Fields

PQnoticeReceiver noticeRec
 
void * noticeRecArg
 
PQnoticeProcessor noticeProc
 
void * noticeProcArg
 

Detailed Description

Definition at line 153 of file libpq-int.h.

Field Documentation

◆ noticeProc

PQnoticeProcessor PGNoticeHooks::noticeProc

◆ noticeProcArg

void* PGNoticeHooks::noticeProcArg

Definition at line 158 of file libpq-int.h.

Referenced by defaultNoticeReceiver(), PQmakeEmptyPGresult(), and PQsetNoticeProcessor().

◆ noticeRec

◆ noticeRecArg

void* PGNoticeHooks::noticeRecArg

The documentation for this struct was generated from the following file: