BUG #19691: Wrong configuration in .../Postgres/var-19/postgresql.auto.conf

From: PG Bug reporting form <noreply(at)postgresql(dot)org>
To: pgsql-bugs(at)lists(dot)postgresql(dot)org
Cc: jsschmidthb(at)gmail(dot)com
Subject: BUG #19691: Wrong configuration in .../Postgres/var-19/postgresql.auto.conf
Date: 2026-09-16 10:47:21
Message-ID: 19691-0ae5227d7955d4f3@postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 19691
Logged by: Jürgen Schmidt
Email address: jsschmidthb(at)gmail(dot)com
PostgreSQL version: 19beta3
Operating system: macOS Tahoe 26.6.2
Description:

The wrong line: shared_preload_libraries =
'"auth_permission_dialog,pg_stat_statements"':

The quotation marks must be removed.

The right line: shared_preload_libraries =
'auth_permission_dialog,pg_stat_statements'.

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Rikinho Melo 2026-09-16 11:01:53 Erro ao instalar PostgreSQL
Previous Message Andrey Rachitskiy 2026-09-16 10:25:32 Re: BUG #19633: Unexpected results of IN (subquery) with a non-deterministic collation