Re: [HACKERS] What's the difference between postgresql.conf.sample and postgresql.conf.sample.orig

2006-12-29 Thread Tom Lane
Bill Moran <[EMAIL PROTECTED]> writes: > What's the purpose of postgresql.conf.sample.orig? There is no such file in CVS ... perhaps it's left over from a patch run? regards, tom lane ---(end of broadcast)--- TIP 6: explain

Re: [HACKERS] What's the difference between postgresql.conf.sample

2006-12-29 Thread Bill Moran
In response to Andrew Dunstan <[EMAIL PROTECTED]>: > Bill Moran wrote: > > 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' > >> > >

Re: [HACKERS] What's the difference between postgresql.conf.sample

2006-12-29 Thread Andrew Dunstan
Bill Moran wrote: 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 pu

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

2006-12-29 Thread Bill Moran
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