pgsql: createuser: Cleanup and fix internal option ordering

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема pgsql: createuser: Cleanup and fix internal option ordering
Дата
Msg-id E1oBS87-002Wiv-MW@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: John Naylor
Дата:
Сообщение: Re: pgsql: Clarify that pg_dump takes ACCESS SHARE lock
Следующее
От: David Rowley
Дата:
Сообщение: pgsql: Use list_copy_head() instead of list_truncate(list_copy(...), ..