Thanks to visit codestin.com
Credit goes to postgrespro.com

[COMMITTERS] pgsql: Move new structure member to the end. - Mailing list pgsql-committers

From Robert Haas
Subject [COMMITTERS] pgsql: Move new structure member to the end.
Date
Msg-id [email protected]
Whole thread Raw
Responses Re: [COMMITTERS] pgsql: Move new structure member to the end.
List pgsql-committers
Move new structure member to the end.

Reduces ABI breakage.  Per Tom Lane.

Discussion: http://postgr.es/m/[email protected]

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 ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers

pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [COMMITTERS] pgsql: Fix mistaken failure to allow parallelism in corner case.
Next
From: Tom Lane
Date:
Subject: [COMMITTERS] pgsql: Doc: mention that you can't PREPARE TRANSACTION after NOTIFY.