We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd7a3b6 commit db4f3c0Copy full SHA for db4f3c0
src/backend/catalog/heap.c
@@ -8,7 +8,7 @@
8
*
9
10
* IDENTIFICATION
11
- * $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 $
12
13
14
* INTERFACE ROUTINES
@@ -1697,7 +1697,7 @@ cookDefault(ParseState *pstate,
1697
1698
* CREATE TABLE tbl (fld timestamp DEFAULT 'now'::text);
1699
1700
- * 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
1701
* actually do the coercion, to ensure we don't accept an unusable
1702
* default expression.
1703
*/
0 commit comments