pgsql: Fix another couple of outdated comments for MERGE RETURNING.

Поиск
Список
Период
Сортировка
От Dean Rasheed
Тема pgsql: Fix another couple of outdated comments for MERGE RETURNING.
Дата
Msg-id E1sEPcQ-002vNc-8M@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix another couple of outdated comments for MERGE RETURNING.

Oversights in c649fa24a4 which added RETURNING support to MERGE.

Discussion: https://postgr.es/m/CAApHDvpqp6vtUzG-_josUEiBGyqnrnVxJ-VdF+hJLXjHdHzsyQ@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/5c5bccef211cfc98e0d6c4bc1af40a33c8ac2488

Modified Files
--------------
src/backend/utils/adt/ruleutils.c | 2 +-
src/include/nodes/parsenodes.h    | 2 +-
src/include/utils/portal.h        | 6 +++---
3 files changed, 5 insertions(+), 5 deletions(-)


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

Предыдущее
От: Andres Freund
Дата:
Сообщение: pgsql: ci: windows: Use the same image for VS and MinGW tasks
Следующее
От: Dean Rasheed
Дата:
Сообщение: pgsql: Fix PL/pgSQL's handling of integer ranges containing underscores