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
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'
> >>
> >
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
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