pgsql: Deparse named arguments to use the new => operator instead of :=

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Deparse named arguments to use the new => operator instead of :=
Date: 2015-05-01 13:38:50
Message-ID: E1YoB9W-0002Ag-RG@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Deparse named arguments to use the new => operator instead of :=

Tom Lane pointed out that this wasn't done, and asked whether that was
intentional. Subsequent discussion was in favor of making the change,
so here we go.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/e044a44949c5b9c9f548e8a1cd4bf0b50fb2a1cc

Modified Files
--------------
src/backend/parser/parse_func.c | 2 +-
src/backend/utils/adt/ruleutils.c | 2 +-
src/test/regress/expected/polymorphism.out | 12 ++++++------
3 files changed, 8 insertions(+), 8 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2015-05-01 17:03:32 pgsql: Mark views created from tables as replication identity 'nothing'
Previous Message Robert Haas 2015-05-01 12:59:01 pgsql: Allow FDWs and custom scan providers to replace joins with scans