Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1x6nNe-000RZf-3A for pgsql-bugs@arkaria.postgresql.org; Wed, 16 Sep 2026 11:00:47 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1x6nNe-006vaw-1E for pgsql-bugs@arkaria.postgresql.org; Wed, 16 Sep 2026 11:00:46 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1x6nBO-006os2-3D for pgsql-bugs@lists.postgresql.org; Wed, 16 Sep 2026 10:48:07 +0000 Received: from mahout.postgresql.org ([2001:4800:3e1:1::227]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.98.2) (envelope-from ) id 1x6nBN-00000000Mmb-0WAD for pgsql-bugs@lists.postgresql.org; Wed, 16 Sep 2026 10:48:06 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=postgresql.org; s=20171124; h=Message-ID:Date:Reply-To:Cc:From:To:Subject: Content-Transfer-Encoding:MIME-Version:Content-Type:Sender:Content-ID: Content-Description:In-Reply-To:References; bh=sxl5G3HqoULQo2H4WdJxVkuXSGgliPQrWxNBuJzVKI4=; b=qdg4JBDX9r5RbRplwiGCS1WVzi F//PIScWIc27CVM3FHUULYs/oZWOFnQjqv7H+4gsdA5fJVnvWYgZXFxNy4lT37rOp7ogESGJ+VVis ptMHy4UUWbUE6WoNdGAA/087ZXCNbsU4D43DZV6E+HJpB7axcX/mo8Jrvgr53oWaEBXkK7cdETEJU BJcWOEoBJfddIg73Ylgfzq/i1qFkMYwpxomB1iPgPWPBHTyKLeHgwX3iHi2/B81tVIVmuxDIfK2qo CYsTTS+wCB9uKq2Ic/1Y/lnSPLCSI5J0L/TryDhyP4yMZ1Vmnr+3MDqe6SAmskAGoXCIj0A7vpxCe 5yHUUT9A==; Received: from wrigleys.postgresql.org ([2a02:16a8:dc51::60]) by mahout.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1x6nBM-000zHl-1h for pgsql-bugs@lists.postgresql.org; Wed, 16 Sep 2026 10:48:04 +0000 Received: from localhost ([127.0.0.1] helo=wrigleys.postgresql.org) by wrigleys.postgresql.org with esmtp (Exim 4.98.2) (envelope-from ) id 1x6nBL-000000050Bs-23wF for pgsql-bugs@lists.postgresql.org; Wed, 16 Sep 2026 10:48:03 +0000 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Subject: BUG #19691: Wrong configuration in .../Postgres/var-19/postgresql.auto.conf To: pgsql-bugs@lists.postgresql.org From: PG Bug reporting form Cc: jsschmidthb@gmail.com Reply-To: jsschmidthb@gmail.com, pgsql-bugs@lists.postgresql.org Date: Wed, 16 Sep 2026 10:47:21 +0000 Message-ID: <19691-0ae5227d7955d4f3@postgresql.org> X-Auto-Response-Suppress: All Auto-Submitted: auto-generated List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk The following bug has been logged on the website: Bug reference: 19691 Logged by: J=C3=BCrgen Schmidt Email address: jsschmidthb@gmail.com PostgreSQL version: 19beta3 Operating system: macOS Tahoe 26.6.2 Description: =20 The wrong line: shared_preload_libraries =3D '"auth_permission_dialog,pg_stat_statements"': The quotation marks must be removed. The right line: shared_preload_libraries =3D 'auth_permission_dialog,pg_stat_statements'.