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

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix backpatching error in recent patch for ALTER USER f RESET ALL
Date: 2010-05-05 02:55:13
Message-ID: 20100505025513.942267541D2@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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.

Tags:
----
REL8_0_STABLE

Modified Files:
--------------
pgsql/src/backend/utils/misc:
guc.c (r1.252.4.10 -> r1.252.4.11)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/misc/guc.c?r1=1.252.4.10&r2=1.252.4.11)

Responses

Browse pgsql-committers by date

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