diff options
| author | Tom Lane <tgl@sss.pgh.pa.us> | 2004-08-04 21:34:35 +0000 |
|---|---|---|
| committer | Tom Lane <tgl@sss.pgh.pa.us> | 2004-08-04 21:34:35 +0000 |
| commit | fcbc43872759f2fead5782fd9b04cb70b72e7f56 (patch) | |
| tree | 07673d8517a11d149859d7b8146233f8fad66f3f /src/pl | |
| parent | ecb68138e9d26324256db004c1783b4a41b75a33 (diff) | |
| download | postgresql-fcbc43872759f2fead5782fd9b04cb70b72e7f56.tar.gz | |
Label CVS tip as 8.0devel instead of 7.5devel. Adjust various comments
and documentation to reference 8.0 instead of 7.5.
Diffstat (limited to 'src/pl')
| -rw-r--r-- | src/pl/plpython/plpython.c | 4 | ||||
| -rw-r--r-- | src/pl/tcl/pltcl.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/pl/plpython/plpython.c b/src/pl/plpython/plpython.c index 4d8a0aa87a..76ea03107b 100644 --- a/src/pl/plpython/plpython.c +++ b/src/pl/plpython/plpython.c @@ -29,7 +29,7 @@ * MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. * * IDENTIFICATION - * $PostgreSQL: pgsql/src/pl/plpython/plpython.c,v 1.51 2004/07/31 20:55:45 tgl Exp $ + * $PostgreSQL: pgsql/src/pl/plpython/plpython.c,v 1.52 2004/08/04 21:34:29 tgl Exp $ * ********************************************************************* */ @@ -272,7 +272,7 @@ static PLyProcedure *PLy_last_procedure = NULL; * interpreter returns to the calling function, we re-throw the error (even if * Python thinks it trapped the error and doesn't return NULL). Eventually * this ought to be improved to let Python code really truly trap the error, - * but that's more of a change from the pre-7.5 semantics than I have time for + * 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. */ diff --git a/src/pl/tcl/pltcl.c b/src/pl/tcl/pltcl.c index 134291be4e..2a8e6c8458 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. */ |
