mirror of
https://github.com/postgres/postgres.git
synced 2025-07-23 03:21:12 +03:00
cleanup
This commit is contained in:
1
doc/TODO
1
doc/TODO
@ -44,6 +44,7 @@ MISC
|
|||||||
|
|
||||||
* User who can create databases can modify pg_database table
|
* User who can create databases can modify pg_database table
|
||||||
* Plpgsql does not handle quoted mixed-case identifiers
|
* Plpgsql does not handle quoted mixed-case identifiers
|
||||||
|
* Allow index on tuple greater than 1/2 block size
|
||||||
|
|
||||||
ENHANCEMENTS
|
ENHANCEMENTS
|
||||||
------------
|
------------
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
*
|
*
|
||||||
*
|
*
|
||||||
* IDENTIFICATION
|
* 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
|
* INTERFACE ROUTINES
|
||||||
@ -960,7 +960,6 @@ heap_getnext(HeapScanDesc scandesc, int backw)
|
|||||||
* value, and they are required to BufferRelease() it when they
|
* value, and they are required to BufferRelease() it when they
|
||||||
* are done. If they want to make a copy of it before releasing it,
|
* are done. If they want to make a copy of it before releasing it,
|
||||||
* they can call heap_copytyple().
|
* they can call heap_copytyple().
|
||||||
|
|
||||||
* ----------------
|
* ----------------
|
||||||
*/
|
*/
|
||||||
void
|
void
|
||||||
|
Reference in New Issue
Block a user