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-0000hn-Kk@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_12_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/87d014da99bf7613ce76938a9d58e99ef984737a

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