pgsql: Improve the recently-added libpq events code to provide more

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Improve the recently-added libpq events code to provide more
Date: 2008-09-19 16:40:40
Message-ID: 20080919164040.DDB157545A4@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Improve the recently-added libpq events code to provide more consistent
guarantees about whether event procedures will receive DESTROY events.
They no longer need to defend themselves against getting a DESTROY
without a successful prior CREATE.

Andrew Chernow

Modified Files:
--------------
pgsql/doc/src/sgml:
libpq.sgml (r1.261 -> r1.262)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/libpq.sgml?r1=1.261&r2=1.262)
pgsql/src/interfaces/libpq:
fe-exec.c (r1.198 -> r1.199)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/fe-exec.c?r1=1.198&r2=1.199)
libpq-events.c (r1.1 -> r1.2)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/libpq-events.c?r1=1.1&r2=1.2)
libpq-int.h (r1.132 -> r1.133)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/libpq-int.h?r1=1.132&r2=1.133)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2008-09-19 19:03:41 pgsql: Create a selectivity estimation function for the text search @@
Previous Message Dave Page 2008-09-19 14:57:48 stackbuilder - installers: Update for 1.2.15