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

Amit Kapila
Fix Subscription test added by commitce0fdbf.
We want to test the variants of Alter Subscription that are not allowed inthe transaction block but for that, we don't need to create a subscriptionthat tries to connect to the publisher. As such, there is no problem withthis test but it is good to allow such tests to run withwal_level = minimal and max_wal_senders = 0 so as to keep them consistentwith other tests.Reported by buildfarm.Author: Amit KapilaReviewed-by: Ajin CherianDiscussion:https://postgr.es/m/CAA4eK1Lw0V+e1JPGHDq=+hVACv=14H8sR+2eJ1k3PEgwKmU-jQ@mail.gmail.com1 parentce0fdbf commitc8b21b0
File tree
2 files changed
+8
-4
lines changed- src/test/regress
- expected
- sql
2 files changed
+8
-4
lines changedLines changed: 4 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
201 | 201 |
| |
202 | 202 |
| |
203 | 203 |
| |
204 |
| - | |
205 |
| - | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
206 | 208 |
| |
207 | 209 |
| |
208 | 210 |
| |
|
Lines changed: 4 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
147 | 147 |
| |
148 | 148 |
| |
149 | 149 |
| |
150 |
| - | |
151 |
| - | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
152 | 154 |
| |
153 | 155 |
| |
154 | 156 |
| |
|
0 commit comments
Comments
(0)