aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2002-09-14 22:14:49 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2002-09-14 22:14:49 +0000
commitdb4f3c033448ee56bda2244f9ce868297887b73a (patch)
tree6a95d13d7e799309046e4b7dd4753b8c04da048f /src
parentcd7a3b6c0d61431e33f22ab00aeda009af5faa90 (diff)
downloadpostgresql-db4f3c033448ee56bda2244f9ce868297887b73a.tar.gz
postgresql-db4f3c033448ee56bda2244f9ce868297887b73a.zip
Update obsolete comment.
Diffstat (limited to 'src')
-rw-r--r--src/backend/catalog/heap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/catalog/heap.c b/src/backend/catalog/heap.c
index 15f3e1e2d37..f09d1fc1deb 100644
--- a/src/backend/catalog/heap.c
+++ b/src/backend/catalog/heap.c
@@ -8,7 +8,7 @@
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/catalog/heap.c,v 1.225 2002/09/04 20:31:13 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/backend/catalog/heap.c,v 1.226 2002/09/14 22:14:49 tgl Exp $
*
*
* INTERFACE ROUTINES
@@ -1697,7 +1697,7 @@ cookDefault(ParseState *pstate,
*
* CREATE TABLE tbl (fld timestamp DEFAULT 'now'::text);
*
- * NB: this should match the code in optimizer/prep/preptlist.c that will
+ * NB: this should match the code in rewrite/rewriteHandler.c that will
* actually do the coercion, to ensure we don't accept an unusable
* default expression.
*/