|
8 | 8 | *
|
9 | 9 | *
|
10 | 10 | * IDENTIFICATION
|
11 |
| - * $Header: /cvsroot/pgsql/src/backend/catalog/heap.c,v 1.225 2002/09/04 20:31:13 momjian Exp $ |
| 11 | + * $Header: /cvsroot/pgsql/src/backend/catalog/heap.c,v 1.226 2002/09/14 22:14:49 tgl Exp $ |
12 | 12 | *
|
13 | 13 | *
|
14 | 14 | * INTERFACE ROUTINES
|
@@ -1697,7 +1697,7 @@ cookDefault(ParseState *pstate,
|
1697 | 1697 | *
|
1698 | 1698 | * CREATE TABLE tbl (fld timestamp DEFAULT 'now'::text);
|
1699 | 1699 | *
|
1700 |
| - * NB: this should match the code inoptimizer/prep/preptlist.c that will |
| 1700 | + * NB: this should match the code inrewrite/rewriteHandler.c that will |
1701 | 1701 | * actually do the coercion, to ensure we don't accept an unusable
|
1702 | 1702 | * default expression.
|
1703 | 1703 | */
|
|