]> granicus.if.org Git - postgresql/commit
Deparse named arguments to use the new => operator instead of :=
authorRobert Haas <rhaas@postgresql.org>
Fri, 1 May 2015 13:37:10 +0000 (09:37 -0400)
committerRobert Haas <rhaas@postgresql.org>
Fri, 1 May 2015 13:37:10 +0000 (09:37 -0400)
commite044a44949c5b9c9f548e8a1cd4bf0b50fb2a1cc
tree97c0dc3d6f86fd9286fb70ef421812769c478f75
parente7cb7ee14555cc9c5773e2c102efd6371f6f2005
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.
src/backend/parser/parse_func.c
src/backend/utils/adt/ruleutils.c
src/test/regress/expected/polymorphism.out