File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
src/backend/access/transam Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 7
7
* Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
8
8
* Portions Copyright (c) 1994, Regents of the University of California
9
9
*
10
- * $Header: /cvsroot/pgsql/src/backend/access/transam/xlog.c,v 1.76 2001/09/06 02:02:48 tgl Exp $
10
+ * $Header: /cvsroot/pgsql/src/backend/access/transam/xlog.c,v 1.77 2001/09/26 20:24:02 tgl Exp $
11
11
*
12
12
*-------------------------------------------------------------------------
13
13
*/
@@ -2462,7 +2462,6 @@ StartupXLOG(void)
2462
2462
ReadControlFile ();
2463
2463
2464
2464
if (ControlFile -> logSeg == 0 ||
2465
- ControlFile -> time <= 0 ||
2466
2465
ControlFile -> state < DB_SHUTDOWNED ||
2467
2466
ControlFile -> state > DB_IN_PRODUCTION ||
2468
2467
!XRecOffIsValid (ControlFile -> checkPoint .xrecoff ))
You can’t perform that action at this time.
0 commit comments