createuser: fix parsing of --connection-limit argument The original coding failed to quote the argument properly.
Reported-by: Daniel Gustafsson Discussion: [email protected] Branch ------ REL_10_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/16316172361ce8fcbae4a9bd653bfbc9f96d1ab8 Modified Files -------------- src/bin/scripts/createuser.c | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-)
