Commit 92b6932
merge: resolve merge conflicts from REL_17_10
Resolve seven merge conflicts introduced by upstream REL_17_10:
visibilitymap: keep macros in the header file per PolarDB convention and
add the new HEAPBLK_TO_MAPBLOCK_LIMIT macro there as well.
multixact: retain PolarDB's local cache macro alongside upstream's
expanded comment and new last_initialized_offsets_page variable.
slotsync: combine upstream's parameter_changed condition with PolarDB's
hot_standby_feedback check, preserving upstream's comment.
walsender: drop the unused fullyAppliedLastTime variable, keep PolarDB's
polar_bg_replay_lsn, and add upstream's prevWritePtr, prevFlushPtr, and
prevApplyPtr static variables.
pg_config.h.in: keep PolarDB's PFSD_VERSION and add upstream's
PG_CXX_PRINTF_ATTRIBUTE and PG_C_PRINTF_ATTRIBUTE definitions.
procsignal: add upstream's PROCSIG_SLOTSYNC_MESSAGE before PolarDB's
POLAR_PROCSIG_BACKEND_MEMORY_CONTEXT, both preceding NUM_PROCSIGNALS.
test/Makefile: keep PolarDB's comment and ordering, add postmaster to
the SUBDIRS list.
Also apply style fixes to upstream-introduced files: rewrap comments in
xslt_proc.c and applyparallelworker.c, and fix line wrapping in
004_negotiate.pl and 011_ib_truncation.pl.
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent 6a34139 commit 92b6932
12 files changed
Lines changed: 23 additions & 68 deletions
File tree
- contrib/xml2
- src
- backend
- access
- heap
- transam
- replication
- logical
- bin/pg_combinebackup/t
- include
- access
- storage
- test
- postmaster/t
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
180 | 180 | | |
181 | 181 | | |
182 | 182 | | |
183 | | - | |
184 | | - | |
| 183 | + | |
| 184 | + | |
185 | 185 | | |
186 | 186 | | |
187 | 187 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | 107 | | |
131 | 108 | | |
132 | 109 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
416 | 416 | | |
417 | 417 | | |
418 | 418 | | |
419 | | - | |
420 | 419 | | |
421 | 420 | | |
422 | 421 | | |
423 | 422 | | |
424 | | - | |
425 | | - | |
426 | 423 | | |
427 | 424 | | |
428 | 425 | | |
| |||
434 | 431 | | |
435 | 432 | | |
436 | 433 | | |
437 | | - | |
438 | 434 | | |
439 | 435 | | |
440 | 436 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
813 | 813 | | |
814 | 814 | | |
815 | 815 | | |
816 | | - | |
817 | | - | |
818 | | - | |
819 | | - | |
| 816 | + | |
| 817 | + | |
| 818 | + | |
| 819 | + | |
820 | 820 | | |
821 | 821 | | |
822 | 822 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1192 | 1192 | | |
1193 | 1193 | | |
1194 | 1194 | | |
1195 | | - | |
1196 | | - | |
1197 | | - | |
1198 | | - | |
1199 | | - | |
1200 | 1195 | | |
1201 | 1196 | | |
1202 | 1197 | | |
1203 | 1198 | | |
1204 | | - | |
1205 | | - | |
| 1199 | + | |
| 1200 | + | |
1206 | 1201 | | |
1207 | 1202 | | |
1208 | 1203 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2615 | 2615 | | |
2616 | 2616 | | |
2617 | 2617 | | |
2618 | | - | |
2619 | | - | |
2620 | 2618 | | |
2621 | | - | |
2622 | 2619 | | |
2623 | 2620 | | |
2624 | 2621 | | |
2625 | | - | |
2626 | 2622 | | |
2627 | 2623 | | |
2628 | 2624 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
95 | | - | |
96 | | - | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
97 | 98 | | |
98 | 99 | | |
99 | 100 | | |
100 | 101 | | |
101 | 102 | | |
102 | 103 | | |
103 | | - | |
104 | | - | |
| 104 | + | |
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| 76 | + | |
| 77 | + | |
76 | 78 | | |
77 | 79 | | |
78 | 80 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
631 | 631 | | |
632 | 632 | | |
633 | 633 | | |
634 | | - | |
635 | 634 | | |
636 | 635 | | |
637 | | - | |
| 636 | + | |
638 | 637 | | |
639 | 638 | | |
640 | 639 | | |
641 | 640 | | |
642 | 641 | | |
643 | 642 | | |
644 | 643 | | |
645 | | - | |
646 | 644 | | |
647 | 645 | | |
648 | 646 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
| 52 | + | |
52 | 53 | | |
53 | 54 | | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | 55 | | |
58 | 56 | | |
59 | 57 | | |
| |||
0 commit comments