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

From: Bill Moran <wmoran(at)collaborativefusion(dot)com>
To: hackers(at)postgresql(dot)org
Subject: What's the difference between postgresql.conf.sample and postgresql.conf.sample.orig
Date: 2006-12-29 16:05:31
Message-ID: 20061229110531.e598ef50.wmoran@collaborativefusion.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2006-12-29 16:17:38 Re: What's the difference between postgresql.conf.sample
Previous Message Andrew Dunstan 2006-12-29 16:02:53 Re: Recent SIGSEGV failures in buildfarm HEAD