From: Bruce Momjian Date: Sat, 3 Jul 1999 15:43:57 +0000 (+0000) Subject: Add abortcurrent trans to temp table fix. X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=fe736166d18905da45c7a759fe35f714d4e1eb2d;p=users%2Fbernd%2Fpostgres.git Add abortcurrent trans to temp table fix. --- diff --git a/src/backend/utils/cache/temprel.c b/src/backend/utils/cache/temprel.c index 834028ff01..d2c67acbde 100644 --- a/src/backend/utils/cache/temprel.c +++ b/src/backend/utils/cache/temprel.c @@ -80,6 +80,7 @@ remove_all_temp_relations(void) List *l, *next; + AbortOutOfAnyTransaction(); StartTransactionCommand(); l = temp_rels;