From: | tgl(at)postgresql(dot)org (Tom Lane) |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql: Re-introduce the yylex filter function formerly used to support |
Date: | 2006-05-27 17:38:46 |
Message-ID: | 20060527173846.3C5299FA2D8@postgresql.org |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Log Message:
-----------
Re-introduce the yylex filter function formerly used to support UNION
JOIN, which I removed in a recent fit of over-optimism that we wouldn't
have any future use for it. Now it's needed to support disambiguating
WITH CHECK OPTION from WITH TIME ZONE. As proof of concept, add stub
grammar productions for WITH CHECK OPTION.
Modified Files:
--------------
pgsql/src/backend/parser:
Makefile (r1.43 -> r1.44)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/parser/Makefile.diff?r1=1.43&r2=1.44)
gram.y (r2.544 -> r2.545)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/parser/gram.y.diff?r1=2.544&r2=2.545)
parser.c (r1.65 -> r1.66)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/parser/parser.c.diff?r1=1.65&r2=1.66)
pgsql/src/include/parser:
gramparse.h (r1.36 -> r1.37)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/parser/gramparse.h.diff?r1=1.36&r2=1.37)
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2006-05-27 18:07:06 | pgsql: Fix initdb to properly escape quotes and backslashes in the |
Previous Message | User Hinoue | 2006-05-27 14:07:34 | psqlodbc - psqlodbc: 1.Fix a crash on SQLDisconnect. |