diff options
Diffstat (limited to 'src/include/access/rtscan.h')
-rw-r--r-- | src/include/access/rtscan.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/access/rtscan.h b/src/include/access/rtscan.h index af169d007b0..004affe5aca 100644 --- a/src/include/access/rtscan.h +++ b/src/include/access/rtscan.h @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: rtscan.h,v 1.12 2001/10/28 06:25:59 momjian Exp $ + * $Id: rtscan.h,v 1.13 2001/11/05 17:46:31 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -20,4 +20,4 @@ void rtadjscans(Relation r, int op, BlockNumber blkno, OffsetNumber offnum); -#endif /* RTSCAN_H */ +#endif /* RTSCAN_H */ |