]> granicus.if.org Git - postgresql/commit
initdb: Fix for mixed-case superuser names
authorPeter Eisentraut <peter_e@gmx.net>
Thu, 19 Jan 2017 17:00:00 +0000 (12:00 -0500)
committerPeter Eisentraut <peter_e@gmx.net>
Thu, 19 Jan 2017 21:17:36 +0000 (16:17 -0500)
commit8b0fec93ecc788c8d8b329d41ab795712d8dcc5a
tree85a4d7acf7821fd5c1dad48c920956ff0c07a89c
parentc3978149536a9c3fb837524407c58dec2b103c60
initdb: Fix for mixed-case superuser names

The previous coding did not properly quote the user name before casting
it to regrole.  To avoid all that, just pass in BOOTSTRAP_SUPERUSERID
numerically.

Also fix one place where the BOOTSTRAP_SUPERUSERID was hardcoded as 10.
src/bin/initdb/initdb.c