diff options
author | Bruce Momjian <bruce@momjian.us> | 1997-09-08 21:56:23 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 1997-09-08 21:56:23 +0000 |
commit | 59f6a57e59fe8353f9edaa3703516ea67e06672b (patch) | |
tree | 1b083fb66cf0be3890480a1ed5fb077dd7293790 /src/include/utils/tqual.h | |
parent | 075cede74858a9a04e97097b1ccd555121516c20 (diff) | |
download | postgresql-59f6a57e59fe8353f9edaa3703516ea67e06672b.tar.gz |
Used modified version of indent that understands over 100 typedefs.
Diffstat (limited to 'src/include/utils/tqual.h')
-rw-r--r-- | src/include/utils/tqual.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/utils/tqual.h b/src/include/utils/tqual.h index 579c6e9525..11253891a9 100644 --- a/src/include/utils/tqual.h +++ b/src/include/utils/tqual.h @@ -6,7 +6,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: tqual.h,v 1.8 1997/09/08 02:39:59 momjian Exp $ + * $Id: tqual.h,v 1.9 1997/09/08 21:55:19 momjian Exp $ * * NOTE * It may be desirable to allow time qualifications to indicate @@ -22,7 +22,7 @@ typedef struct TimeQualSpace { char data[12]; -} TimeQualSpace; +} TimeQualSpace; typedef Pointer TimeQual; @@ -36,7 +36,7 @@ extern void setheapoverride(bool on); extern bool heapisoverride(void); extern TimeQual TimeFormSnapshotTimeQual(AbsoluteTime time); -extern TimeQual +extern TimeQual TimeFormRangedTimeQual(AbsoluteTime startTime, AbsoluteTime endTime); extern bool HeapTupleSatisfiesTimeQual(HeapTuple tuple, TimeQual qual); |