pgsql: Fix the value of or_to_any_transform_limit in postgresql.conf.sa

From: Alexander Korotkov <akorotkov(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix the value of or_to_any_transform_limit in postgresql.conf.sa
Date: 2024-04-08 06:00:28
Message-ID: E1rti3Q-0014wa-15@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix the value of or_to_any_transform_limit in postgresql.conf.sample

Reported-by: Justin Pryzby
Discussion: https://postgr.es/m/ZhM8jH8gsKm5Q-9p%40pryzbyj2023

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/2af75e1174786a02fc35755c0cb98c522d72a065

Modified Files
--------------
src/backend/utils/misc/postgresql.conf.sample | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Kyotaro Horiguchi 2024-04-08 06:24:02 Re: pgsql: Transform OR clauses to ANY expression
Previous Message Kyotaro Horiguchi 2024-04-08 05:46:57 Re: pgsql: Transform OR clauses to ANY expression