forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit3e36e48

Amit Kapila
Fix a test in 003_logical_slots.
We allow to upgrade the slot iff there is no pending WAL to be processed.The test first disables the subscription to avoid unnecessary LOGs on thesubscriber and then stops the publisher node. It is quite possible thatjust before the shutdown of the publisher, autovacuum generates some WALrecord that needs to be processed, so just disable the autovacuum for thistest.Per buildfarm.Author: Hayato KurodaReviewed-by: Amit KapilaDiscussion:http://postgr.es/m/OS3PR01MB9882FED1F0060468FB01B9DAF583A@OS3PR01MB9882.jpnprd01.prod.outlook.com1 parent5abff2a commit3e36e48
1 file changed
+1
-0
lines changedLines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
| 20 | + | |
20 | 21 |
| |
21 | 22 |
| |
22 | 23 |
| |
|
0 commit comments
Comments
(0)