forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitd627ce3
committed
Disallow setting archive_library and archive_command at the same time
Setting archive_library and archive_command at the same time is now anerror. Before, archive_library would take precedence overarchive_command.Author: Nathan Bossart <nathandbossart@gmail.com>Reviewed-by: Peter Eisentraut <peter.eisentraut@enterprisedb.com>Reviewed-by: Bharath Rupireddy <bharath.rupireddyforpostgres@gmail.com>Discussion:https://www.postgresql.org/message-id/20220914222736.GA3042279%40nathanxps131 parent8b5262f commitd627ce3
2 files changed
+19
-3
lines changedLines changed: 7 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3597 | 3597 |
| |
3598 | 3598 |
| |
3599 | 3599 |
| |
3600 |
| - | |
| 3600 | + | |
3601 | 3601 |
| |
3602 |
| - | |
| 3602 | + | |
| 3603 | + | |
| 3604 | + | |
3603 | 3605 |
| |
3604 | 3606 |
| |
3605 | 3607 |
| |
| |||
3624 | 3626 |
| |
3625 | 3627 |
| |
3626 | 3628 |
| |
3627 |
| - | |
| 3629 | + | |
| 3630 | + | |
| 3631 | + | |
3628 | 3632 |
| |
3629 | 3633 |
| |
3630 | 3634 |
| |
|
Lines changed: 12 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
792 | 792 |
| |
793 | 793 |
| |
794 | 794 |
| |
| 795 | + | |
| 796 | + | |
| 797 | + | |
| 798 | + | |
| 799 | + | |
| 800 | + | |
795 | 801 |
| |
796 | 802 |
| |
797 | 803 |
| |
| |||
825 | 831 |
| |
826 | 832 |
| |
827 | 833 |
| |
| 834 | + | |
| 835 | + | |
| 836 | + | |
| 837 | + | |
| 838 | + | |
| 839 | + | |
828 | 840 |
| |
829 | 841 |
| |
830 | 842 |
| |
|
0 commit comments
Comments
(0)