pgsql/src/backend/access/transam xlog.c

From: Tom Lane <tgl(at)hub(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/backend/access/transam xlog.c
Date: 2001-03-18 00:30:28
Message-ID: 200103180030.f2I0USx98130@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: tgl(at)hub(dot)org 01/03/17 19:30:28

Modified files:
src/backend/access/transam: xlog.c

Log message:
Make sure ControlFile logId/logSeg don't go backwards (barely possible given a
slow backend, if we update unconditionally as the code did before).

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2001-03-18 02:25:32 pgsql/src/bin/pg_dump pg_backup_custom.c
Previous Message Bruce Momjian - CVS 2001-03-17 21:59:43 pgsql/contrib/intarray Makefile README.intarra ...