]> git.ipfire.org Git - thirdparty/postgresql.git/commit
createuser: fix parsing of --connection-limit argument
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Mon, 10 Feb 2020 15:14:58 +0000 (12:14 -0300)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Mon, 10 Feb 2020 15:14:58 +0000 (12:14 -0300)
commit16316172361ce8fcbae4a9bd653bfbc9f96d1ab8
tree5b34c29c809fe394879822a8440a93613b7a90c9
parentac1a998ed8c535a165e7f95179ee954df075f920
createuser: fix parsing of --connection-limit argument

The original coding failed to quote the argument properly.

Reported-by: Daniel Gustafsson
Discussion: 1B8AE66C-85AB-4728-9BB4-612E8E61C219@yesql.se
src/bin/scripts/createuser.c