Re: pgsql: Fix backpatching error in recent patch for ALTER USER f RESET ALL

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pgsql: Fix backpatching error in recent patch for ALTER USER f RESET ALL
Дата
Msg-id 319.1273067410@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: pgsql: Fix backpatching error in recent patch for ALTER USER f RESET ALL  (Alvaro Herrera <alvherre@commandprompt.com>)
Список pgsql-committers
Alvaro Herrera <alvherre@commandprompt.com> writes:
> Tom Lane wrote:
>> Fix backpatching error in recent patch for ALTER USER f RESET ALL behavior.

> Weird.  I triple-checked each branch, so I'm not sure how I
> missed this problem.  Sorry.

Probably the warnings were buried in all the other noise that a modern
compiler spits out about back branches :-(.  I only happened to notice
because I rebuilt the back branches on an ancient gcc version, where
these new warnings stood out like a sore thumb.

            regards, tom lane

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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: pgsql: Fix backpatching error in recent patch for ALTER USER f RESET ALL
Следующее
От: heikki@postgresql.org (Heikki Linnakangas)
Дата:
Сообщение: pgsql: Fix incorrect parameter tag in docs, spotted by KOIZUMI Satoru.