[COMMITTERS] pgsql: Reconcile nodes/*funcs.c with PostgreSQL 10 work.

Поиск
Список
Период
Сортировка
От Noah Misch
Тема [COMMITTERS] pgsql: Reconcile nodes/*funcs.c with PostgreSQL 10 work.
Дата
Msg-id E1dLlXL-0003Vl-4M@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Reconcile nodes/*funcs.c with PostgreSQL 10 work.

The _equalTableFunc() omission of coltypmods has semantic significance,
but I did not track down resulting user-visible bugs, if any.  The other
changes are cosmetic only, affecting order.  catversion bump due to
readfuncs.c field order change.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/39ac55918fc31b9bf88185d28ebe7ddc58d01181

Modified Files
--------------
src/backend/nodes/copyfuncs.c    |  6 +++---
src/backend/nodes/equalfuncs.c   | 14 ++++++--------
src/backend/nodes/outfuncs.c     |  2 +-
src/backend/nodes/readfuncs.c    |  2 +-
src/include/catalog/catversion.h |  2 +-
5 files changed, 12 insertions(+), 14 deletions(-)


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

Предыдущее
От: Tatsuo Ishii
Дата:
Сообщение: Re: [COMMITTERS] pgsql: Fix document bug regarding read onlytransactions.
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: [COMMITTERS] pgsql: Fix dependency,when changing a function's argument/return type.