Re: Small improvements to pg_list.h's linitial(), lsecond(), lthird() etc macros

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Small improvements to pg_list.h's linitial(), lsecond(), lthird() etc macros
Дата
Msg-id 571562.1601339872@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Small improvements to pg_list.h's linitial(), lsecond(), lthird() etc macros  (David Rowley <dgrowleyml@gmail.com>)
Список pgsql-hackers
David Rowley <dgrowleyml@gmail.com> writes:
> Yeah, I understand that part.  The pain I was talking about was
> writing a patch for master, trying to apply it to the previous version
> only to find it does not apply. After fixing it up for that version
> trying to apply that patch to the version before that and getting more
> conflicts. Repeating that down to our earliest supported version is
> something I'd really love to never have to do again.

Tell me about it :-(.  I've spent countless hours on that sort
of activity.  So I really dislike changing an API and then changing
it again in the next release.

            regards, tom lane



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

Предыдущее
От: "Hou, Zhijie"
Дата:
Сообщение: RE: The return value of SPI_connect
Следующее
От: "Hou, Zhijie"
Дата:
Сообщение: Use PG_FINALLY to simplify code