postgresql/src/backend/postmaster
Tom Lane 8383486f10 Force idle_in_transaction_session_timeout off in pg_dump and autovacuum.
We disable statement_timeout and lock_timeout during dump and restore, to
prevent any global settings that might exist from breaking routine backups.
Commit c6dda1f48 should have added idle_in_transaction_session_timeout to
that list, but failed to.

Another place where these timeouts get turned off is autovacuum.  While
I doubt an idle timeout could fire there, it seems better to be safe than
sorry.

pg_dump issue noted by Bernd Helmle, the other one found by grepping.

Report: <352F9B77DB5D3082578D17BB@eje.land.credativ.lan>
2016-06-15 10:53:03 -04:00
..
autovacuum.c Force idle_in_transaction_session_timeout off in pg_dump and autovacuum. 2016-06-15 10:53:03 -04:00
bgworker.c
bgwriter.c Revert bf08f2292f 2016-04-06 14:03:46 +01:00
checkpointer.c Provide much better wait information in pg_stat_activity. 2016-03-10 12:44:09 -05:00
fork_process.c
Makefile
pgarch.c
pgstat.c pgindent run for 9.6 2016-06-09 18:02:36 -04:00
postmaster.c pgindent run for 9.6 2016-06-09 18:02:36 -04:00
startup.c Rework wait for AccessExclusiveLocks on Hot Standby 2016-03-10 19:26:24 +00:00
syslogger.c
walwriter.c Provide much better wait information in pg_stat_activity. 2016-03-10 12:44:09 -05:00