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

Appearance settings

Commit 9f0f12a

Browse filesBrowse files
Fix HeapTupleSatisfiesNonVacuumable() comment.
Oversight in commit 6374618.
1 parent 2ddedca commit 9f0f12a
Copy full SHA for 9f0f12a

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

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

Copy file name to clipboardExpand all lines: src/backend/access/heap/heapam_visibility.c
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1389,7 +1389,7 @@ HeapTupleSatisfiesVacuum(HeapTuple htup, TransactionId OldestXmin,
13891389
* True if tuple might be visible to some transaction; false if it's
13901390
* surely dead to everyone, ie, vacuumable.
13911391
*
1392-
* See SNAPSHOT_TOAST's definition for the intended behaviour.
1392+
* See SNAPSHOT_NON_VACUUMABLE's definition for the intended behaviour.
13931393
*
13941394
* This is an interface to HeapTupleSatisfiesVacuum that's callable via
13951395
* HeapTupleSatisfiesSnapshot, so it can be used through a Snapshot.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.