pgsql: Avoid generating excess (and illegal) parentheses around an - Mailing list pgsql-committers

From tgl@svr1.postgresql.org (Tom Lane)
Subject pgsql: Avoid generating excess (and illegal) parentheses around an
Date
Msg-id 20041213003307.0E64C3A3C6F@svr1.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Back-patch copyOject fix for EXPLAIN/PREPARE.
Next
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Avoid generating excess (and illegal) parentheses around an