Re: pgsql: Fix backpatching error in recent patch for ALTER USER f RESET ALL - Mailing list pgsql-committers

From Tom Lane
Subject Re: pgsql: Fix backpatching error in recent patch for ALTER USER f RESET ALL
Date
Msg-id 319.1273067410@sss.pgh.pa.us
Whole thread Raw
In response to Re: pgsql: Fix backpatching error in recent patch for ALTER USER f RESET ALL  (Alvaro Herrera <alvherre@commandprompt.com>)
List 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 by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: pgsql: Fix backpatching error in recent patch for ALTER USER f RESET ALL
Next
From: heikki@postgresql.org (Heikki Linnakangas)
Date:
Subject: pgsql: Fix incorrect parameter tag in docs, spotted by KOIZUMI Satoru.