Minor cleanups in the SSL tests

Поиск
Список
Период
Сортировка
От Daniel Gustafsson
Тема Minor cleanups in the SSL tests
Дата
Msg-id 01F4684C-8C98-4BBE-AB83-AC8D7C746AF8@yesql.se
обсуждение исходный текст
Ответы Re: Minor cleanups in the SSL tests
Список pgsql-hackers
When writing a new SSL test for another patch it struck me that the SSL tests
are doing configuration management without using the test framework API's.  The
attached patches cleans this up, no testcases are altered as part of this.

0001 makes the test for PG_TEST_EXTRA a top-level if statement not attached to
any other conditional.  There is no change in functionality, it's mainly for
readability (PG_TEST_EXTRA is it's own concept, not tied to library presence).

0002 ports over editing configfiles to using append_conf() instead of opening
and writing to them directly.

--
Daniel Gustafsson


Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Peter Smith
Дата:
Сообщение: Re: Docs: Always use true|false instead of sometimes on|off for the subscription options
Следующее
От: Andrei Lepikhov
Дата:
Сообщение: Re: POC: GROUP BY optimization