pgsql/src backend/access/transam/xact.c backen ...

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src backend/access/transam/xact.c backen ...
Date: 2002-03-15 19:20:37
Message-ID: 20020315192037.78E9E475AB1@postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql
Changes by: tgl(at)postgresql(dot)org 02/03/15 14:20:36

Modified files:
src/backend/access/transam: xact.c xlog.c
src/backend/bootstrap: bootstrap.c
src/backend/commands: sequence.c
src/backend/postmaster: postmaster.c
src/include/access: xlog.h

Log message:
Repair two problems with WAL logging of sequence nextvalI() ops, as
per recent pghackers discussion: force a new WAL record at first nextval
after a checkpoint, and ensure that xlog is flushed to disk if a nextval
record is the only thing emitted by a transaction.

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2002-03-15 19:20:48 pgsql/src backend/access/transam/Tag: backend/ ...
Previous Message Bruce Momjian - CVS 2002-03-15 16:16:37 pgsql/doc/src/sgml sql.sgml