pgsql: Move new structure member to the end.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Move new structure member to the end.
Date: 2017-10-27 15:35:40
Message-ID: E1e86fc-0002Ii-NR@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Move new structure member to the end.

Reduces ABI breakage. Per Tom Lane.

Discussion: http://postgr.es/m/4035.1509113974@sss.pgh.pa.us

Branch
------
REL_10_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/69fc2ca4ccdc70c6f9bd7909a771b0983017cb5c

Modified Files
--------------
src/include/nodes/execnodes.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2017-10-27 16:19:25 pgsql: Rethink the dependencies recorded for FieldSelect/FieldStore nod
Previous Message Robert Haas 2017-10-27 15:28:44 Re: pgsql: Move new structure member to the end.