diff options
Diffstat (limited to 'src/include/utils/tqual.h')
-rw-r--r-- | src/include/utils/tqual.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/utils/tqual.h b/src/include/utils/tqual.h index d8aa6638f6a..89314764ea6 100644 --- a/src/include/utils/tqual.h +++ b/src/include/utils/tqual.h @@ -7,7 +7,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: tqual.h,v 1.25 1999/09/29 16:06:28 wieck Exp $ + * $Id: tqual.h,v 1.26 1999/12/10 12:34:15 wieck Exp $ * *------------------------------------------------------------------------- */ @@ -36,6 +36,8 @@ extern Snapshot SnapshotDirty; extern Snapshot QuerySnapshot; extern Snapshot SerializableSnapshot; +extern bool ReferentialIntegritySnapshotOverride; + #define IsSnapshotNow(snapshot) ((Snapshot) snapshot == SnapshotNow) #define IsSnapshotSelf(snapshot) ((Snapshot) snapshot == SnapshotSelf) #define IsSnapshotAny(snapshot) ((Snapshot) snapshot == SnapshotAny) |