pgsql: Standardize nodes/*funcs.c cosmetics for ForeignScan.resultRelat

From: Noah Misch <noah(at)leadboat(dot)com>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Standardize nodes/*funcs.c cosmetics for ForeignScan.resultRelat
Date: 2021-06-06 07:08:41
Message-ID: E1lpmtl-0006vC-PZ@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Standardize nodes/*funcs.c cosmetics for ForeignScan.resultRelation.

catversion bump due to readfuncs.c field order change.

Branch
------
master

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

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

Browse pgsql-committers by date

  From Date Subject
Next Message Tomas Vondra 2021-06-06 19:09:30 pgsql: Add transformed flag to nodes/*funcs.c for CREATE STATISTICS
Previous Message Peter Eisentraut 2021-06-05 07:11:38 pgsql: doc: Simplify COMMENT and SECURITY LABEL documentation