diff options
| author | Bruce Momjian | 2003-08-08 21:42:59 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2003-08-08 21:42:59 +0000 |
| commit | 46785776c42143af8f5433bb580ff13f2a9f65e1 (patch) | |
| tree | 0c1f6da64634a202ff20176865b4a9dc69b8ac40 /src/pl | |
| parent | 0e2b12bd9689ac4fd353f7dba33dd796d0e3a07d (diff) | |
Another pgindent run with updated typedefs.
Diffstat (limited to 'src/pl')
| -rw-r--r-- | src/pl/tcl/pltcl.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/pl/tcl/pltcl.c b/src/pl/tcl/pltcl.c index 54f4b561117..d3dbd846b7c 100644 --- a/src/pl/tcl/pltcl.c +++ b/src/pl/tcl/pltcl.c @@ -31,7 +31,7 @@ * ENHANCEMENTS, OR MODIFICATIONS. * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/pl/tcl/pltcl.c,v 1.75 2003/08/04 18:40:50 tgl Exp $ + * $Header: /cvsroot/pgsql/src/pl/tcl/pltcl.c,v 1.76 2003/08/08 21:42:59 momjian Exp $ * **********************************************************************/ @@ -720,8 +720,8 @@ pltcl_trigger_handler(PG_FUNCTION_ARGS) tupdesc, &tcl_trigtup); /* - * Now the command part of the event for TG_op and data for NEW and - * OLD + * Now the command part of the event for TG_op and data for NEW + * and OLD */ if (TRIGGER_FIRED_BY_INSERT(trigdata->tg_event)) { |
