PostgreSQL Source Code git master
Loading...
Searching...
No Matches
PGNoticeHooks Struct Reference

#include <libpq-int.h>

Data Fields

PQnoticeReceiver noticeRec
 
voidnoticeRecArg
 
PQnoticeProcessor noticeProc
 
voidnoticeProcArg
 

Detailed Description

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

Field Documentation

◆ noticeProc

PQnoticeProcessor PGNoticeHooks::noticeProc

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

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

◆ noticeProcArg

void* PGNoticeHooks::noticeProcArg

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

Referenced by defaultNoticeReceiver(), and PQsetNoticeProcessor().

◆ noticeRec

PQnoticeReceiver PGNoticeHooks::noticeRec

◆ noticeRecArg

void* PGNoticeHooks::noticeRecArg

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

Referenced by pqGetErrorNotice3(), pqInternalNotice(), and PQsetNoticeReceiver().


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