|
16 | 16 | * Portions Copyright (c) 1994, Regents of the University of California
|
17 | 17 | *
|
18 | 18 | * 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 $ |
20 | 20 | *
|
21 | 21 | *-------------------------------------------------------------------------
|
22 | 22 | */
|
@@ -961,7 +961,7 @@ HeapTupleSatisfiesSnapshot(HeapTupleHeader tuple, Snapshot snapshot,
|
961 | 961 | }
|
962 | 962 |
|
963 | 963 | /* This is to be used only for disaster recovery and requires serious analysis. */
|
964 |
| -#ifndefMAKE_ALL_TUPLES_VISIBLE |
| 964 | +#ifndefMAKE_EXPIRED_TUPLES_VISIBLE |
965 | 965 | return false;
|
966 | 966 | #else
|
967 | 967 | return true;
|
|