Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

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



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.



Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group