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

Started by PG Bug reporting formabout 3 hours ago2 messagesbugs
Jump to latest
#1PG Bug reporting form
noreply@postgresql.org

The following bug has been logged on the website:

Bug reference: 19691
Logged by: Jürgen Schmidt
Email address: jsschmidthb@gmail.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'.

#2David G. Johnston
david.g.johnston@gmail.com
In reply to: PG Bug reporting form (#1)
Re: BUG #19691: Wrong configuration in .../Postgres/var-19/postgresql.auto.conf

On Wednesday, September 16, 2026, PG Bug reporting form <
noreply@postgresql.org> wrote:

The following bug has been logged on the website:

Bug reference: 19691
Logged by: Jürgen Schmidt
Email address: jsschmidthb@gmail.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'.

Seems more likely to be operator error than a bug.

David J.