diff options
Diffstat (limited to 'src/pl/tcl/pltcl.c')
-rw-r--r-- | src/pl/tcl/pltcl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pl/tcl/pltcl.c b/src/pl/tcl/pltcl.c index 134291be4e9..2a8e6c84585 100644 --- a/src/pl/tcl/pltcl.c +++ b/src/pl/tcl/pltcl.c @@ -31,7 +31,7 @@ * ENHANCEMENTS, OR MODIFICATIONS. * * IDENTIFICATION - * $PostgreSQL: pgsql/src/pl/tcl/pltcl.c,v 1.88 2004/07/31 20:55:45 tgl Exp $ + * $PostgreSQL: pgsql/src/pl/tcl/pltcl.c,v 1.89 2004/08/04 21:34:32 tgl Exp $ * **********************************************************************/ @@ -146,7 +146,7 @@ static FunctionCallInfo pltcl_current_fcinfo = NULL; * returns to the calling function, we re-throw the error (even if Tcl * thinks it trapped the error and doesn't return TCL_ERROR). Eventually * this ought to be improved to let Tcl code really truly trap the error, - * but that's more of a change from the pre-7.5 semantics than I have time + * but that's more of a change from the pre-8.0 semantics than I have time * for now --- it will only be possible if the callback query is executed * inside a subtransaction. */ |