diff options
author | Marc G. Fournier <scrappy@hub.org> | 1998-01-25 05:04:21 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1998-01-25 05:04:21 +0000 |
commit | fc75484550eb2320882936c1ad90a6c7e09d7a33 (patch) | |
tree | 0e9802159dd89d698492e126b6b84d507a146d15 /src | |
parent | 25a8c053e3309d53b82862e96a5594120ac7528b (diff) | |
download | postgresql-fc75484550eb2320882936c1ad90a6c7e09d7a33.tar.gz postgresql-fc75484550eb2320882936c1ad90a6c7e09d7a33.zip |
Somehow the 'comment' here got messed up
Diffstat (limited to 'src')
-rw-r--r-- | src/include/access/heapam.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/access/heapam.h b/src/include/access/heapam.h index 9aa72939311..cb9765c6d5a 100644 --- a/src/include/access/heapam.h +++ b/src/include/access/heapam.h @@ -1,4 +1,4 @@ - *------------------------------------------------------------------------- +/*------------------------------------------------------------------------- * * heapam.h-- * POSTGRES heap access method definitions. @@ -6,7 +6,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: heapam.h,v 1.23 1998/01/24 22:47:59 momjian Exp $ + * $Id: heapam.h,v 1.24 1998/01/25 05:04:21 scrappy Exp $ * *------------------------------------------------------------------------- */ |