File tree
Expand file treeCollapse file tree
13 files changed
+94
-72
lines changedFilter options
- doc/src/sgml
- ref
- src
- backend
- catalog
- replication
- logical
- bin/pg_upgrade
- include
- catalog
- replication
- test
- recovery/t
- regress/expected
Expand file treeCollapse file tree
13 files changed
+94
-72
lines changeddoc/src/sgml/ref/pgupgrade.sgml
Copy file name to clipboardExpand all lines: doc/src/sgml/ref/pgupgrade.sgml+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
453 | 453 |
|
454 | 454 |
|
455 | 455 |
|
456 |
| - |
457 |
| - |
| 456 | + |
| 457 | + |
458 | 458 |
|
459 | 459 |
|
460 | 460 |
|
|
doc/src/sgml/system-views.sgml
Copy file name to clipboardExpand all lines: doc/src/sgml/system-views.sgml+18-7Lines changed: 18 additions & 7 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2525 | 2525 |
|
2526 | 2526 |
|
2527 | 2527 |
|
2528 |
| - |
| 2528 | + |
2529 | 2529 |
|
2530 | 2530 |
|
2531 |
| - |
2532 |
| - |
2533 |
| - |
2534 |
| - |
| 2531 | + |
| 2532 | + |
| 2533 | + |
| 2534 | + |
| 2535 | + |
| 2536 | + |
| 2537 | + |
| 2538 | + |
| 2539 | + |
| 2540 | + |
| 2541 | + |
| 2542 | + |
| 2543 | + |
| 2544 | + |
| 2545 | + |
2535 | 2546 |
|
2536 | 2547 |
|
2537 | 2548 |
|
| ||
2542 | 2553 |
|
2543 | 2554 |
|
2544 | 2555 |
|
2545 |
| - |
| 2556 | + |
2546 | 2557 |
|
2547 | 2558 |
|
2548 | 2559 |
|
2549 | 2560 |
|
2550 | 2561 |
|
2551 | 2562 |
|
2552 |
| - |
| 2563 | + |
2553 | 2564 |
|
2554 | 2565 |
|
2555 | 2566 |
|
|
src/backend/catalog/system_views.sql
Copy file name to clipboardExpand all lines: src/backend/catalog/system_views.sql+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1023 | 1023 |
|
1024 | 1024 |
|
1025 | 1025 |
|
1026 |
| - |
| 1026 | + |
| 1027 | + |
1027 | 1028 |
|
1028 | 1029 |
|
1029 | 1030 |
|
|
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 |
---|---|---|
| ||
663 | 663 |
|
664 | 664 |
|
665 | 665 |
|
666 |
| - |
| 666 | + |
667 | 667 |
|
668 | 668 |
|
669 | 669 |
|
|
src/backend/replication/slot.c
Copy file name to clipboardExpand all lines: src/backend/replication/slot.c+23-26Lines changed: 23 additions & 26 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1525 | 1525 |
|
1526 | 1526 |
|
1527 | 1527 |
|
1528 |
| - |
| 1528 | + |
1529 | 1529 |
|
1530 | 1530 |
|
1531 | 1531 |
|
1532 | 1532 |
|
1533 | 1533 |
|
1534 | 1534 |
|
1535 |
| - |
| 1535 | + |
1536 | 1536 |
|
1537 | 1537 |
|
1538 | 1538 |
|
| ||
1554 | 1554 |
|
1555 | 1555 |
|
1556 | 1556 |
|
1557 |
| - |
1558 |
| - |
1559 |
| - |
1560 |
| - |
| 1557 | + |
1561 | 1558 |
|
1562 | 1559 |
|
1563 | 1560 |
|
1564 | 1561 |
|
1565 | 1562 |
|
1566 | 1563 |
|
1567 |
| - |
| 1564 | + |
1568 | 1565 |
|
1569 | 1566 |
|
1570 | 1567 |
|
| ||
1578 | 1575 |
|
1579 | 1576 |
|
1580 | 1577 |
|
1581 |
| - |
| 1578 | + |
1582 | 1579 |
|
1583 | 1580 |
|
1584 | 1581 |
|
| ||
1589 | 1586 |
|
1590 | 1587 |
|
1591 | 1588 |
|
1592 |
| - |
| 1589 | + |
1593 | 1590 |
|
1594 | 1591 |
|
1595 | 1592 |
|
1596 |
| - |
| 1593 | + |
1597 | 1594 |
|
1598 | 1595 |
|
1599 | 1596 |
|
1600 |
| - |
| 1597 | + |
1601 | 1598 |
|
1602 | 1599 |
|
1603 | 1600 |
|
1604 | 1601 |
|
1605 | 1602 |
|
1606 | 1603 |
|
1607 | 1604 |
|
1608 |
| - |
1609 |
| - |
| 1605 | + |
| 1606 | + |
1610 | 1607 |
|
1611 |
| - |
1612 |
| - |
| 1608 | + |
| 1609 | + |
1613 | 1610 |
|
1614 |
| - |
1615 |
| - |
| 1611 | + |
| 1612 | + |
1616 | 1613 |
|
1617 | 1614 |
|
1618 | 1615 |
|
| ||
1632 | 1629 |
|
1633 | 1630 |
|
1634 | 1631 |
|
1635 |
| - |
| 1632 | + |
1636 | 1633 |
|
1637 | 1634 |
|
1638 | 1635 |
|
1639 | 1636 |
|
1640 | 1637 |
|
1641 |
| - |
| 1638 | + |
1642 | 1639 |
|
1643 | 1640 |
|
1644 | 1641 |
|
| ||
1681 | 1678 |
|
1682 | 1679 |
|
1683 | 1680 |
|
1684 |
| - |
| 1681 | + |
1685 | 1682 |
|
1686 | 1683 |
|
1687 | 1684 |
|
| ||
1694 | 1691 |
|
1695 | 1692 |
|
1696 | 1693 |
|
1697 |
| - |
| 1694 | + |
1698 | 1695 |
|
1699 | 1696 |
|
1700 | 1697 |
|
| ||
1727 | 1724 |
|
1728 | 1725 |
|
1729 | 1726 |
|
1730 |
| - |
| 1727 | + |
1731 | 1728 |
|
1732 | 1729 |
|
1733 | 1730 |
|
| ||
2356 | 2353 |
|
2357 | 2354 |
|
2358 | 2355 |
|
2359 |
| - |
| 2356 | + |
2360 | 2357 |
|
2361 | 2358 |
|
2362 | 2359 |
|
2363 |
| - |
| 2360 | + |
2364 | 2361 |
|
2365 | 2362 |
|
2366 | 2363 |
|
2367 | 2364 |
|
2368 | 2365 |
|
2369 |
| - |
| 2366 | + |
2370 | 2367 |
|
2371 | 2368 |
|
2372 | 2369 |
|
2373 |
| - |
| 2370 | + |
2374 | 2371 |
|
2375 | 2372 |
|
2376 | 2373 |
|
|
src/backend/replication/slotfuncs.c
Copy file name to clipboardExpand all lines: src/backend/replication/slotfuncs.c+18-7Lines changed: 18 additions & 7 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
239 | 239 |
|
240 | 240 |
|
241 | 241 |
|
242 |
| - |
| 242 | + |
243 | 243 |
|
244 | 244 |
|
245 | 245 |
|
| ||
263 | 263 |
|
264 | 264 |
|
265 | 265 |
|
| 266 | + |
266 | 267 |
|
267 | 268 |
|
268 | 269 |
|
| ||
409 | 410 |
|
410 | 411 |
|
411 | 412 |
|
412 |
| - |
| 413 | + |
| 414 | + |
| 415 | + |
413 | 416 |
|
414 | 417 |
|
415 | 418 |
|
416 |
| - |
417 |
| - |
418 |
| - |
419 |
| - |
| 419 | + |
| 420 | + |
| 421 | + |
| 422 | + |
| 423 | + |
| 424 | + |
| 425 | + |
420 | 426 |
|
421 |
| - |
| 427 | + |
422 | 428 |
|
423 | 429 |
|
| 430 | + |
| 431 | + |
| 432 | + |
| 433 | + |
| 434 | + |
424 | 435 |
|
425 | 436 |
|
426 | 437 |
|
|
+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
676 | 676 |
|
677 | 677 |
|
678 | 678 |
|
679 |
| - |
| 679 | + |
680 | 680 |
|
681 | 681 |
|
682 | 682 |
|
683 | 683 |
|
684 | 684 |
|
685 |
| - |
| 685 | + |
686 | 686 |
|
687 | 687 |
|
688 | 688 |
|
|
src/include/catalog/catversion.h
Copy file name to clipboardExpand all lines: src/include/catalog/catversion.h+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
57 | 57 |
|
58 | 58 |
|
59 | 59 |
|
60 |
| - |
| 60 | + |
61 | 61 |
|
62 | 62 |
|
src/include/catalog/pg_proc.dat
Copy file name to clipboardExpand all lines: src/include/catalog/pg_proc.dat+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11133 | 11133 |
|
11134 | 11134 |
|
11135 | 11135 |
|
11136 |
| - |
11137 |
| - |
11138 |
| - |
| 11136 | + |
| 11137 | + |
| 11138 | + |
11139 | 11139 |
|
11140 | 11140 |
|
11141 | 11141 |
|
|
src/include/replication/slot.h
Copy file name to clipboardExpand all lines: src/include/replication/slot.h+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
273 | 273 |
|
274 | 274 |
|
275 | 275 |
|
276 |
| - |
| 276 | + |
277 | 277 |
|
278 | 278 |
|
279 | 279 |
|
|
0 commit comments