Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
8aa780bd
Commit
8aa780bd
authored
Jul 09, 1999
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cleanup
parent
62cc8bf7
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
doc/TODO
doc/TODO
+1
-0
src/backend/access/heap/heapam.c
src/backend/access/heap/heapam.c
+1
-2
No files found.
doc/TODO
View file @
8aa780bd
...
@@ -44,6 +44,7 @@ MISC
...
@@ -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
------------
------------
...
...
src/backend/access/heap/heapam.c
View file @
8aa780bd
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
*
*
*
*
* IDENTIFICATION
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/access/heap/heapam.c,v 1.4
5 1999/07/02 03:21:3
7 momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/access/heap/heapam.c,v 1.4
6 1999/07/09 04:51:2
7 momjian Exp $
*
*
*
*
* INTERFACE ROUTINES
* INTERFACE ROUTINES
...
@@ -960,7 +960,6 @@ heap_getnext(HeapScanDesc scandesc, int backw)
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment