pgsql: Fix copy/out/readfuncs for accessMethod addition in 8586bf7ed8.

Поиск
Список
Период
Сортировка
От Andres Freund
Тема pgsql: Fix copy/out/readfuncs for accessMethod addition in 8586bf7ed8.
Дата
Msg-id E1h1ch8-00053S-Ts@gemulon.postgresql.org
обсуждение исходный текст
Ответы Re: pgsql: Fix copy/out/readfuncs for accessMethod addition in 8586bf7ed8.  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-committers
Fix copy/out/readfuncs for accessMethod addition in 8586bf7ed8.

This includes a catversion bump, as IntoClause is theoretically
speaking part of storable rules. In practice I don't think that can
happen, but there's no reason to be stingy here.

Per buildfarm member calliphoridae.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/b1723423216749be9b28f8430c3b7180dec3fa70

Modified Files
--------------
src/backend/nodes/copyfuncs.c    | 1 +
src/backend/nodes/outfuncs.c     | 2 ++
src/backend/nodes/readfuncs.c    | 1 +
src/include/catalog/catversion.h | 2 +-
4 files changed, 5 insertions(+), 1 deletion(-)


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

Предыдущее
От: Andres Freund
Дата:
Сообщение: pgsql: Fix collation dependency in test introduced in 8586bf7ed8,take
Следующее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: Fix copy/out/readfuncs for accessMethod addition in 8586bf7ed8.