Fix backpatching error in recent patch for ALTER USER f RESET ALL behavior.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: fbd2fbed0c9b37c8ef61661d42cf9deff938e9e4
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2010-05-05T02:55:04Z
Releases: 8.1.21
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.

Files

PathChange+/−
src/backend/utils/misc/guc.c modified +4 −3