1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-27 12:41:57 +03:00

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

View File

@ -7,7 +7,7 @@
* *
* *
* IDENTIFICATION * 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, List *l,
*next; *next;
AbortOutOfAnyTransaction();
StartTransactionCommand(); StartTransactionCommand();
l = temp_rels; l = temp_rels;