Rename macro to MAKE_EXPIRED_TUPLES_VISIBLE.
This commit is contained in:
parent
f6a7bef915
commit
57e3b0c9db
@ -16,7 +16,7 @@
|
|||||||
* Portions Copyright (c) 1994, Regents of the University of California
|
* Portions Copyright (c) 1994, Regents of the University of California
|
||||||
*
|
*
|
||||||
* IDENTIFICATION
|
* IDENTIFICATION
|
||||||
* $PostgreSQL: pgsql/src/backend/utils/time/tqual.c,v 1.84 2005/02/20 15:00:16 momjian Exp $
|
* $PostgreSQL: pgsql/src/backend/utils/time/tqual.c,v 1.85 2005/02/20 15:01:42 momjian Exp $
|
||||||
*
|
*
|
||||||
*-------------------------------------------------------------------------
|
*-------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
@ -961,7 +961,7 @@ HeapTupleSatisfiesSnapshot(HeapTupleHeader tuple, Snapshot snapshot,
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* This is to be used only for disaster recovery and requires serious analysis. */
|
/* This is to be used only for disaster recovery and requires serious analysis. */
|
||||||
#ifndef MAKE_ALL_TUPLES_VISIBLE
|
#ifndef MAKE_EXPIRED_TUPLES_VISIBLE
|
||||||
return false;
|
return false;
|
||||||
#else
|
#else
|
||||||
return true;
|
return true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user