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

From Alvaro Herrera
Subject Re: pgsql: Fix backpatching error in recent patch for ALTER USER f RESET ALL
Date
Msg-id 20100505134626.GB5684@alvh.no-ip.org
Whole thread Raw
In response to pgsql: Fix backpatching error in recent patch for ALTER USER f RESET ALL  (tgl@postgresql.org (Tom Lane))
Responses Re: pgsql: Fix backpatching error in recent patch for ALTER USER f RESET ALL
List 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

pgsql-committers by date:

Previous
From: hlinnaka@pgfoundry.org (User Hlinnaka)
Date:
Subject: orafce - orafce: Fix memory management in ora_salloc().
Next
From: Tom Lane
Date:
Subject: Re: pgsql: Fix backpatching error in recent patch for ALTER USER f RESET ALL