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
11375815
Commit
11375815
authored
Mar 16, 2020
by
Peter Geoghegan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
nbtree: Fix obsolete _bt_search() comment.
Oversight in commit
d2086b08
.
parent
8b6d94cf
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/backend/access/nbtree/nbtsearch.c
src/backend/access/nbtree/nbtsearch.c
+2
-2
No files found.
src/backend/access/nbtree/nbtsearch.c
View file @
11375815
...
@@ -83,8 +83,8 @@ _bt_drop_lock_and_maybe_pin(IndexScanDesc scan, BTScanPos sp)
...
@@ -83,8 +83,8 @@ _bt_drop_lock_and_maybe_pin(IndexScanDesc scan, BTScanPos sp)
* but it can omit the rightmost column(s) of the index.
* but it can omit the rightmost column(s) of the index.
*
*
* Return value is a stack of parent-page pointers. *bufP is set to the
* Return value is a stack of parent-page pointers. *bufP is set to the
* address of the leaf-page buffer, which is
read-locked and pinned.
* address of the leaf-page buffer, which is
locked and pinned. No locks
*
No locks
are held on the parent pages, however!
* are held on the parent pages, however!
*
*
* If the snapshot parameter is not NULL, "old snapshot" checking will take
* If the snapshot parameter is not NULL, "old snapshot" checking will take
* place during the descent through the tree. This is not needed when
* place during the descent through the tree. This is not needed when
...
...
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