Sample configuration files - Mailing list pgsql-hackers

From Vik Fearing
Subject Sample configuration files
Date
Msg-id ef027c98-d48a-3ba4-5540-b30600c737fa@2ndquadrant.fr
Whole thread Raw
Responses Re: Sample configuration files  (Amit Kapila <amit.kapila16@gmail.com>)
Re: Sample configuration files  (Robert Haas <robertmhaas@gmail.com>)
Re: Sample configuration files  (Vik Fearing <vik@2ndquadrant.fr>)
List pgsql-hackers
We have sample configuration files for postgresql.conf and
recovery.conf, but we do not have them for contrib modules.  This patch
attempts to add them.

Although the patch puts the sample configuration files in the tree, it
doesn't try to install them.  That's partly because I think it would
need an extension version bump and that doesn't seem worth it.

Also, while writing this patch, it crossed my mind that the plpgsql
variables should probably be in the main postgresql.conf file because we
install it by default.  I will happily write that patch if desired,
independently of this patch.

Current as of 26fa446, added to next commitfest.
--
Vik Fearing                                          +33 6 46 75 15 36
http://2ndQuadrant.fr     PostgreSQL : Expertise, Formation et Support

Attachment

pgsql-hackers by date:

Previous
From: Vik Fearing
Date:
Subject: VACUUM's ancillary tasks
Next
From: Kouhei Kaigai
Date:
Subject: PassDownLimitBound for ForeignScan/CustomScan