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

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

From
Andres Freund
Date:
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(-)


Andres Freund <andres@anarazel.de> writes:
> Fix copy/out/readfuncs for accessMethod addition in 8586bf7ed8.

Uh, what about equalfuncs?

            regards, tom lane


Re: pgsql: Fix copy/out/readfuncs for accessMethod addition in8586bf7ed8.

From
Andres Freund
Date:
On 2019-03-06 15:13:30 -0500, Tom Lane wrote:
> Andres Freund <andres@anarazel.de> writes:
> > Fix copy/out/readfuncs for accessMethod addition in 8586bf7ed8.
> 
> Uh, what about equalfuncs?

Gah, this isn't my morning. Will fix. And then take a nap, because I've
apparently started at code for too much to concentrate.