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

Amit Kapila
Fix possible crash in tablesync worker.
Commitc3afe8c added a new password_required option but forgot that youneed database access to check whether an arbitrary role ID is a superuser.Commite7e7da2 fixed a similar bug in apply worker, and this patchfixes a similar bug in tablesync worker.Author: Hou ZhijieReviewed-by: Amit KapilaDiscussion:https://postgr.es/m/OS0PR01MB571607F5A9D723755268D36294759@OS0PR01MB5716.jpnprd01.prod.outlook.com1 parentf9f31aa commitb5c5173
1 file changed
+6
-4
lines changedLines changed: 6 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1262 | 1262 |
| |
1263 | 1263 |
| |
1264 | 1264 |
| |
| 1265 | + | |
| 1266 | + | |
| 1267 | + | |
| 1268 | + | |
| 1269 | + | |
| 1270 | + | |
1265 | 1271 |
| |
1266 | 1272 |
| |
1267 | 1273 |
| |
| |||
1288 | 1294 |
| |
1289 | 1295 |
| |
1290 | 1296 |
| |
1291 |
| - | |
1292 |
| - | |
1293 |
| - | |
1294 |
| - | |
1295 | 1297 |
| |
1296 | 1298 |
| |
1297 | 1299 |
| |
|
0 commit comments
Comments
(0)