pgsql: oauth_validator: Print captured stderr after call-count failure - Mailing list pgsql-committers

From Jacob Champion
Subject pgsql: oauth_validator: Print captured stderr after call-count failure
Date
Msg-id E1wZxIj-000lbM-2z@gemulon.postgresql.org
Whole thread
List 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
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/6222233159728963cc0183d7c80fb66fc444a113

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


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: jsonb_plperl, jsonb_plpython: Fix unguarded recursion and loops.
Next
From: Jeff Davis
Date:
Subject: pgsql: Avoid errors during ALTER SUBSCRIPTION.