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 14:41:05
Message-ID: E1e85on-0001C9-SC@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
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/94d622f27be6d48e61a68496da4f2efb06fe8746

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

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2017-10-27 14:46:49 pgsql: Doc: mention that you can't PREPARE TRANSACTION after NOTIFY.
Previous Message Tom Lane 2017-10-27 14:19:34 Re: pgsql: Fix mistaken failure to allow parallelism in corner case.