File tree
Expand file treeCollapse file tree
9 files changed
+213
-6
lines changedFilter options
- doc/src/sgml
- src
- backend
- catalog
- replication
- include
- catalog
- replication
- test
- recovery/t
- regress/expected
Expand file treeCollapse file tree
9 files changed
+213
-6
lines changeddoc/src/sgml/system-views.sgml
Copy file name to clipboardExpand all lines: doc/src/sgml/system-views.sgml+10Lines changed: 10 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2523 | 2523 |
|
2524 | 2524 |
|
2525 | 2525 |
|
| 2526 | + |
| 2527 | + |
| 2528 | + |
| 2529 | + |
| 2530 | + |
| 2531 | + |
| 2532 | + |
| 2533 | + |
| 2534 | + |
| 2535 | + |
2526 | 2536 |
|
2527 | 2537 |
|
2528 | 2538 |
|
|
src/backend/catalog/system_views.sql
Copy file name to clipboardExpand all lines: src/backend/catalog/system_views.sql+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1023 | 1023 |
|
1024 | 1024 |
|
1025 | 1025 |
|
| 1026 | + |
1026 | 1027 |
|
1027 | 1028 |
|
1028 | 1029 |
|
|
src/backend/replication/slot.c
Copy file name to clipboardExpand all lines: src/backend/replication/slot.c+35Lines changed: 35 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
409 | 409 |
|
410 | 410 |
|
411 | 411 |
|
| 412 | + |
412 | 413 |
|
413 | 414 |
|
414 | 415 |
|
| ||
622 | 623 |
|
623 | 624 |
|
624 | 625 |
|
| 626 | + |
| 627 | + |
| 628 | + |
| 629 | + |
| 630 | + |
625 | 631 |
|
626 | 632 |
|
627 | 633 |
|
| ||
645 | 651 |
|
646 | 652 |
|
647 | 653 |
|
| 654 | + |
648 | 655 |
|
649 | 656 |
|
650 | 657 |
|
| ||
679 | 686 |
|
680 | 687 |
|
681 | 688 |
|
| 689 | + |
| 690 | + |
| 691 | + |
| 692 | + |
| 693 | + |
| 694 | + |
| 695 | + |
| 696 | + |
| 697 | + |
682 | 698 |
|
683 | 699 |
|
684 | 700 |
|
| ||
687 | 703 |
|
688 | 704 |
|
689 | 705 |
|
| 706 | + |
690 | 707 |
|
691 | 708 |
|
692 | 709 |
|
| 710 | + |
| 711 | + |
| 712 | + |
| 713 | + |
| 714 | + |
| 715 | + |
693 | 716 |
|
694 | 717 |
|
695 | 718 |
|
| ||
2342 | 2365 |
|
2343 | 2366 |
|
2344 | 2367 |
|
| 2368 | + |
| 2369 | + |
| 2370 | + |
| 2371 | + |
| 2372 | + |
| 2373 | + |
| 2374 | + |
| 2375 | + |
| 2376 | + |
| 2377 | + |
| 2378 | + |
| 2379 | + |
2345 | 2380 |
|
2346 | 2381 |
|
2347 | 2382 |
|
|
src/backend/replication/slotfuncs.c
Copy file name to clipboardExpand all lines: src/backend/replication/slotfuncs.c+6-1Lines changed: 6 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
239 | 239 |
|
240 | 240 |
|
241 | 241 |
|
242 |
| - |
| 242 | + |
243 | 243 |
|
244 | 244 |
|
245 | 245 |
|
| ||
410 | 410 |
|
411 | 411 |
|
412 | 412 |
|
| 413 | + |
| 414 | + |
| 415 | + |
| 416 | + |
| 417 | + |
413 | 418 |
|
414 | 419 |
|
415 | 420 |
|
|
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+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
201 | 201 |
|
202 | 202 |
|
203 | 203 |
|
| 204 | + |
| 205 | + |
| 206 | + |
204 | 207 |
|
205 | 208 |
|
206 | 209 |
|
|
src/test/recovery/t/019_replslot_limit.pl
Copy file name to clipboardExpand all lines: src/test/recovery/t/019_replslot_limit.pl+152Lines changed: 152 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
410 | 410 |
|
411 | 411 |
|
412 | 412 |
|
| 413 | + |
| 414 | + |
| 415 | + |
| 416 | + |
| 417 | + |
| 418 | + |
| 419 | + |
| 420 | + |
| 421 | + |
| 422 | + |
| 423 | + |
| 424 | + |
| 425 | + |
| 426 | + |
| 427 | + |
| 428 | + |
| 429 | + |
| 430 | + |
| 431 | + |
| 432 | + |
| 433 | + |
| 434 | + |
| 435 | + |
| 436 | + |
| 437 | + |
| 438 | + |
| 439 | + |
| 440 | + |
| 441 | + |
| 442 | + |
| 443 | + |
| 444 | + |
| 445 | + |
| 446 | + |
| 447 | + |
| 448 | + |
| 449 | + |
| 450 | + |
| 451 | + |
| 452 | + |
| 453 | + |
| 454 | + |
| 455 | + |
| 456 | + |
| 457 | + |
| 458 | + |
| 459 | + |
| 460 | + |
| 461 | + |
| 462 | + |
| 463 | + |
| 464 | + |
| 465 | + |
| 466 | + |
| 467 | + |
| 468 | + |
| 469 | + |
| 470 | + |
| 471 | + |
| 472 | + |
| 473 | + |
| 474 | + |
| 475 | + |
| 476 | + |
| 477 | + |
| 478 | + |
| 479 | + |
| 480 | + |
| 481 | + |
| 482 | + |
| 483 | + |
| 484 | + |
| 485 | + |
| 486 | + |
| 487 | + |
| 488 | + |
| 489 | + |
| 490 | + |
| 491 | + |
| 492 | + |
| 493 | + |
| 494 | + |
| 495 | + |
| 496 | + |
| 497 | + |
| 498 | + |
| 499 | + |
| 500 | + |
| 501 | + |
| 502 | + |
| 503 | + |
| 504 | + |
| 505 | + |
| 506 | + |
| 507 | + |
| 508 | + |
| 509 | + |
| 510 | + |
| 511 | + |
| 512 | + |
| 513 | + |
| 514 | + |
| 515 | + |
| 516 | + |
| 517 | + |
| 518 | + |
| 519 | + |
| 520 | + |
| 521 | + |
| 522 | + |
| 523 | + |
| 524 | + |
| 525 | + |
| 526 | + |
| 527 | + |
| 528 | + |
| 529 | + |
| 530 | + |
| 531 | + |
| 532 | + |
| 533 | + |
| 534 | + |
| 535 | + |
| 536 | + |
| 537 | + |
| 538 | + |
| 539 | + |
| 540 | + |
| 541 | + |
| 542 | + |
| 543 | + |
| 544 | + |
| 545 | + |
| 546 | + |
| 547 | + |
| 548 | + |
| 549 | + |
| 550 | + |
| 551 | + |
| 552 | + |
| 553 | + |
| 554 | + |
| 555 | + |
| 556 | + |
| 557 | + |
| 558 | + |
| 559 | + |
| 560 | + |
| 561 | + |
| 562 | + |
| 563 | + |
| 564 | + |
413 | 565 |
|
src/test/regress/expected/rules.out
Copy file name to clipboardExpand all lines: src/test/regress/expected/rules.out+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1473 | 1473 |
|
1474 | 1474 |
|
1475 | 1475 |
|
| 1476 | + |
1476 | 1477 |
|
1477 | 1478 |
|
1478 | 1479 |
|
1479 | 1480 |
|
1480 |
| - |
| 1481 | + |
1481 | 1482 |
|
1482 | 1483 |
|
1483 | 1484 |
|
|
0 commit comments