pgsql: oauth_validator: Print captured stderr after call-count failure

From: Jacob Champion <jchampion(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: oauth_validator: Print captured stderr after call-count failure
Date: 2026-06-17 20:55:58
Message-ID: E1wZxIj-000lbT-3A@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

oauth_validator: Print captured stderr after call-count failure

If the call count test fails, you'll reasonably want to know what the
network trace looked like, but that information is currently swallowed.
Print it out instead.

Backpatch-through: 18

Branch
------
REL_18_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/1fb397f730b209edaff995f9cc411a5d8ed2d65f

Modified Files
--------------
src/test/modules/oauth_validator/t/001_server.pl | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Jeff Davis 2026-06-17 22:52:26 pgsql: Avoid errors during ALTER SUBSCRIPTION.
Previous Message Tom Lane 2026-06-17 15:04:56 pgsql: jsonb_plperl, jsonb_plpython: Fix unguarded recursion and loops.