[COMMITTERS] pgsql: Clean up some minor inefficiencies in parallel dump/restore.

2016-06-01 Thread Tom Lane
Clean up some minor inefficiencies in parallel dump/restore. Parallel dump did a totally pointless query to find out the name of each table to be dumped, which it already knows. Parallel restore runs issued lots of redundant SET commands because _doSetFixedOutputState() was invoked once per TOC i

[COMMITTERS] pgsql: Clean up some minor inefficiencies in parallel dump/restore.

2016-06-01 Thread Tom Lane
Clean up some minor inefficiencies in parallel dump/restore. Parallel dump did a totally pointless query to find out the name of each table to be dumped, which it already knows. Parallel restore runs issued lots of redundant SET commands because _doSetFixedOutputState() was invoked once per TOC i

[COMMITTERS] pgsql: Clean up some minor inefficiencies in parallel dump/restore.

2016-06-01 Thread Tom Lane
Clean up some minor inefficiencies in parallel dump/restore. Parallel dump did a totally pointless query to find out the name of each table to be dumped, which it already knows. Parallel restore runs issued lots of redundant SET commands because _doSetFixedOutputState() was invoked once per TOC i

[COMMITTERS] pgsql: Clean up some minor inefficiencies in parallel dump/restore.

2016-06-01 Thread Tom Lane
Clean up some minor inefficiencies in parallel dump/restore. Parallel dump did a totally pointless query to find out the name of each table to be dumped, which it already knows. Parallel restore runs issued lots of redundant SET commands because _doSetFixedOutputState() was invoked once per TOC i