Commit 720b0ea
File tree
Expand file treeCollapse file tree
29 files changed
+99
-96
lines changedFilter options
- contrib/isn
- src
- backend
- commands
- postmaster
- replication/logical
- utils/misc
- bin
- pg_archivecleanup
- pg_basebackup
- pg_checksums
- pg_combinebackup
- pg_rewind
- pg_test_timing
- pgbench
- scripts
- pl/plpgsql/src
- test
- isolation
- modules
- dummy_index_am
- libpq_pipeline
- test_json_parser
Expand file treeCollapse file tree
29 files changed
+99
-96
lines changed+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
14 |
| - |
| 14 | + |
15 | 15 |
|
16 | 16 |
|
17 | 17 |
|
| ||
23 | 23 |
|
24 | 24 |
|
25 | 25 |
|
26 |
| - |
| 26 | + |
27 | 27 |
|
28 | 28 |
|
29 | 29 |
|
|
+4-4Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
34 | 34 |
|
35 | 35 |
|
36 | 36 |
|
37 |
| - |
| 37 | + |
38 | 38 |
|
39 | 39 |
|
40 | 40 |
|
| ||
47 | 47 |
|
48 | 48 |
|
49 | 49 |
|
50 |
| - |
| 50 | + |
51 | 51 |
|
52 | 52 |
|
53 | 53 |
|
| ||
967 | 967 |
|
968 | 968 |
|
969 | 969 |
|
970 |
| - |
| 970 | + |
971 | 971 |
|
972 | 972 |
|
973 | 973 |
|
| ||
980 | 980 |
|
981 | 981 |
|
982 | 982 |
|
983 |
| - |
| 983 | + |
984 | 984 |
|
985 | 985 |
|
986 | 986 |
|
|
+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
30 | 30 |
|
31 | 31 |
|
32 | 32 |
|
33 |
| - |
| 33 | + |
34 | 34 |
|
35 | 35 |
|
36 | 36 |
|
| ||
42 | 42 |
|
43 | 43 |
|
44 | 44 |
|
45 |
| - |
| 45 | + |
46 | 46 |
|
47 | 47 |
|
48 | 48 |
|
|
+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
31 | 31 |
|
32 | 32 |
|
33 | 33 |
|
34 |
| - |
| 34 | + |
35 | 35 |
|
36 | 36 |
|
37 | 37 |
|
| ||
43 | 43 |
|
44 | 44 |
|
45 | 45 |
|
46 |
| - |
| 46 | + |
47 | 47 |
|
48 | 48 |
|
49 | 49 |
|
+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
14 |
| - |
| 14 | + |
15 | 15 |
|
16 | 16 |
|
17 | 17 |
|
| ||
23 | 23 |
|
24 | 24 |
|
25 | 25 |
|
26 |
| - |
| 26 | + |
27 | 27 |
|
28 | 28 |
|
src/backend/commands/user.c
Copy file name to clipboardExpand all lines: src/backend/commands/user.c+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
84 | 84 |
|
85 | 85 |
|
86 | 86 |
|
87 |
| - |
88 |
| - |
| 87 | + |
| 88 | + |
89 | 89 |
|
90 | 90 |
|
91 | 91 |
|
|
src/backend/postmaster/launch_backend.c
Copy file name to clipboardExpand all lines: src/backend/postmaster/launch_backend.c+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
176 | 176 |
|
177 | 177 |
|
178 | 178 |
|
179 |
| - |
| 179 | + |
180 | 180 |
|
181 | 181 |
|
182 | 182 |
|
|
src/backend/replication/logical/slotsync.c
Copy file name to clipboardExpand all lines: src/backend/replication/logical/slotsync.c+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
103 | 103 |
|
104 | 104 |
|
105 | 105 |
|
106 |
| - |
| 106 | + |
107 | 107 |
|
108 | 108 |
|
109 | 109 |
|
|
src/backend/replication/logical/worker.c
Copy file name to clipboardExpand all lines: src/backend/replication/logical/worker.c+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
275 | 275 |
|
276 | 276 |
|
277 | 277 |
|
278 |
| - |
| 278 | + |
279 | 279 |
|
280 | 280 |
|
281 | 281 |
|
|
src/backend/utils/misc/guc_tables.c
Copy file name to clipboardExpand all lines: src/backend/utils/misc/guc_tables.c+4-3Lines changed: 4 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
517 | 517 |
|
518 | 518 |
|
519 | 519 |
|
520 |
| - |
| 520 | + |
| 521 | + |
521 | 522 |
|
522 | 523 |
|
523 | 524 |
|
| ||
555 | 556 |
|
556 | 557 |
|
557 | 558 |
|
558 |
| - |
| 559 | + |
559 | 560 |
|
560 | 561 |
|
561 | 562 |
|
562 | 563 |
|
563 | 564 |
|
564 | 565 |
|
565 | 566 |
|
566 |
| - |
| 567 | + |
567 | 568 |
|
568 | 569 |
|
569 | 570 |
|
|
src/bin/pg_archivecleanup/pg_archivecleanup.c
Copy file name to clipboardExpand all lines: src/bin/pg_archivecleanup/pg_archivecleanup.c+8-7Lines changed: 8 additions & 7 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
19 | 19 |
|
20 | 20 |
|
21 | 21 |
|
22 |
| - |
| 22 | + |
23 | 23 |
|
24 | 24 |
|
25 |
| - |
26 |
| - |
| 25 | + |
| 26 | + |
27 | 27 |
|
28 |
| - |
| 28 | + |
29 | 29 |
|
30 |
| - |
31 |
| - |
32 |
| - |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
33 | 34 |
|
34 | 35 |
|
35 | 36 |
|
|
src/bin/pg_basebackup/bbstreamer_file.c
Copy file name to clipboardExpand all lines: src/bin/pg_basebackup/bbstreamer_file.c+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
43 | 43 |
|
44 | 44 |
|
45 | 45 |
|
46 |
| - |
| 46 | + |
47 | 47 |
|
48 | 48 |
|
49 | 49 |
|
| ||
59 | 59 |
|
60 | 60 |
|
61 | 61 |
|
62 |
| - |
| 62 | + |
63 | 63 |
|
64 | 64 |
|
65 | 65 |
|
|
src/bin/pg_basebackup/bbstreamer_gzip.c
Copy file name to clipboardExpand all lines: src/bin/pg_basebackup/bbstreamer_gzip.c+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
45 | 45 |
|
46 | 46 |
|
47 | 47 |
|
48 |
| - |
| 48 | + |
49 | 49 |
|
50 | 50 |
|
51 | 51 |
|
| ||
60 | 60 |
|
61 | 61 |
|
62 | 62 |
|
63 |
| - |
| 63 | + |
64 | 64 |
|
65 | 65 |
|
66 | 66 |
|
|
src/bin/pg_basebackup/bbstreamer_inject.c
Copy file name to clipboardExpand all lines: src/bin/pg_basebackup/bbstreamer_inject.c+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
33 | 33 |
|
34 | 34 |
|
35 | 35 |
|
36 |
| - |
| 36 | + |
37 | 37 |
|
38 | 38 |
|
39 | 39 |
|
|
src/bin/pg_basebackup/bbstreamer_lz4.c
Copy file name to clipboardExpand all lines: src/bin/pg_basebackup/bbstreamer_lz4.c+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
42 | 42 |
|
43 | 43 |
|
44 | 44 |
|
45 |
| - |
| 45 | + |
46 | 46 |
|
47 | 47 |
|
48 | 48 |
|
| ||
55 | 55 |
|
56 | 56 |
|
57 | 57 |
|
58 |
| - |
| 58 | + |
59 | 59 |
|
60 | 60 |
|
61 | 61 |
|
|
src/bin/pg_basebackup/bbstreamer_tar.c
Copy file name to clipboardExpand all lines: src/bin/pg_basebackup/bbstreamer_tar.c+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
50 | 50 |
|
51 | 51 |
|
52 | 52 |
|
53 |
| - |
| 53 | + |
54 | 54 |
|
55 | 55 |
|
56 | 56 |
|
| ||
63 | 63 |
|
64 | 64 |
|
65 | 65 |
|
66 |
| - |
| 66 | + |
67 | 67 |
|
68 | 68 |
|
69 | 69 |
|
| ||
76 | 76 |
|
77 | 77 |
|
78 | 78 |
|
79 |
| - |
| 79 | + |
80 | 80 |
|
81 | 81 |
|
82 | 82 |
|
|
src/bin/pg_basebackup/bbstreamer_zstd.c
Copy file name to clipboardExpand all lines: src/bin/pg_basebackup/bbstreamer_zstd.c+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
38 | 38 |
|
39 | 39 |
|
40 | 40 |
|
41 |
| - |
| 41 | + |
42 | 42 |
|
43 | 43 |
|
44 | 44 |
|
| ||
51 | 51 |
|
52 | 52 |
|
53 | 53 |
|
54 |
| - |
| 54 | + |
55 | 55 |
|
56 | 56 |
|
57 | 57 |
|
|
src/bin/pg_basebackup/walmethods.c
Copy file name to clipboardExpand all lines: src/bin/pg_basebackup/walmethods.c+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
55 | 55 |
|
56 | 56 |
|
57 | 57 |
|
58 |
| - |
| 58 | + |
59 | 59 |
|
60 | 60 |
|
61 | 61 |
|
| ||
676 | 676 |
|
677 | 677 |
|
678 | 678 |
|
679 |
| - |
| 679 | + |
680 | 680 |
|
681 | 681 |
|
682 | 682 |
|
|
src/bin/pg_checksums/pg_checksums.c
Copy file name to clipboardExpand all lines: src/bin/pg_checksums/pg_checksums.c+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
60 | 60 |
|
61 | 61 |
|
62 | 62 |
|
63 |
| - |
64 |
| - |
| 63 | + |
| 64 | + |
65 | 65 |
|
66 | 66 |
|
67 | 67 |
|
|
src/bin/pg_combinebackup/pg_combinebackup.c
Copy file name to clipboardExpand all lines: src/bin/pg_combinebackup/pg_combinebackup.c+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
97 | 97 |
|
98 | 98 |
|
99 | 99 |
|
100 |
| - |
| 100 | + |
101 | 101 |
|
102 | 102 |
|
103 | 103 |
|
|
src/bin/pg_rewind/pg_rewind.c
Copy file name to clipboardExpand all lines: src/bin/pg_rewind/pg_rewind.c+6-6Lines changed: 6 additions & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
60 | 60 |
|
61 | 61 |
|
62 | 62 |
|
63 |
| - |
| 63 | + |
64 | 64 |
|
65 | 65 |
|
66 | 66 |
|
67 | 67 |
|
68 |
| - |
69 |
| - |
70 |
| - |
71 |
| - |
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | + |
72 | 72 |
|
73 | 73 |
|
74 | 74 |
|
75 | 75 |
|
76 | 76 |
|
77 |
| - |
| 77 | + |
78 | 78 |
|
79 | 79 |
|
80 | 80 |
|
|
src/bin/pg_test_timing/pg_test_timing.c
Copy file name to clipboardExpand all lines: src/bin/pg_test_timing/pg_test_timing.c+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
20 | 20 |
|
21 | 21 |
|
22 | 22 |
|
23 |
| - |
| 23 | + |
24 | 24 |
|
25 | 25 |
|
26 | 26 |
|
|
0 commit comments