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

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server/src backend/access/transam/xact.c ...
Date: 2002-10-21 22:06:20
Message-ID: 20021021220620.5BB5F475DF2@postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: tgl(at)postgresql(dot)org 02/10/21 18:06:20

Modified files:
src/backend/access/transam: xact.c
src/backend/catalog: heap.c index.c
src/backend/commands: dbcommands.c indexcmds.c tablecmds.c
vacuum.c
src/backend/parser: analyze.c
src/include/access: xact.h

Log message:
Fix places that were using IsTransactionBlock() as an (inadequate) check
that they'd get to commit immediately on finishing. There's now a
centralized routine PreventTransactionChain() that implements the
necessary tests.

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian - CVS 2002-10-21 23:10:09 pgsql-server/doc/src/sgml odbc.sgml
Previous Message Bruce Momjian - CVS 2002-10-21 20:35:08 pgsql-server/doc TODO