pgsql: Move new structure member to the end.

Started by Robert Haasover 8 years ago3 messagescomitters
Jump to latest
#1Robert Haas
robertmhaas@gmail.com

Move new structure member to the end.

Reduces ABI breakage. Per Tom Lane.

Discussion: /messages/by-id/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(-)

--
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Robert Haas (#1)
Re: pgsql: Move new structure member to the end.

Robert Haas <rhaas@postgresql.org> writes:

Move new structure member to the end.
Reduces ABI breakage. Per Tom Lane.

Branch
------
master

Uh, no. I wasn't complaining that you made this change in master;
it's fine there. Where it's not fine is REL_10_STABLE.

regards, tom lane

--
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers

#3Robert Haas
robertmhaas@gmail.com
In reply to: Tom Lane (#2)
Re: pgsql: Move new structure member to the end.

On Fri, Oct 27, 2017 at 4:48 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:

Robert Haas <rhaas@postgresql.org> writes:

Move new structure member to the end.
Reduces ABI breakage. Per Tom Lane.

Branch
------
master

Uh, no. I wasn't complaining that you made this change in master;
it's fine there. Where it's not fine is REL_10_STABLE.

Yeah, I fat-fingered that. Sorry. Will fix.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

--
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers