Commit a19e5ce
File tree
36 files changed
+72
-58
lines changedFilter options
- contrib
- amcheck
- dblink
- pageinspect
- pg_stat_statements
- pg_walinspect
- pgrowlocks
- postgres_fdw
- xml2
- src
- backend
- access/transam
- commands
- foreign
- replication
- logical
- storage/ipc
- utils
- adt
- fmgr
- misc
- mmgr
- include
- test/modules/test_ddl_deparse
36 files changed
+72
-58
lines changedcontrib/amcheck/verify_heapam.c
Copy file name to clipboardExpand all lines: contrib/amcheck/verify_heapam.c+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
278 | 278 |
|
279 | 279 |
|
280 | 280 |
|
281 |
| - |
| 281 | + |
282 | 282 |
|
283 | 283 |
|
284 | 284 |
|
|
+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1933 | 1933 |
|
1934 | 1934 |
|
1935 | 1935 |
|
1936 |
| - |
| 1936 | + |
1937 | 1937 |
|
1938 | 1938 |
|
1939 | 1939 |
|
|
contrib/pageinspect/brinfuncs.c
Copy file name to clipboardExpand all lines: contrib/pageinspect/brinfuncs.c+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
147 | 147 |
|
148 | 148 |
|
149 | 149 |
|
150 |
| - |
| 150 | + |
151 | 151 |
|
152 | 152 |
|
153 | 153 |
|
|
contrib/pageinspect/gistfuncs.c
Copy file name to clipboardExpand all lines: contrib/pageinspect/gistfuncs.c+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
127 | 127 |
|
128 | 128 |
|
129 | 129 |
|
130 |
| - |
| 130 | + |
131 | 131 |
|
132 | 132 |
|
133 | 133 |
|
| ||
211 | 211 |
|
212 | 212 |
|
213 | 213 |
|
214 |
| - |
| 214 | + |
215 | 215 |
|
216 | 216 |
|
217 | 217 |
|
|
contrib/pg_stat_statements/pg_stat_statements.c
Copy file name to clipboardExpand all lines: contrib/pg_stat_statements/pg_stat_statements.c+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1552 | 1552 |
|
1553 | 1553 |
|
1554 | 1554 |
|
1555 |
| - |
| 1555 | + |
1556 | 1556 |
|
1557 | 1557 |
|
1558 | 1558 |
|
|
contrib/pg_walinspect/pg_walinspect.c
Copy file name to clipboardExpand all lines: contrib/pg_walinspect/pg_walinspect.c+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
330 | 330 |
|
331 | 331 |
|
332 | 332 |
|
333 |
| - |
| 333 | + |
334 | 334 |
|
335 | 335 |
|
336 | 336 |
|
| ||
548 | 548 |
|
549 | 549 |
|
550 | 550 |
|
551 |
| - |
| 551 | + |
552 | 552 |
|
553 | 553 |
|
554 | 554 |
|
|
contrib/pgrowlocks/pgrowlocks.c
Copy file name to clipboardExpand all lines: contrib/pgrowlocks/pgrowlocks.c+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
75 | 75 |
|
76 | 76 |
|
77 | 77 |
|
78 |
| - |
| 78 | + |
79 | 79 |
|
80 | 80 |
|
81 | 81 |
|
|
contrib/postgres_fdw/connection.c
Copy file name to clipboardExpand all lines: contrib/postgres_fdw/connection.c+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1668 | 1668 |
|
1669 | 1669 |
|
1670 | 1670 |
|
1671 |
| - |
| 1671 | + |
1672 | 1672 |
|
1673 | 1673 |
|
1674 | 1674 |
|
|
+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
511 | 511 |
|
512 | 512 |
|
513 | 513 |
|
514 |
| - |
| 514 | + |
515 | 515 |
|
516 | 516 |
|
517 | 517 |
|
|
src/backend/access/transam/rmgr.c
Copy file name to clipboardExpand all lines: src/backend/access/transam/rmgr.c+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
145 | 145 |
|
146 | 146 |
|
147 | 147 |
|
148 |
| - |
| 148 | + |
149 | 149 |
|
150 | 150 |
|
151 | 151 |
|
|
src/backend/access/transam/xlogprefetcher.c
Copy file name to clipboardExpand all lines: src/backend/access/transam/xlogprefetcher.c+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
834 | 834 |
|
835 | 835 |
|
836 | 836 |
|
837 |
| - |
| 837 | + |
838 | 838 |
|
839 | 839 |
|
840 | 840 |
|
|
src/backend/commands/event_trigger.c
Copy file name to clipboardExpand all lines: src/backend/commands/event_trigger.c+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1305 | 1305 |
|
1306 | 1306 |
|
1307 | 1307 |
|
1308 |
| - |
| 1308 | + |
1309 | 1309 |
|
1310 | 1310 |
|
1311 | 1311 |
|
| ||
1832 | 1832 |
|
1833 | 1833 |
|
1834 | 1834 |
|
1835 |
| - |
| 1835 | + |
1836 | 1836 |
|
1837 | 1837 |
|
1838 | 1838 |
|
|
src/backend/commands/extension.c
Copy file name to clipboardExpand all lines: src/backend/commands/extension.c+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1946 | 1946 |
|
1947 | 1947 |
|
1948 | 1948 |
|
1949 |
| - |
| 1949 | + |
1950 | 1950 |
|
1951 | 1951 |
|
1952 | 1952 |
|
| ||
2026 | 2026 |
|
2027 | 2027 |
|
2028 | 2028 |
|
2029 |
| - |
| 2029 | + |
2030 | 2030 |
|
2031 | 2031 |
|
2032 | 2032 |
|
| ||
2281 | 2281 |
|
2282 | 2282 |
|
2283 | 2283 |
|
2284 |
| - |
| 2284 | + |
2285 | 2285 |
|
2286 | 2286 |
|
2287 | 2287 |
|
|
src/backend/commands/prepare.c
Copy file name to clipboardExpand all lines: src/backend/commands/prepare.c+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
672 | 672 |
|
673 | 673 |
|
674 | 674 |
|
675 |
| - |
| 675 | + |
676 | 676 |
|
677 | 677 |
|
678 | 678 |
|
|
src/backend/foreign/foreign.c
Copy file name to clipboardExpand all lines: src/backend/foreign/foreign.c+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
517 | 517 |
|
518 | 518 |
|
519 | 519 |
|
520 |
| - |
| 520 | + |
521 | 521 |
|
522 | 522 |
|
523 | 523 |
|
|
src/backend/replication/logical/launcher.c
Copy file name to clipboardExpand all lines: src/backend/replication/logical/launcher.c+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
930 | 930 |
|
931 | 931 |
|
932 | 932 |
|
933 |
| - |
| 933 | + |
934 | 934 |
|
935 | 935 |
|
936 | 936 |
|
|
src/backend/replication/logical/logicalfuncs.c
Copy file name to clipboardExpand all lines: src/backend/replication/logical/logicalfuncs.c+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
188 | 188 |
|
189 | 189 |
|
190 | 190 |
|
191 |
| - |
| 191 | + |
192 | 192 |
|
193 | 193 |
|
194 | 194 |
|
|
src/backend/replication/logical/origin.c
Copy file name to clipboardExpand all lines: src/backend/replication/logical/origin.c+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1503 | 1503 |
|
1504 | 1504 |
|
1505 | 1505 |
|
1506 |
| - |
| 1506 | + |
1507 | 1507 |
|
1508 | 1508 |
|
1509 | 1509 |
|
|
src/backend/replication/slotfuncs.c
Copy file name to clipboardExpand all lines: src/backend/replication/slotfuncs.c+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
242 | 242 |
|
243 | 243 |
|
244 | 244 |
|
245 |
| - |
| 245 | + |
246 | 246 |
|
247 | 247 |
|
248 | 248 |
|
|
src/backend/replication/walsender.c
Copy file name to clipboardExpand all lines: src/backend/replication/walsender.c+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
3459 | 3459 |
|
3460 | 3460 |
|
3461 | 3461 |
|
3462 |
| - |
| 3462 | + |
3463 | 3463 |
|
3464 | 3464 |
|
3465 | 3465 |
|
|
src/backend/storage/ipc/shmem.c
Copy file name to clipboardExpand all lines: src/backend/storage/ipc/shmem.c+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
543 | 543 |
|
544 | 544 |
|
545 | 545 |
|
546 |
| - |
| 546 | + |
547 | 547 |
|
548 | 548 |
|
549 | 549 |
|
|
src/backend/utils/adt/datetime.c
Copy file name to clipboardExpand all lines: src/backend/utils/adt/datetime.c+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
5058 | 5058 |
|
5059 | 5059 |
|
5060 | 5060 |
|
5061 |
| - |
| 5061 | + |
5062 | 5062 |
|
5063 | 5063 |
|
5064 | 5064 |
|
|
src/backend/utils/adt/genfile.c
Copy file name to clipboardExpand all lines: src/backend/utils/adt/genfile.c+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
561 | 561 |
|
562 | 562 |
|
563 | 563 |
|
564 |
| - |
| 564 | + |
565 | 565 |
|
566 | 566 |
|
567 | 567 |
|
| ||
619 | 619 |
|
620 | 620 |
|
621 | 621 |
|
622 |
| - |
| 622 | + |
623 | 623 |
|
624 | 624 |
|
625 | 625 |
|
|
src/backend/utils/adt/hbafuncs.c
Copy file name to clipboardExpand all lines: src/backend/utils/adt/hbafuncs.c+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
421 | 421 |
|
422 | 422 |
|
423 | 423 |
|
424 |
| - |
| 424 | + |
425 | 425 |
|
426 | 426 |
|
427 | 427 |
|
| ||
554 | 554 |
|
555 | 555 |
|
556 | 556 |
|
557 |
| - |
| 557 | + |
558 | 558 |
|
559 | 559 |
|
560 | 560 |
|
|
src/backend/utils/adt/jsonfuncs.c
Copy file name to clipboardExpand all lines: src/backend/utils/adt/jsonfuncs.c+4-5Lines changed: 4 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1921 | 1921 |
|
1922 | 1922 |
|
1923 | 1923 |
|
1924 |
| - |
| 1924 | + |
1925 | 1925 |
|
1926 | 1926 |
|
1927 | 1927 |
|
| ||
2001 | 2001 |
|
2002 | 2002 |
|
2003 | 2003 |
|
2004 |
| - |
| 2004 | + |
2005 | 2005 |
|
2006 | 2006 |
|
2007 | 2007 |
|
| ||
2164 | 2164 |
|
2165 | 2165 |
|
2166 | 2166 |
|
2167 |
| - |
2168 |
| - |
| 2167 | + |
2169 | 2168 |
|
2170 | 2169 |
|
2171 | 2170 |
|
| ||
2243 | 2242 |
|
2244 | 2243 |
|
2245 | 2244 |
|
2246 |
| - |
| 2245 | + |
2247 | 2246 |
|
2248 | 2247 |
|
2249 | 2248 |
|
|
src/backend/utils/adt/mcxtfuncs.c
Copy file name to clipboardExpand all lines: src/backend/utils/adt/mcxtfuncs.c+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
121 | 121 |
|
122 | 122 |
|
123 | 123 |
|
124 |
| - |
| 124 | + |
125 | 125 |
|
126 | 126 |
|
127 | 127 |
|
|
src/backend/utils/adt/misc.c
Copy file name to clipboardExpand all lines: src/backend/utils/adt/misc.c+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
208 | 208 |
|
209 | 209 |
|
210 | 210 |
|
211 |
| - |
| 211 | + |
212 | 212 |
|
213 | 213 |
|
214 | 214 |
|
|
src/backend/utils/adt/pgstatfuncs.c
Copy file name to clipboardExpand all lines: src/backend/utils/adt/pgstatfuncs.c+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
502 | 502 |
|
503 | 503 |
|
504 | 504 |
|
505 |
| - |
| 505 | + |
506 | 506 |
|
507 | 507 |
|
508 | 508 |
|
| ||
559 | 559 |
|
560 | 560 |
|
561 | 561 |
|
562 |
| - |
| 562 | + |
563 | 563 |
|
564 | 564 |
|
565 | 565 |
|
| ||
1800 | 1800 |
|
1801 | 1801 |
|
1802 | 1802 |
|
1803 |
| - |
| 1803 | + |
1804 | 1804 |
|
1805 | 1805 |
|
1806 | 1806 |
|
|
src/backend/utils/adt/varlena.c
Copy file name to clipboardExpand all lines: src/backend/utils/adt/varlena.c+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
4810 | 4810 |
|
4811 | 4811 |
|
4812 | 4812 |
|
4813 |
| - |
| 4813 | + |
4814 | 4814 |
|
4815 | 4815 |
|
4816 | 4816 |
|
|
src/backend/utils/fmgr/README
Copy file name to clipboardExpand all lines: src/backend/utils/fmgr/README+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
305 | 305 |
|
306 | 306 |
|
307 | 307 |
|
308 |
| - |
| 308 | + |
309 | 309 |
|
310 | 310 |
|
311 | 311 |
|
|
0 commit comments