8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff8756d commit efb6212Copy full SHA for efb6212
src/backend/utils/cache/temprel.c
@@ -7,7 +7,7 @@
7
*
8
9
* IDENTIFICATION
10
- * $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 $
11
12
*-------------------------------------------------------------------------
13
*/
@@ -80,6 +80,7 @@ remove_all_temp_relations(void)
80
List *l,
81
*next;
82
83
+ AbortOutOfAnyTransaction();
84
StartTransactionCommand();
85
86
l = temp_rels;
0 commit comments