Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8aa780b

Browse files
committed
cleanup
1 parent62cc8bf commit8aa780b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎doc/TODO

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ MISC
4444

4545
* User who can create databases can modify pg_database table
4646
* Plpgsql does not handle quoted mixed-case identifiers
47+
* Allow index on tuple greater than 1/2 block size
4748

4849
ENHANCEMENTS
4950
------------

‎src/backend/access/heap/heapam.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/access/heap/heapam.c,v 1.45 1999/07/02 03:21:37 momjian Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/access/heap/heapam.c,v 1.46 1999/07/09 04:51:27 momjian Exp $
1111
*
1212
*
1313
* INTERFACE ROUTINES
@@ -960,7 +960,6 @@ heap_getnext(HeapScanDesc scandesc, int backw)
960960
*value, and they are required to BufferRelease() it when they
961961
*are done. If they want to make a copy of it before releasing it,
962962
*they can call heap_copytyple().
963-
964963
* ----------------
965964
*/
966965
void

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp