forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitdcfecaa
committed
Fix parallel query on standby servers.
Without this fix, it inevitably bombs out with "ERROR: failed toinitialize transaction_read_only to 0". Repair.Ashutosh Sharma; comments adjusted by me.1 parent070140e commitdcfecaa
1 file changed
+3
-1
lines changedLines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
482 | 482 |
| |
483 | 483 |
| |
484 | 484 |
| |
| 485 | + | |
| 486 | + | |
485 | 487 |
| |
486 | 488 |
| |
487 | 489 |
| |
488 | 490 |
| |
489 |
| - | |
| 491 | + | |
490 | 492 |
| |
491 | 493 |
| |
492 | 494 |
| |
|
0 commit comments
Comments
(0)