pgsql: libpq: Add TAP test for nested service file - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: libpq: Add TAP test for nested service file
Date
Msg-id E1uZOZx-005NWw-0O@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
libpq: Add TAP test for nested service file

This test corresponds to the case of a "service" defined in a service
file, that libpq is not able to support in parseServiceFile().

This has come up during the review of a patch to add more features in
this area, useful on its own.  Piece extracted from a larger patch by
the same author.

Author: Ryo Kanbayashi <kanbayashi.dev@gmail.com>
Discussion: https://postgr.es/m/Zz2AE7NKKLIZTtEh@paquier.xyz

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/df286a5b830ae8cc8aac4bd6c999ea4991f0b092

Modified Files
--------------
src/interfaces/libpq/t/006_service.pl | 17 +++++++++++++++++
1 file changed, 17 insertions(+)


pgsql-committers by date:

Previous
From: Amit Kapila
Date:
Subject: pgsql: Doc: Improve logical replication failover documentation.
Next
From: John Naylor
Date:
Subject: pgsql: Hide ICU C++ APIs from pg_locale.h