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 4fa1eeb commit 6645a73Copy full SHA for 6645a73
src/backend/access/transam/xact.c
@@ -7,7 +7,7 @@
7
*
8
9
* IDENTIFICATION
10
- * $Header: /cvsroot/pgsql/src/backend/access/transam/xact.c,v 1.49 1999/09/04 19:55:48 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/backend/access/transam/xact.c,v 1.50 1999/09/05 17:12:34 tgl Exp $
11
12
* NOTES
13
* Transaction aborts can now occur two ways:
@@ -1530,6 +1530,7 @@ IsTransactionBlock()
1530
TransactionState s = CurrentTransactionState;
1531
1532
if (s->blockState == TBLOCK_INPROGRESS
1533
+ || s->blockState == TBLOCK_ABORT
1534
|| s->blockState == TBLOCK_ENDABORT)
1535
return true;
1536
0 commit comments