mirror of
https://github.com/postgres/postgres.git
synced 2025-04-22 23:02:54 +03:00
That variable I removed broke XLOG, that part of the delta
should have read: Alfred Perlstein
This commit is contained in:
parent
5a0152b3fd
commit
a5046ad13a
@ -6,7 +6,7 @@
|
|||||||
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
|
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
|
||||||
* Portions Copyright (c) 1994, Regents of the University of California
|
* Portions Copyright (c) 1994, Regents of the University of California
|
||||||
*
|
*
|
||||||
* $Header: /cvsroot/pgsql/src/backend/access/transam/xlog.c,v 1.26 2000/11/16 05:50:59 momjian Exp $
|
* $Header: /cvsroot/pgsql/src/backend/access/transam/xlog.c,v 1.27 2000/11/16 06:16:00 momjian Exp $
|
||||||
*
|
*
|
||||||
*-------------------------------------------------------------------------
|
*-------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
@ -1276,6 +1276,7 @@ BootStrapXLOG()
|
|||||||
CheckPoint checkPoint;
|
CheckPoint checkPoint;
|
||||||
|
|
||||||
#ifdef XLOG
|
#ifdef XLOG
|
||||||
|
bool usexistent = false;
|
||||||
XLogPageHeader page = (XLogPageHeader) buffer;
|
XLogPageHeader page = (XLogPageHeader) buffer;
|
||||||
XLogRecord *record;
|
XLogRecord *record;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user