From: Bruce Momjian Date: Sat, 3 Jul 1999 15:43:57 +0000 (+0000) Subject: Add abortcurrent trans to temp table fix. X-Git-Tag: REL6_5_1~74 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=efb621278ef9bf11ec4c62452818735fd9e5a377;p=users%2Fc2main%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 7a7cb86416..6635ac2bd4 100644 --- a/src/backend/utils/cache/temprel.c +++ b/src/backend/utils/cache/temprel.c @@ -7,7 +7,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/utils/cache/Attic/temprel.c,v 1.5 1999/07/02 18:09:28 momjian Exp $ + * $Header: /cvsroot/pgsql/src/backend/utils/cache/Attic/temprel.c,v 1.6 1999/07/03 15:43:57 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -80,6 +80,7 @@ remove_all_temp_relations(void) List *l, *next; + AbortOutOfAnyTransaction(); StartTransactionCommand(); l = temp_rels;