[COMMITTERS] pgsql: Move new structure member to the end.

Поиск
Список
Период
Сортировка
От Robert Haas
Тема [COMMITTERS] pgsql: Move new structure member to the end.
Дата
Msg-id E1e86fc-0002Ii-NR@gemulon.postgresql.org
обсуждение исходный текст
Список 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(-)


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

В списке pgsql-committers по дате отправления:

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: [COMMITTERS] pgsql: Move new structure member to the end.
Следующее
От: Tom Lane
Дата:
Сообщение: [COMMITTERS] pgsql: Rethink the dependencies recorded for FieldSelect/FieldStorenod