forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit8dc7c33
committed
Improve tablesync behavior with concurrent changes
When a table is removed from a subscription before the tablesync workercould start, this would previously result in an error when readingpg_subscription_rel. Now we just ignore this.Author: Masahiko Sawada <sawada.mshk@gmail.com>1 parent76b11e8 commit8dc7c33
1 file changed
+5
-2
lines changedLines changed: 5 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
796 | 796 |
| |
797 | 797 |
| |
798 | 798 |
| |
799 |
| - | |
| 799 | + | |
800 | 800 |
| |
801 | 801 |
| |
802 | 802 |
| |
| |||
942 | 942 |
| |
943 | 943 |
| |
944 | 944 |
| |
945 |
| - | |
| 945 | + | |
| 946 | + | |
| 947 | + | |
| 948 | + | |
946 | 949 |
| |
947 | 950 |
| |
948 | 951 |
| |
|
0 commit comments
Comments
(0)