]> granicus.if.org Git - postgresql/commit
Fix backpatching error in recent patch for ALTER USER f RESET ALL behavior.
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 5 May 2010 02:55:04 +0000 (02:55 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 5 May 2010 02:55:04 +0000 (02:55 +0000)
commitfbd2fbed0c9b37c8ef61661d42cf9deff938e9e4
tree61b88d1d3769594725b0d12639b387224d4db62d
parent6666e7634420f1133492fb04aa76d96f2c6994f8
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.
src/backend/utils/misc/guc.c