pgsql: Use library functions to edit config in SSL tests - Mailing list pgsql-committers

From Daniel Gustafsson
Subject pgsql: Use library functions to edit config in SSL tests
Date
Msg-id E1slWv2-000QTR-7p@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Use library functions to edit config in SSL tests

The SSL tests were editing the postgres configuration by directly
reading and writing the files rather than using append_conf() from
the testcode library.

Reviewed-by: Peter Eisentraut <peter@eisentraut.org>
Discussion: https://postgr.es/m/01F4684C-8C98-4BBE-AB83-AC8D7C746AF8@yesql.se

Branch
------
master

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

Modified Files
--------------
src/test/ssl/t/SSL/Server.pm | 81 +++++++++++++++++++++-----------------------
1 file changed, 39 insertions(+), 42 deletions(-)


pgsql-committers by date:

Previous
From: Alexander Korotkov
Date:
Subject: Re: pgsql: Implement pg_wal_replay_wait() stored procedure
Next
From: Noah Misch
Date:
Subject: pgsql: Optimize pg_visibility with read streams.