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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Fix backpatching error in recent patch for ALTER USER f RESET ALL
Date: 2010-05-05 13:50:10
Message-ID: 319.1273067410@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Alvaro Herrera <alvherre(at)commandprompt(dot)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

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2010-05-05 15:10:25 pgsql: Fix incorrect parameter tag in docs, spotted by KOIZUMI Satoru.
Previous Message Alvaro Herrera 2010-05-05 13:46:26 Re: pgsql: Fix backpatching error in recent patch for ALTER USER f RESET ALL