diff options
author | Simon Riggs <simon@2ndQuadrant.com> | 2010-04-18 18:17:12 +0000 |
---|---|---|
committer | Simon Riggs <simon@2ndQuadrant.com> | 2010-04-18 18:17:12 +0000 |
commit | 2847de9df2c8f10b0f44170c373559164d5cef6f (patch) | |
tree | fea4ec00f57c422e557f9226d40ddbd5204369e8 /src/backend/access/transam/xlog.c | |
parent | 21d6a6a12850724b53ebc240080a90597b3b2580 (diff) | |
download | postgresql-2847de9df2c8f10b0f44170c373559164d5cef6f.tar.gz postgresql-2847de9df2c8f10b0f44170c373559164d5cef6f.zip |
Remove some additional changes in previous commit that belong elsewhere.
Diffstat (limited to 'src/backend/access/transam/xlog.c')
-rw-r--r-- | src/backend/access/transam/xlog.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/backend/access/transam/xlog.c b/src/backend/access/transam/xlog.c index 1cd5df5e7a0..47ebf7d1fe1 100644 --- a/src/backend/access/transam/xlog.c +++ b/src/backend/access/transam/xlog.c @@ -7,7 +7,7 @@ * 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 $ + * $PostgreSQL: pgsql/src/backend/access/transam/xlog.c,v 1.399 2010/04/18 18:17:12 sriggs Exp $ * *------------------------------------------------------------------------- */ @@ -6454,12 +6454,6 @@ CheckRecoveryConsistency(void) } } -bool -XLogConsistentState(void) -{ - return reachedMinRecoveryPoint; -} - /* * Is the system still in recovery? * |