projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff8756d
)
Add abortcurrent trans to temp table fix.
author
Bruce Momjian
Sat, 3 Jul 1999 15:43:57 +0000
(15:43 +0000)
committer
Bruce Momjian
Sat, 3 Jul 1999 15:43:57 +0000
(15:43 +0000)
src/backend/utils/cache/temprel.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/utils/cache/temprel.c
b/src/backend/utils/cache/temprel.c
index 7a7cb864166d41bf07449ef32c2416b73be11114..6635ac2bd497d5377fb219cb134556a4cd6ce34a 100644
(file)
--- 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;