aboutsummaryrefslogtreecommitdiff
path: root/src/backend/tcop/utility.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/tcop/utility.c')
-rw-r--r--src/backend/tcop/utility.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/backend/tcop/utility.c b/src/backend/tcop/utility.c
index e75b52b6702..ded117dbac8 100644
--- a/src/backend/tcop/utility.c
+++ b/src/backend/tcop/utility.c
@@ -10,7 +10,7 @@
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/tcop/utility.c,v 1.170 2002/08/15 16:36:05 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/backend/tcop/utility.c,v 1.171 2002/08/17 12:15:49 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -215,9 +215,8 @@ ProcessUtility(Node *parsetree,
BeginTransactionBlock();
/*
- * Currently, the only option that can be set is
- * the transaction isolation level by START
- * TRANSACTION.
+ * Currently, the only option that can be set by
+ * START TRANSACTION is the isolation level.
*/
if (stmt->options)
{