Re: [patch] GUC source file and line number

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: [patch] GUC source file and line number
Дата
Msg-id 20080829210911.GL3983@alvh.no-ip.org
обсуждение исходный текст
Ответ на Re: [patch] GUC source file and line number  (Robert Treat <xzilla@users.sourceforge.net>)
Список pgsql-hackers
Robert Treat wrote:
> On Thursday 28 August 2008 13:08:58 Alvaro Herrera wrote:

> > This should make life easier for tools trying to find the config file
> > each setting is from (and possibly edit it).
> 
> If I have read this patch right, anything commented out (aka all of our 
> default values) will emit null in these fields... right?

Of course.

> Trying to decide just how helpful this will actually be for tool
> writers. 

Oh, it's easy -- just rip all the commented stuff out of the default
file.  It's useless anyway.

-- 
Alvaro Herrera                                http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.


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

Предыдущее
От: Robert Treat
Дата:
Сообщение: Re: [patch] GUC source file and line number
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Is it really such a good thing for newNode() to be a macro?