Re: Missing mention of autovacuum_work_mem

2021-09-22 Thread Euler Taveira
On Mon, Sep 20, 2021, at 10:40 AM, nikolai.berkoff wrote: > Yes that reads better still. I'm attaching a patch with Laurenz's words. -- Euler Taveira EDB https://www.enterprisedb.com/ From 41f814b15349bcc8eb8ffa4624ed5af80f3476ac Mon Sep 17 00:00:00 2001 From: Euler Taveira Date: Wed, 22 Sep 2

Re: Default include_dir behaviour

2021-09-22 Thread Tom Lane
PG Doc comments form writes: > please consider adding a short line which clarifies what the default > behaviour of the `include_dir` paramter is if it is not set. include_dir is not a parameter, it's a directive that's executed while reading the file. regards, tom lane

Default include_dir behaviour

2021-09-22 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/13/config-setting.html Description: Dear postgres-team, please consider adding a short line which clarifies what the default behaviour of the `include_dir` paramter is if it is not set. I am