Re: [PATCH] PGSERVICEFILE as part of a normal connection string
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Ryo Kanbayashi <kanbayashi.dev@gmail.com>
Cc: Torsten Förtsch <tfoertsch123@gmail.com>, pgsql-hackers@lists.postgresql.org
Date: 2025-07-09T07:31:31Z
Lists: pgsql-hackers
Attachments
- v12-0001-servicefile-option-usage-on-connection-string-fe.patch (text/x-diff) patch v12-0001
- v12-0002-psql-enhancement-related-servicefile-option-on-c.patch (text/x-diff) patch v12-0002
On Fri, Jun 27, 2025 at 09:25:47PM +0900, Ryo Kanbayashi wrote: > I've attached modified and splited patch files to this mail. Taken in isolation, 0001 was incorrect because it still contained the case of "servicefile" nested to a service file, but this code path is only introduced in 0002. I have extracted the relevant part of the patch that works on HEAD, and applied it. Attached is a rebased version of the rest, with the recent stanza related to fef6da9e9c87 taken into account. 0002 still has a change that should be in 0001: I have not really touched the structure of the two remaining patches yet. -- Michael
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
psql: Add variable SERVICEFILE
- 6b1c4d326b06 19 (unreleased) landed
-
libpq: Add "servicefile" connection option
- 092f3c63efc6 19 (unreleased) landed
-
libpq: Add TAP test for nested service file
- df286a5b830a 19 (unreleased) landed
-
libpq: Fix some issues in TAP tests for service files
- 2c7bd2ba507e 18.0 landed
-
docs: Fix column count attribute in table
- ea3f9b6da34a 18.0 cited
-
libpq: Add TAP tests for service files and names
- 72c2f36d5727 18.0 landed