]> granicus.if.org Git - postgresql/commit
These are two minor corrections to libpq's PQsetNoticeProcessor function.
authorBruce Momjian <bruce@momjian.us>
Tue, 26 Oct 1999 04:49:00 +0000 (04:49 +0000)
committerBruce Momjian <bruce@momjian.us>
Tue, 26 Oct 1999 04:49:00 +0000 (04:49 +0000)
commit724bf74693ae4e7cbc2b774e29e768c13c3b72ce
tree79df2dcbbda95080514d2880c3ced095d2debc3e
parent021146f3751cb554e438c3479b9266abef1f9a8d
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
src/interfaces/libpq/fe-connect.c
src/interfaces/libpq/libpq-fe.h