Re: [HACKERS] Fix PID file location?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [HACKERS] Fix PID file location?
Дата
Msg-id 3038.1117253658@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [HACKERS] Fix PID file location?  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: [HACKERS] Fix PID file location?
Список pgsql-patches
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> Is reading postgresql.conf
> from pg_ctl without a parser really accurate?

The brute-force solution is to duplicate guc-file.l.

That seems pretty ugly but in the long run it might be the most
maintainable solution.  We eventually gave up trying to have a
cut-rate SQL lexer in psql, and duplicated parser/scan.l.
Might be best to just go for that solution up front in this case.

            regards, tom lane

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] patches for items from TODO list
Следующее
От: Neil Conway
Дата:
Сообщение: Re: hash index work