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

Поиск
Список
Период
Сортировка
От Robert Haas
Тема pgsql: Deparse named arguments to use the new => operator instead of :=
Дата
Msg-id E1YoB9W-0002Ag-RG@gemulon.postgresql.org
обсуждение исходный текст
Список 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(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Robert Haas
Дата:
Сообщение: pgsql: Allow FDWs and custom scan providers to replace joins with scans
Следующее
От: Bruce Momjian
Дата:
Сообщение: pgsql: Mark views created from tables as replication identity 'nothing'