aboutsummaryrefslogtreecommitdiff
path: root/contrib/postgres_fdw/postgres_fdw.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2016-06-15 10:52:53 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2016-06-15 10:53:03 -0400
commit8383486f108c650b187358bfe811060627c751c9 (patch)
tree5099b3ef0a08fcad5a73cf2ecce24688d463c9dd /contrib/postgres_fdw/postgres_fdw.c
parentf0688d6e6c595cdceef3ad218b86f064f4909b4c (diff)
downloadpostgresql-8383486f108c650b187358bfe811060627c751c9.tar.gz
postgresql-8383486f108c650b187358bfe811060627c751c9.zip
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>
Diffstat (limited to 'contrib/postgres_fdw/postgres_fdw.c')
0 files changed, 0 insertions, 0 deletions