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

From [email protected] (Tom Lane)
Subject pgsql: Fix backpatching error in recent patch for ALTER USER f RESET ALL
Date
Msg-id [email protected]
Whole thread Raw
Responses Re: pgsql: Fix backpatching error in recent patch for ALTER USER f RESET ALL
List 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)

pgsql-committers by date:

Previous
From: [email protected] (Tom Lane)
Date:
Subject: pgsql: Fix backpatching error in recent patch for ALTER USER f RESET ALL
Next
From: [email protected] (User Hlinnaka)
Date:
Subject: orafce - orafce: Fix memory management in ora_salloc().