forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitf15b76a
committed
Restore behavior for replication origin drop
Do for replication origins what the previous commit did for replicationslots: restore the original behavior of replication origin drop to raisean error rather than blocking, because users might be depending on theoriginal behavior. Maintain the blocking behavior when invokedinternally from logical replication subscription handling.Discussion:https://postgr.es/m/20170830133922.tlpo3lgfejm4n2cs@alvherre.pgsql1 parent3950e07 commitf15b76a
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1205 | 1205 |
| |
1206 | 1206 |
| |
1207 | 1207 |
| |
1208 |
| - | |
| 1208 | + | |
1209 | 1209 |
| |
1210 | 1210 |
| |
1211 | 1211 |
| |
|
0 commit comments
Comments
(0)