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

From: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
To: Tom Lane <tgl(at)postgresql(dot)org>
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:46:26
Message-ID: 20100505134626.GB5684@alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Tom Lane wrote:
> Log Message:
> -----------
> Fix backpatching error in recent patch for ALTER USER f RESET ALL behavior.
> The argument list for array_set() changed in 8.2 (in connection with allowing
> nulls in arrays) but the newer argument list was used in the patches applied
> to 8.1 and 8.0 branches. The patch for 7.4 was OK though. Per compiler
> warnings.

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

--
Alvaro Herrera http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2010-05-05 13:50:10 Re: pgsql: Fix backpatching error in recent patch for ALTER USER f RESET ALL
Previous Message User Hlinnaka 2010-05-05 11:44:18 orafce - orafce: Fix memory management in ora_salloc().