From ac3a1c3da870b95a0394ca51451682c756e83799 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Fri, 9 Jul 1999 04:51:27 +0000 Subject: [PATCH] cleanup --- doc/TODO | 1 + src/backend/access/heap/heapam.c | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/TODO b/doc/TODO index 1ca2b52fd0..cb4b1136dd 100644 --- a/doc/TODO +++ b/doc/TODO @@ -44,6 +44,7 @@ MISC * User who can create databases can modify pg_database table * Plpgsql does not handle quoted mixed-case identifiers +* Allow index on tuple greater than 1/2 block size ENHANCEMENTS ------------ diff --git a/src/backend/access/heap/heapam.c b/src/backend/access/heap/heapam.c index 91f536e851..4afed821da 100644 --- a/src/backend/access/heap/heapam.c +++ b/src/backend/access/heap/heapam.c @@ -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 -- 2.39.5