Re: fix stats_fetch_consistency value in postgresql.conf.sample

From: Justin Pryzby <pryzby(at)telsasoft(dot)com>
To: Kyotaro Horiguchi <horikyota(dot)ntt(at)gmail(dot)com>
Cc: michael(at)paquier(dot)xyz, andres(at)anarazel(dot)de, nathandbossart(at)gmail(dot)com, pgsql-hackers(at)postgresql(dot)org
Subject: Re: fix stats_fetch_consistency value in postgresql.conf.sample
Date: 2022-09-18 04:53:07
Message-ID: 20220918045306.GT31833@telsasoft.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

This is an alternative implementation, which still relies on adding the
GUC_DYNAMIC, flag but doesn't require adding a new, sql-accessible
function to convert the GUC to a pretty/human display value.

Attachment Content-Type Size
0001-add-DYNAMIC_DEFAULT-for-settings-which-vary-by-.-con.patch text/x-diff 8.3 KB
0002-WIP-test-guc-default-values.patch text/x-diff 2.7 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Fujii Masao 2022-09-18 05:29:30 Re: [PATCH]Feature improvement for MERGE tab completion
Previous Message Fujii Masao 2022-09-18 03:39:14 Re: [Proposal] Add foreign-server health checks infrastructure