Skip to content

Commit db4f3c0

Browse files
committed
Update obsolete comment.
1 parent cd7a3b6 commit db4f3c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/catalog/heap.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*
1010
* 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 $
1212
*
1313
*
1414
* INTERFACE ROUTINES
@@ -1697,7 +1697,7 @@ cookDefault(ParseState *pstate,
16971697
*
16981698
* CREATE TABLE tbl (fld timestamp DEFAULT 'now'::text);
16991699
*
1700-
* NB: this should match the code in optimizer/prep/preptlist.c that will
1700+
* NB: this should match the code in rewrite/rewriteHandler.c that will
17011701
* actually do the coercion, to ensure we don't accept an unusable
17021702
* default expression.
17031703
*/

0 commit comments

Comments
 (0)