]> 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:16:40 +0000 (12:16 -0300)
commit1b2ae4bcd69deb08bbabd335558fa2ef779dc783
tree64447461e4526668370f8220c6b4190b8370b228
parenta6e11f4a1a5967d2f06fe48716141bf25ae623df
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