aboutsummaryrefslogtreecommitdiff
path: root/src/tutorial/complex.c
diff options
context:
space:
mode:
authorAlvaro Herrera <alvherre@alvh.no-ip.org>2018-12-27 16:17:40 -0300
committerAlvaro Herrera <alvherre@alvh.no-ip.org>2018-12-27 16:17:40 -0300
commitb7258a30aa6f1d4b53491174f372df07c5a6cd97 (patch)
treea82f9fb128259de1fbdbc0e94cac913e6b17d9f9 /src/tutorial/complex.c
parenta85045cccb1b7a6e4b60a9b13abdfb5574eafae5 (diff)
downloadpostgresql-b7258a30aa6f1d4b53491174f372df07c5a6cd97.tar.gz
postgresql-b7258a30aa6f1d4b53491174f372df07c5a6cd97.zip
Have DISCARD ALL/TEMP remove leftover temp tables
Previously, it would only remove temp tables created in the same session; but if the session uses the BackendId of a previously crashed backend that left temp tables around, those would not get removed. Since autovacuum would not drop them either (because it sees that the BackendId is in use by the current session) these can cause annoying xid-wraparound warnings. Apply to branches 9.4 to 10. This is not a problem since version 11, because commit 943576bddcb5 added state tracking that makes autovacuum realize that those temp tables are not ours, so it removes them. This is useful to handle in DISCARD, because even though it does not handle all situations, it does handle the common one where a connection pooler keeps the same session open for an indefinitely long time. Discussion: https://postgr.es/m/20181226190834.wsk2wzott5yzrjiq@alvherre.pgsql Reviewed-by: Takayuki Tsunakawa, Michaƫl Paquier
Diffstat (limited to 'src/tutorial/complex.c')
0 files changed, 0 insertions, 0 deletions