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

Commitb7493e1

Browse files
Remove leftover mentions of XLOG_HEAP2_FREEZE_PAGE records
f83d709 merged the separate XLOG_HEAP2_FREEZE_PAGE records into anew combined prune, freeze, and vacuum record with opcodeXLOG_HEAP2_PRUNE_VACUUM_SCAN. Remove the last few references toXLOG_HEAP2_FREEZE_PAGE records which were accidentally left behind.Reported-by: Tomas VondraReviewed-by: Robert HaasDiscussion:https://postgr.es/m/CA%2BTgmoY1tYff-1CEn8kYt5FsOrynTbtr%3DUZw%3D7mTC1Hv1HpeBQ%40mail.gmail.com
1 parent1a0da34 commitb7493e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1906,7 +1906,7 @@ heap_log_freeze_eq(xlhp_freeze_plan *plan, HeapTupleFreeze *frz)
19061906
}
19071907

19081908
/*
1909-
* Comparator used to deduplicateXLOG_HEAP2_FREEZE_PAGE freeze plans
1909+
* Comparator used to deduplicatethe freeze plans used in WAL records.
19101910
*/
19111911
staticint
19121912
heap_log_freeze_cmp(constvoid*arg1,constvoid*arg2)
@@ -1966,7 +1966,7 @@ heap_log_freeze_new_plan(xlhp_freeze_plan *plan, HeapTupleFreeze *frz)
19661966

19671967
/*
19681968
* Deduplicate tuple-based freeze plans so that each distinct set of
1969-
* processing steps is only stored once inXLOG_HEAP2_FREEZE_PAGE records.
1969+
* processing steps is only stored once inthe WAL record.
19701970
* Called during original execution of freezing (for logged relations).
19711971
*
19721972
* Return value is number of plans set in *plans_out for caller. Also writes

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp