postgresql/src/bin/initdb
Tom Lane d1e027221d Replace the pg_listener-based LISTEN/NOTIFY mechanism with an in-memory queue.
In addition, add support for a "payload" string to be passed along with
each notify event.

This implementation should be significantly more efficient than the old one,
and is also more compatible with Hot Standby usage.  There is not yet any
facility for HS slaves to receive notifications generated on the master,
although such a thing is possible in future.

Joachim Wieland, reviewed by Jeff Davis; also hacked on by me.
2010-02-16 22:34:57 +00:00
..
po Translation updates 2009-12-19 20:23:26 +00:00
initdb.c Replace the pg_listener-based LISTEN/NOTIFY mechanism with an in-memory queue. 2010-02-16 22:34:57 +00:00
Makefile Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
nls.mk Translations update for 8.5alpha2 2009-10-20 18:23:27 +00:00