]> granicus.if.org Git - postgresql/commit
Fix parallel query on standby servers.
authorRobert Haas <rhaas@postgresql.org>
Tue, 8 Mar 2016 15:27:03 +0000 (10:27 -0500)
committerRobert Haas <rhaas@postgresql.org>
Tue, 8 Mar 2016 15:27:03 +0000 (10:27 -0500)
commitdcfecaae9e35afe4fb11304267f547141842447d
tree56932fc011a835beaf6781c471a14e4323f93b72
parent070140ee48e8524493f882a278b5ced255b34b65
Fix parallel query on standby servers.

Without this fix, it inevitably bombs out with "ERROR:  failed to
initialize transaction_read_only to 0".  Repair.

Ashutosh Sharma; comments adjusted by me.
src/backend/commands/variable.c