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

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix copy/out/readfuncs for accessMethod addition in 8586bf7ed8.
Date: 2019-03-06 19:59:14
Message-ID: E1h1ch8-00053S-Ts@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2019-03-06 20:13:30 Re: pgsql: Fix copy/out/readfuncs for accessMethod addition in 8586bf7ed8.
Previous Message Andres Freund 2019-03-06 19:27:48 pgsql: Fix collation dependency in test introduced in 8586bf7ed8, take