mirror of
https://github.com/postgres/postgres.git
synced 2026-04-22 22:59:54 -04:00
Fix MAKE_ALL_TUPLES_VISIBLE define.
This commit is contained in:
parent
5845bfb8bf
commit
f6a7bef915
1 changed files with 2 additions and 2 deletions
|
|
@ -16,7 +16,7 @@
|
|||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $PostgreSQL: pgsql/src/backend/utils/time/tqual.c,v 1.83 2005/02/20 14:57:47 momjian Exp $
|
||||
* $PostgreSQL: pgsql/src/backend/utils/time/tqual.c,v 1.84 2005/02/20 15:00:16 momjian Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
|
|
@ -961,7 +961,7 @@ HeapTupleSatisfiesSnapshot(HeapTupleHeader tuple, Snapshot snapshot,
|
|||
}
|
||||
|
||||
/* This is to be used only for disaster recovery and requires serious analysis. */
|
||||
#ifdef MAKE_ALL_TUPLES_VISIBLE
|
||||
#ifndef MAKE_ALL_TUPLES_VISIBLE
|
||||
return false;
|
||||
#else
|
||||
return true;
|
||||
|
|
|
|||
Loading…
Reference in a new issue