pgsql: createuser: Cleanup and fix internal option ordering
pgsql: createuser: Cleanup and fix internal option ordering
От:
Michael Paquier <michael@paquier.xyz>
Дата:
createuser: Cleanup and fix internal option ordering This utility supports 23 options that are not really ordered in the code, making the addition of new things more complicated than necessary. This cleanup is in preparation for a patch to add even more options. Discussion: https://postgr.es/m/69a9851035cf0f0477bcc5d742b031a3@oss.nttdata.com Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/50e4c280f0661f3ef837d2c3beb5fcc100202324 Modified Files -------------- src/bin/scripts/createuser.c | 98 ++++++++++++++++++++++---------------------- 1 file changed, 49 insertions(+), 49 deletions(-)