What's the difference between postgresql.conf.sample and postgresql.conf.sample.orig

Поиск
Список
Период
Сортировка
От Bill Moran
Тема What's the difference between postgresql.conf.sample and postgresql.conf.sample.orig
Дата
Msg-id 20061229110531.e598ef50.wmoran@collaborativefusion.com
обсуждение исходный текст
Ответы Re: What's the difference between postgresql.conf.sample  (Andrew Dunstan <andrew@dunslane.net>)
Re: What's the difference between postgresql.conf.sample and postgresql.conf.sample.orig  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
I see the above-mentioned files in src/backend/utils/misc.  A diff shows
the following:

$ diff postgresql.conf.sample.orig postgresql.conf.sample
223a224
> log_destination = 'syslog'
302a304
> silent_mode = on
363a366,367
> 
> autovacuum = on

What's the purpose of postgresql.conf.sample.orig?

I'm adding a GUC variable to submit a patch to allow tracing temp file
usage.  Do I need to add it to both?

-- 
Bill Moran
Collaborative Fusion Inc.


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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: Recent SIGSEGV failures in buildfarm HEAD
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: What's the difference between postgresql.conf.sample