[HACKERS] A couple of postgresql.conf.sample discrepancies - Mailing list pgsql-hackers

From Thomas Munro
Subject [HACKERS] A couple of postgresql.conf.sample discrepancies
Date
Msg-id CAEepm=0B7yM9MZSviq1d-hnt4KoaRVeJvSfAyVfykNV-pVDqug@mail.gmail.com
Whole thread Raw
Responses Re: [HACKERS] A couple of postgresql.conf.sample discrepancies
List pgsql-hackers
Hi hackers,

Here's a script that reminds you about GUCs you forgot to put in
postgresql.conf.sample.  It probably needs some work.  Does this
already happen somewhere else?  I guess not, because it found two
discrepancies:

$ ./src/tools/check_sample_config.pl
enable_gathermerge appears in guc.c but not in postgresql.conf.sample
trace_recovery_messages appears in guc.c but not in postgresql.conf.sample

I think the first should be listed in postgresql.conf.sample, but the
second should probably be flagged as GUC_NOT_IN_SAMPLE.  See attached.

-- 
Thomas Munro
http://www.enterprisedb.com

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Attachment

pgsql-hackers by date:

Previous
From: Masahiko Sawada
Date:
Subject: Re: [HACKERS] Transactions involving multiple postgres foreign servers
Next
From: Thomas Munro
Date:
Subject: Re: [HACKERS] Log LDAP "diagnostic messages"?