diff options
author | Bruce Momjian <bruce@momjian.us> | 2002-08-17 12:15:49 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2002-08-17 12:15:49 +0000 |
commit | b813554dbdc5569ed9e22a2727707eff38e01964 (patch) | |
tree | d9e21d4829eac16dfe90576c7c56ce1b4256c4ee /src/backend/tcop/utility.c | |
parent | 2132ac89bffaff331643c70ae1fcaba5a418e2b4 (diff) |
Improve documentation of trigger firing queue handling, cleanup.
Neil Conway
Diffstat (limited to 'src/backend/tcop/utility.c')
-rw-r--r-- | src/backend/tcop/utility.c | 7 |
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) { |