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

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 →
  1. psql: Add variable SERVICEFILE

  2. libpq: Add "servicefile" connection option

  3. libpq: Add TAP test for nested service file

  4. libpq: Fix some issues in TAP tests for service files

  5. docs: Fix column count attribute in table

  6. libpq: Add TAP tests for service files and names