Deparse named arguments to use the new => operator instead of :=
Robert Haas <rhaas@postgresql.org>
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.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/parser/parse_func.c | modified | +1 −1 |
| src/backend/utils/adt/ruleutils.c | modified | +1 −1 |
| src/test/regress/expected/polymorphism.out | modified | +6 −6 |