pgsql: Avoid generating excess (and illegal) parentheses around an

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Avoid generating excess (and illegal) parentheses around an
Date: 2004-12-13 00:33:19
Message-ID: 20041213003319.3A6333A4ECC@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Avoid generating excess (and illegal) parentheses around an aliased JOIN
in prettyprint mode. Andreas Pflug

Tags:
----
REL7_4_STABLE

Modified Files:
--------------
pgsql/src/backend/utils/adt:
ruleutils.c (r1.157.2.2 -> r1.157.2.3)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/ruleutils.c.diff?r1=1.157.2.2&r2=1.157.2.3)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2004-12-13 00:45:51 Re: pgsql: PREPARE and EXPLAIN need to copy the source query just like we
Previous Message Tom Lane 2004-12-13 00:33:07 pgsql: Avoid generating excess (and illegal) parentheses around an