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:07
Message-ID: 20041213003307.0E64C3A3C6F@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

Modified Files:
--------------
pgsql/src/backend/utils/adt:
ruleutils.c (r1.186 -> r1.187)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/ruleutils.c.diff?r1=1.186&r2=1.187)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2004-12-13 00:33:19 pgsql: Avoid generating excess (and illegal) parentheses around an
Previous Message Tom Lane 2004-12-13 00:18:16 pgsql: Back-patch copyOject fix for EXPLAIN/PREPARE.