|
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.83 2005/02/2014:57:47 momjian Exp $ |
| 19 | + * $PostgreSQL: pgsql/src/backend/utils/time/tqual.c,v 1.84 2005/02/2015:00:16 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 | | -#ifdefMAKE_ALL_TUPLES_VISIBLE |
| 964 | +#ifndefMAKE_ALL_TUPLES_VISIBLE |
965 | 965 | return false; |
966 | 966 | #else |
967 | 967 | return true; |
|