aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeAgg.c
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1999-10-26 04:49:00 +0000
committerBruce Momjian <bruce@momjian.us>1999-10-26 04:49:00 +0000
commit724bf74693ae4e7cbc2b774e29e768c13c3b72ce (patch)
tree79df2dcbbda95080514d2880c3ced095d2debc3e /src/backend/executor/nodeAgg.c
parent021146f3751cb554e438c3479b9266abef1f9a8d (diff)
downloadpostgresql-724bf74693ae4e7cbc2b774e29e768c13c3b72ce.tar.gz
postgresql-724bf74693ae4e7cbc2b774e29e768c13c3b72ce.zip
These are two minor corrections to libpq's PQsetNoticeProcessor function.
One, it now returns the previous hook. That way people don't have to dig around in libpq-int.h for that information anymore. It previously returned void, so there should be no incompatibilities. Second, you cannot set the callback to NULL anymore. (Of course you can still call it with NULL just to get the current hook.) The way libpq uses the callback pointer, having a NULL there wasn't very healthy. Peter Eisentraut
Diffstat (limited to 'src/backend/executor/nodeAgg.c')
0 files changed, 0 insertions, 0 deletions