Commit e170b8c
File tree
Expand file treeCollapse file tree
26 files changed
+347
-77
lines changedFilter options
- contrib
- oid2name
- vacuumlo
- src
- backend/postmaster
- bin
- pg_basebackup
- pg_dump
- pg_rewind
- pg_upgrade
- scripts
- t
- fe_utils
- include/fe_utils
- tools/findoidjoins
Expand file treeCollapse file tree
26 files changed
+347
-77
lines changedcontrib/oid2name/oid2name.c
Copy file name to clipboardExpand all lines: contrib/oid2name/oid2name.c+13Lines changed: 13 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
9 | 9 |
|
10 | 10 |
|
11 | 11 |
|
| 12 | + |
12 | 13 |
|
13 | 14 |
|
14 | 15 |
|
| ||
263 | 264 |
|
264 | 265 |
|
265 | 266 |
|
| 267 | + |
266 | 268 |
|
267 | 269 |
|
268 | 270 |
|
| ||
322 | 324 |
|
323 | 325 |
|
324 | 326 |
|
| 327 | + |
| 328 | + |
| 329 | + |
| 330 | + |
| 331 | + |
| 332 | + |
| 333 | + |
| 334 | + |
| 335 | + |
| 336 | + |
| 337 | + |
325 | 338 |
|
326 | 339 |
|
327 | 340 |
|
|
contrib/vacuumlo/vacuumlo.c
Copy file name to clipboardExpand all lines: contrib/vacuumlo/vacuumlo.c+3-5Lines changed: 3 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
21 | 21 |
|
22 | 22 |
|
23 | 23 |
|
| 24 | + |
24 | 25 |
|
25 | 26 |
|
26 | 27 |
|
| ||
135 | 136 |
|
136 | 137 |
|
137 | 138 |
|
138 |
| - |
139 |
| - |
140 |
| - |
141 |
| - |
142 |
| - |
| 139 | + |
| 140 | + |
143 | 141 |
|
144 | 142 |
|
145 | 143 |
|
|
src/backend/postmaster/autovacuum.c
Copy file name to clipboardExpand all lines: src/backend/postmaster/autovacuum.c+14Lines changed: 14 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
528 | 528 |
|
529 | 529 |
|
530 | 530 |
|
| 531 | + |
| 532 | + |
| 533 | + |
| 534 | + |
| 535 | + |
| 536 | + |
531 | 537 |
|
532 | 538 |
|
533 | 539 |
|
| ||
1537 | 1543 |
|
1538 | 1544 |
|
1539 | 1545 |
|
| 1546 | + |
| 1547 | + |
| 1548 | + |
| 1549 | + |
| 1550 | + |
| 1551 | + |
| 1552 | + |
| 1553 | + |
1540 | 1554 |
|
1541 | 1555 |
|
1542 | 1556 |
|
|
src/bin/pg_basebackup/streamutil.c
Copy file name to clipboardExpand all lines: src/bin/pg_basebackup/streamutil.c+18Lines changed: 18 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
30 | 30 |
|
31 | 31 |
|
32 | 32 |
|
| 33 | + |
33 | 34 |
|
34 | 35 |
|
35 | 36 |
|
| ||
208 | 209 |
|
209 | 210 |
|
210 | 211 |
|
| 212 | + |
| 213 | + |
| 214 | + |
| 215 | + |
| 216 | + |
| 217 | + |
| 218 | + |
| 219 | + |
| 220 | + |
| 221 | + |
| 222 | + |
| 223 | + |
| 224 | + |
| 225 | + |
| 226 | + |
| 227 | + |
| 228 | + |
211 | 229 |
|
212 | 230 |
|
213 | 231 |
|
|
src/bin/pg_dump/pg_backup_db.c
Copy file name to clipboardExpand all lines: src/bin/pg_dump/pg_backup_db.c+11Lines changed: 11 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
| 15 | + |
15 | 16 |
|
16 | 17 |
|
17 | 18 |
|
| ||
114 | 115 |
|
115 | 116 |
|
116 | 117 |
|
| 118 | + |
| 119 | + |
| 120 | + |
| 121 | + |
| 122 | + |
117 | 123 |
|
118 | 124 |
|
119 | 125 |
|
| ||
322 | 328 |
|
323 | 329 |
|
324 | 330 |
|
| 331 | + |
| 332 | + |
| 333 | + |
| 334 | + |
| 335 | + |
325 | 336 |
|
326 | 337 |
|
327 | 338 |
|
|
+16-2Lines changed: 16 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
61 | 61 |
|
62 | 62 |
|
63 | 63 |
|
| 64 | + |
64 | 65 |
|
65 | 66 |
|
66 | 67 |
|
| ||
982 | 983 |
|
983 | 984 |
|
984 | 985 |
|
| 986 | + |
| 987 | + |
| 988 | + |
985 | 989 |
|
986 | 990 |
|
987 | 991 |
|
| ||
1280 | 1284 |
|
1281 | 1285 |
|
1282 | 1286 |
|
| 1287 | + |
| 1288 | + |
| 1289 | + |
| 1290 | + |
| 1291 | + |
1283 | 1292 |
|
1284 | 1293 |
|
1285 | 1294 |
|
1286 |
| - |
1287 |
| - |
| 1295 | + |
| 1296 | + |
| 1297 | + |
| 1298 | + |
1288 | 1299 |
|
1289 | 1300 |
|
1290 | 1301 |
|
1291 | 1302 |
|
1292 | 1303 |
|
1293 | 1304 |
|
| 1305 | + |
1294 | 1306 |
|
| 1307 | + |
| 1308 | + |
1295 | 1309 |
|
1296 | 1310 |
|
1297 | 1311 |
|
|
src/bin/pg_dump/pg_dumpall.c
Copy file name to clipboardExpand all lines: src/bin/pg_dump/pg_dumpall.c+2-5Lines changed: 2 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
26 | 26 |
|
27 | 27 |
|
28 | 28 |
|
| 29 | + |
29 | 30 |
|
30 | 31 |
|
31 | 32 |
|
| ||
2079 | 2080 |
|
2080 | 2081 |
|
2081 | 2082 |
|
2082 |
| - |
2083 |
| - |
2084 |
| - |
2085 |
| - |
2086 | 2083 |
|
2087 |
| - |
| 2084 | + |
2088 | 2085 |
|
2089 | 2086 |
|
2090 | 2087 |
|
|
src/bin/pg_rewind/libpq_fetch.c
Copy file name to clipboardExpand all lines: src/bin/pg_rewind/libpq_fetch.c+7Lines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
29 | 29 |
|
30 | 30 |
|
31 | 31 |
|
| 32 | + |
32 | 33 |
|
33 | 34 |
|
34 | 35 |
|
| ||
58 | 59 |
|
59 | 60 |
|
60 | 61 |
|
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
61 | 68 |
|
62 | 69 |
|
63 | 70 |
|
|
src/bin/pg_upgrade/server.c
Copy file name to clipboardExpand all lines: src/bin/pg_upgrade/server.c+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
9 | 9 |
|
10 | 10 |
|
11 | 11 |
|
| 12 | + |
12 | 13 |
|
13 | 14 |
|
14 | 15 |
|
| ||
40 | 41 |
|
41 | 42 |
|
42 | 43 |
|
| 44 | + |
| 45 | + |
43 | 46 |
|
44 | 47 |
|
45 | 48 |
|
|
src/bin/scripts/clusterdb.c
Copy file name to clipboardExpand all lines: src/bin/scripts/clusterdb.c+8-4Lines changed: 8 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
195 | 195 |
|
196 | 196 |
|
197 | 197 |
|
| 198 | + |
| 199 | + |
| 200 | + |
198 | 201 |
|
199 | 202 |
|
200 | 203 |
|
201 | 204 |
|
202 | 205 |
|
203 | 206 |
|
204 |
| - |
| 207 | + |
| 208 | + |
| 209 | + |
| 210 | + |
205 | 211 |
|
206 | 212 |
|
207 |
| - |
208 |
| - |
209 | 213 |
|
210 | 214 |
|
211 | 215 |
|
| ||
234 | 238 |
|
235 | 239 |
|
236 | 240 |
|
237 |
| - |
| 241 | + |
238 | 242 |
|
239 | 243 |
|
240 | 244 |
|
|
0 commit comments