pgsql: Kris Jurka pointed out that the qualified_name production wasn't

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Kris Jurka pointed out that the qualified_name production wasn't
Date: 2004-11-08 04:02:27
Message-ID: 20041108040227.A158E3A3EEB@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Kris Jurka pointed out that the qualified_name production wasn't
working as intended --- for some reason, FROM a.b.c was getting
parsed as if it were a function name and not a qualified name.
I think there must be a bug in bison, because it should have
complained that the grammar was ambiguous. Anyway, fix it along
the same lines previously used for func_name vs columnref, and get
rid of the right-recursion in attrs that seems to have confused
bison.

Modified Files:
--------------
pgsql/src/backend/parser:
gram.y (r2.479 -> r2.480)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/parser/gram.y.diff?r1=2.479&r2=2.480)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2004-11-08 05:23:30 pgsql: Allow win32/cygwin link against the first matching library symbol
Previous Message Tom Lane 2004-11-08 01:54:59 pgsql: Fix unportable code in SockAddr_cidr_mask: you can't assume that