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 -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
