Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 813492d

Browse files
Use correct type name in comments about freezing.
Oversight in commit 9e54059, which added freeze plan deduplication.
1 parent aca93b5 commit 813492d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/access/heap/heapam.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6442,7 +6442,7 @@ FreezeMultiXactId(MultiXactId multi, uint16 t_infomask,
64426442
* will be totally frozen after these operations are performed and false if
64436443
* more freezing will eventually be required.
64446444
*
6445-
* VACUUM caller must assemble HeapFreezeTuple entries for every tuple that we
6445+
* VACUUM caller must assemble HeapTupleFreeze entries for every tuple that we
64466446
* returned true for when called. A later heap_freeze_execute_prepared call
64476447
* will execute freezing for caller's page as a whole.
64486448
*

0 commit comments

Comments
 (0)