pgsql: Fix copy/out/readfuncs for accessMethod addition in 8586bf7ed8. - Mailing list pgsql-committers

From Andres Freund
Subject pgsql: Fix copy/out/readfuncs for accessMethod addition in 8586bf7ed8.
Date
Msg-id E1h1ch8-00053S-Ts@gemulon.postgresql.org
Whole thread Raw
Responses Re: pgsql: Fix copy/out/readfuncs for accessMethod addition in 8586bf7ed8.
List 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 by date:

Previous
From: Andres Freund
Date:
Subject: pgsql: Fix collation dependency in test introduced in 8586bf7ed8,take
Next
From: Tom Lane
Date:
Subject: Re: pgsql: Fix copy/out/readfuncs for accessMethod addition in 8586bf7ed8.