*** pgsql/src/backend/access/transam/xlog.c 2010/04/18 18:05:51 1.398 --- pgsql/src/backend/access/transam/xlog.c 2010/04/18 18:17:12 1.399 *************** *** 7,13 **** * Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * ! * $PostgreSQL: pgsql/src/backend/access/transam/xlog.c,v 1.397 2010/04/16 08:58:16 heikki Exp $ * *------------------------------------------------------------------------- */ --- 7,13 ---- * Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * ! * $PostgreSQL: pgsql/src/backend/access/transam/xlog.c,v 1.398 2010/04/18 18:05:51 sriggs Exp $ * *------------------------------------------------------------------------- */ *************** CheckRecoveryConsistency(void) *** 6454,6465 **** } } - bool - XLogConsistentState(void) - { - return reachedMinRecoveryPoint; - } - /* * Is the system still in recovery? * --- 6454,6459 ----