Re: Parsing of pg_hba.conf and authentication inconsistencies

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Parsing of pg_hba.conf and authentication inconsistencies
Дата
Msg-id 5029.1217863361@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Parsing of pg_hba.conf and authentication inconsistencies  ("Joshua D. Drake" <jd@commandprompt.com>)
Список pgsql-hackers
"Joshua D. Drake" <jd@commandprompt.com> writes:
> Alvaro Herrera wrote:
>> (I think it's better to reuse the same postmaster executable, because
>> that way it's easier to have the same parsing routines.)

> Change that to pg_ctl and you have a deal :)

Did you not understand Alvaro's point?  Putting this functionality into
pg_ctl will result in huge code bloat, because it will have to duplicate
a lot of code that already exists inside the postgres executable.

I don't object to having a pg_ctl option to call "postgres --check",
but I do object to maintaining two copies of the same code.
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: unnecessary code in_bt_split
Следующее
От: Gregory Stark
Дата:
Сообщение: Re: DROP DATABASE always seeing database in use