Commit efb62127 authored by Bruce Momjian's avatar Bruce Momjian

Add abortcurrent trans to temp table fix.

parent ff8756dd
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment