pgsql-server/src backend/access/transam/xact.c ...

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server/src backend/access/transam/xact.c ...
Date: 2003-10-16 16:50:41
Message-ID: 20031016165041.ABA28D1B548@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: tgl(at)svr1(dot)postgresql(dot)org 03/10/16 13:50:41

Modified files:
src/backend/access/transam: xact.c
src/backend/commands: async.c
src/backend/tcop: postgres.c
src/include/access: xact.h

Log message:
Fix bad interaction between NOTIFY processing and V3 extended query
protocol, per report from Igor Shevchenko. NOTIFY thought it could
do its thing if transaction blockState is TBLOCK_DEFAULT, but in
reality it had better check the low-level transaction state is
TRANS_DEFAULT as well. Formerly it was not possible to wait for the
client in a state where the first is true and the second is not ...
but now we can have such a state. Minor cleanup in StartTransaction()
as well.

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2003-10-16 17:38:01 pgsql-server/doc/src/sgml/ref postgres-ref.sgm ...
Previous Message Tom Lane 2003-10-16 04:52:22 pgsql-server/doc/src/sgml datatype.sgml