From 8aa780bdd306f8a78d6778d71ab2add145b0e14e Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Fri, 9 Jul 1999 04:51:27 +0000 Subject: cleanup --- src/backend/access/heap/heapam.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src') diff --git a/src/backend/access/heap/heapam.c b/src/backend/access/heap/heapam.c index 31274a71a77..a0d03f6927c 100644 --- a/src/backend/access/heap/heapam.c +++ b/src/backend/access/heap/heapam.c @@ -7,7 +7,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/access/heap/heapam.c,v 1.45 1999/07/02 03:21:37 momjian Exp $ + * $Header: /cvsroot/pgsql/src/backend/access/heap/heapam.c,v 1.46 1999/07/09 04:51:27 momjian Exp $ * * * INTERFACE ROUTINES @@ -960,7 +960,6 @@ heap_getnext(HeapScanDesc scandesc, int backw) * value, and they are required to BufferRelease() it when they * are done. If they want to make a copy of it before releasing it, * they can call heap_copytyple(). - * ---------------- */ void -- cgit v1.2.3