pgsql: createuser: fix parsing of --connection-limit argument - Mailing list pgsql-committers

From Alvaro Herrera
Subject pgsql: createuser: fix parsing of --connection-limit argument
Date
Msg-id E1j1Aox-0000hq-LD@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

Branch
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/ca902add69291b50fe4fc0d7c2bb57b6da13b3db

Modified Files
--------------
src/bin/scripts/createuser.c | 17 +++++++++++++----
1 file changed, 13 insertions(+), 4 deletions(-)


pgsql-committers by date:

Previous
From: Alvaro Herrera
Date:
Subject: pgsql: Fix priv checks for ALTER DEPENDS ON EXTENSION
Next
From: Peter Eisentraut
Date:
Subject: Re: pgsql: walreceiver uses a temporary replication slot by default