]> 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:11 +0000 (02:55 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 5 May 2010 02:55:11 +0000 (02:55 +0000)
commit923b447063e5c72d731c0c814cce189e6487c52e
treee91026db48c80df5e63f9ccba7a51205f535f4d8
parent8073cd2e6cda64a67cfe851091146c8ea5e6cc83
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