Add abortcurrent trans to temp table fix.

This commit is contained in:
Bruce Momjian 1999-07-03 15:43:57 +00:00
parent ff8756dd1c
commit efb621278e
1 changed files with 2 additions and 1 deletions

View File

@ -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;