From: | Vik Fearing <vik(at)2ndquadrant(dot)fr> |
---|---|
To: | PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Sample configuration files |
Date: | 2016-08-29 01:34:36 |
Message-ID: | ef027c98-d48a-3ba4-5540-b30600c737fa@2ndquadrant.fr |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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 | Content-Type | Size |
---|---|---|
sample_confs_v01.patch | invalid/octet-stream | 4.7 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Kouhei Kaigai | 2016-08-29 01:55:18 | PassDownLimitBound for ForeignScan/CustomScan |
Previous Message | Vik Fearing | 2016-08-29 01:26:06 | VACUUM's ancillary tasks |