Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 57e3b0c

Browse files
committed
Rename macro to MAKE_EXPIRED_TUPLES_VISIBLE.
1 parent f6a7bef commit 57e3b0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/utils/time/tqual.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* Portions Copyright (c) 1994, Regents of the University of California
1717
*
1818
* IDENTIFICATION
19-
* $PostgreSQL: pgsql/src/backend/utils/time/tqual.c,v 1.84 2005/02/20 15:00:16 momjian Exp $
19+
* $PostgreSQL: pgsql/src/backend/utils/time/tqual.c,v 1.85 2005/02/20 15:01:42 momjian Exp $
2020
*
2121
*-------------------------------------------------------------------------
2222
*/
@@ -961,7 +961,7 @@ HeapTupleSatisfiesSnapshot(HeapTupleHeader tuple, Snapshot snapshot,
961961
}
962962

963963
/* This is to be used only for disaster recovery and requires serious analysis. */
964-
#ifndef MAKE_ALL_TUPLES_VISIBLE
964+
#ifndef MAKE_EXPIRED_TUPLES_VISIBLE
965965
return false;
966966
#else
967967
return true;

0 commit comments

Comments
 (0)