Commit 54a177a
File tree
28 files changed
+108
-146
lines changedFilter options
- contrib/postgres_fdw
- src
- backend
- access
- gist
- transam
- catalog
- optimizer/util
- parser
- replication
- logical
- pgoutput
- storage
- buffer
- lmgr
- smgr
- sync
- tsearch
- utils
- adt
- cache
- time
- pl/plpgsql/src
28 files changed
+108
-146
lines changedcontrib/postgres_fdw/shippable.c
Copy file name to clipboardExpand all lines: contrib/postgres_fdw/shippable.c+3-9Lines changed: 3 additions & 9 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
77 | 77 |
|
78 | 78 |
|
79 | 79 |
|
80 |
| - |
| 80 | + |
81 | 81 |
|
82 | 82 |
|
83 | 83 |
|
| ||
183 | 183 |
|
184 | 184 |
|
185 | 185 |
|
186 |
| - |
187 |
| - |
188 |
| - |
189 |
| - |
| 186 | + |
190 | 187 |
|
191 | 188 |
|
192 | 189 |
|
| ||
199 | 196 |
|
200 | 197 |
|
201 | 198 |
|
202 |
| - |
203 |
| - |
204 |
| - |
205 |
| - |
| 199 | + |
206 | 200 |
|
207 | 201 |
|
208 | 202 |
|
|
src/backend/access/gist/gistbuild.c
Copy file name to clipboardExpand all lines: src/backend/access/gist/gistbuild.c+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1587 | 1587 |
|
1588 | 1588 |
|
1589 | 1589 |
|
1590 |
| - |
| 1590 | + |
1591 | 1591 |
|
1592 | 1592 |
|
1593 | 1593 |
|
| ||
1625 | 1625 |
|
1626 | 1626 |
|
1627 | 1627 |
|
1628 |
| - |
| 1628 | + |
1629 | 1629 |
|
1630 | 1630 |
|
1631 | 1631 |
|
|
src/backend/access/gist/gistbuildbuffers.c
Copy file name to clipboardExpand all lines: src/backend/access/gist/gistbuildbuffers.c+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
122 | 122 |
|
123 | 123 |
|
124 | 124 |
|
125 |
| - |
| 125 | + |
126 | 126 |
|
127 | 127 |
|
128 | 128 |
|
|
src/backend/access/transam/xlogutils.c
Copy file name to clipboardExpand all lines: src/backend/access/transam/xlogutils.c+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
151 | 151 |
|
152 | 152 |
|
153 | 153 |
|
154 |
| - |
| 154 | + |
155 | 155 |
|
156 | 156 |
|
157 | 157 |
|
| ||
193 | 193 |
|
194 | 194 |
|
195 | 195 |
|
196 |
| - |
| 196 | + |
197 | 197 |
|
198 | 198 |
|
199 | 199 |
|
| ||
226 | 226 |
|
227 | 227 |
|
228 | 228 |
|
229 |
| - |
| 229 | + |
230 | 230 |
|
231 | 231 |
|
232 | 232 |
|
|
src/backend/catalog/storage.c
Copy file name to clipboardExpand all lines: src/backend/catalog/storage.c+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
603 | 603 |
|
604 | 604 |
|
605 | 605 |
|
606 |
| - |
| 606 | + |
607 | 607 |
|
608 | 608 |
|
609 | 609 |
|
| ||
748 | 748 |
|
749 | 749 |
|
750 | 750 |
|
751 |
| - |
| 751 | + |
752 | 752 |
|
753 | 753 |
|
754 | 754 |
|
|
src/backend/optimizer/util/predtest.c
Copy file name to clipboardExpand all lines: src/backend/optimizer/util/predtest.c+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2040 | 2040 |
|
2041 | 2041 |
|
2042 | 2042 |
|
2043 |
| - |
| 2043 | + |
2044 | 2044 |
|
2045 | 2045 |
|
2046 | 2046 |
|
|
src/backend/parser/parse_oper.c
Copy file name to clipboardExpand all lines: src/backend/parser/parse_oper.c+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1017 | 1017 |
|
1018 | 1018 |
|
1019 | 1019 |
|
1020 |
| - |
| 1020 | + |
1021 | 1021 |
|
1022 | 1022 |
|
1023 | 1023 |
|
| ||
1038 | 1038 |
|
1039 | 1039 |
|
1040 | 1040 |
|
1041 |
| - |
| 1041 | + |
1042 | 1042 |
|
1043 | 1043 |
|
1044 | 1044 |
|
| ||
1060 | 1060 |
|
1061 | 1061 |
|
1062 | 1062 |
|
1063 |
| - |
| 1063 | + |
1064 | 1064 |
|
1065 | 1065 |
|
1066 | 1066 |
|
|
src/backend/replication/logical/relation.c
Copy file name to clipboardExpand all lines: src/backend/replication/logical/relation.c+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
167 | 167 |
|
168 | 168 |
|
169 | 169 |
|
170 |
| - |
| 170 | + |
171 | 171 |
|
172 | 172 |
|
173 | 173 |
|
| ||
326 | 326 |
|
327 | 327 |
|
328 | 328 |
|
329 |
| - |
| 329 | + |
330 | 330 |
|
331 | 331 |
|
332 | 332 |
|
| ||
598 | 598 |
|
599 | 599 |
|
600 | 600 |
|
601 |
| - |
| 601 | + |
602 | 602 |
|
603 | 603 |
|
604 | 604 |
|
|
src/backend/replication/logical/reorderbuffer.c
Copy file name to clipboardExpand all lines: src/backend/replication/logical/reorderbuffer.c+8-26Lines changed: 8 additions & 26 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
657 | 657 |
|
658 | 658 |
|
659 | 659 |
|
660 |
| - |
| 660 | + |
661 | 661 |
|
662 | 662 |
|
663 | 663 |
|
| ||
1581 | 1581 |
|
1582 | 1582 |
|
1583 | 1583 |
|
1584 |
| - |
1585 |
| - |
1586 |
| - |
1587 |
| - |
| 1584 | + |
1588 | 1585 |
|
1589 | 1586 |
|
1590 | 1587 |
|
| ||
1762 | 1759 |
|
1763 | 1760 |
|
1764 | 1761 |
|
1765 |
| - |
1766 |
| - |
1767 |
| - |
1768 |
| - |
| 1762 | + |
1769 | 1763 |
|
1770 | 1764 |
|
1771 | 1765 |
|
| ||
4653 | 4647 |
|
4654 | 4648 |
|
4655 | 4649 |
|
4656 |
| - |
4657 |
| - |
4658 |
| - |
4659 |
| - |
| 4650 | + |
4660 | 4651 |
|
4661 | 4652 |
|
4662 | 4653 |
|
| ||
4811 | 4802 |
|
4812 | 4803 |
|
4813 | 4804 |
|
4814 |
| - |
| 4805 | + |
4815 | 4806 |
|
4816 | 4807 |
|
4817 | 4808 |
|
| ||
5053 | 5044 |
|
5054 | 5045 |
|
5055 | 5046 |
|
5056 |
| - |
5057 |
| - |
5058 |
| - |
5059 |
| - |
| 5047 | + |
5060 | 5048 |
|
5061 | 5049 |
|
5062 | 5050 |
|
| ||
5067 | 5055 |
|
5068 | 5056 |
|
5069 | 5057 |
|
5070 |
| - |
5071 |
| - |
5072 |
| - |
5073 |
| - |
| 5058 | + |
5074 | 5059 |
|
5075 | 5060 |
|
5076 | 5061 |
|
| ||
5249 | 5234 |
|
5250 | 5235 |
|
5251 | 5236 |
|
5252 |
| - |
5253 |
| - |
5254 |
| - |
5255 |
| - |
| 5237 | + |
5256 | 5238 |
|
5257 | 5239 |
|
5258 | 5240 |
|
|
src/backend/replication/pgoutput/pgoutput.c
Copy file name to clipboardExpand all lines: src/backend/replication/pgoutput/pgoutput.c+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2026 | 2026 |
|
2027 | 2027 |
|
2028 | 2028 |
|
2029 |
| - |
| 2029 | + |
2030 | 2030 |
|
2031 | 2031 |
|
2032 | 2032 |
|
|
src/backend/storage/buffer/buf_table.c
Copy file name to clipboardExpand all lines: src/backend/storage/buffer/buf_table.c+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
94 | 94 |
|
95 | 95 |
|
96 | 96 |
|
97 |
| - |
| 97 | + |
98 | 98 |
|
99 | 99 |
|
100 | 100 |
|
| ||
126 | 126 |
|
127 | 127 |
|
128 | 128 |
|
129 |
| - |
| 129 | + |
130 | 130 |
|
131 | 131 |
|
132 | 132 |
|
| ||
152 | 152 |
|
153 | 153 |
|
154 | 154 |
|
155 |
| - |
| 155 | + |
156 | 156 |
|
157 | 157 |
|
158 | 158 |
|
|
src/backend/storage/buffer/bufmgr.c
Copy file name to clipboardExpand all lines: src/backend/storage/buffer/bufmgr.c+4-13Lines changed: 4 additions & 13 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
262 | 262 |
|
263 | 263 |
|
264 | 264 |
|
265 |
| - |
| 265 | + |
266 | 266 |
|
267 | 267 |
|
268 | 268 |
|
| ||
336 | 336 |
|
337 | 337 |
|
338 | 338 |
|
339 |
| - |
340 |
| - |
341 |
| - |
342 |
| - |
| 339 | + |
343 | 340 |
|
344 | 341 |
|
345 | 342 |
|
| ||
368 | 365 |
|
369 | 366 |
|
370 | 367 |
|
371 |
| - |
372 |
| - |
373 |
| - |
374 |
| - |
| 368 | + |
375 | 369 |
|
376 | 370 |
|
377 | 371 |
|
| ||
430 | 424 |
|
431 | 425 |
|
432 | 426 |
|
433 |
| - |
434 |
| - |
435 |
| - |
436 |
| - |
| 427 | + |
437 | 428 |
|
438 | 429 |
|
439 | 430 |
|
|
src/backend/storage/buffer/localbuf.c
Copy file name to clipboardExpand all lines: src/backend/storage/buffer/localbuf.c+6-9Lines changed: 6 additions & 9 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
76 | 76 |
|
77 | 77 |
|
78 | 78 |
|
79 |
| - |
| 79 | + |
80 | 80 |
|
81 | 81 |
|
82 | 82 |
|
| ||
125 | 125 |
|
126 | 126 |
|
127 | 127 |
|
128 |
| - |
| 128 | + |
129 | 129 |
|
130 | 130 |
|
131 | 131 |
|
| ||
248 | 248 |
|
249 | 249 |
|
250 | 250 |
|
251 |
| - |
252 |
| - |
| 251 | + |
253 | 252 |
|
254 | 253 |
|
255 | 254 |
|
| ||
259 | 258 |
|
260 | 259 |
|
261 | 260 |
|
262 |
| - |
| 261 | + |
263 | 262 |
|
264 | 263 |
|
265 | 264 |
|
| ||
351 | 350 |
|
352 | 351 |
|
353 | 352 |
|
354 |
| - |
355 |
| - |
| 353 | + |
356 | 354 |
|
357 | 355 |
|
358 | 356 |
|
| ||
396 | 394 |
|
397 | 395 |
|
398 | 396 |
|
399 |
| - |
400 |
| - |
| 397 | + |
401 | 398 |
|
402 | 399 |
|
403 | 400 |
|
|
0 commit comments