pgsql: Remove the last vestiges of Exporter from PostgresNode

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема pgsql: Remove the last vestiges of Exporter from PostgresNode
Дата
Msg-id E1m92qc-00054g-0n@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Remove the last vestiges of Exporter from PostgresNode

Clients wanting to call get_free_port now need to do so via a qualified
name: PostgresNode::get_free_port().

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/5dc932f9e7b7d1992abd33d1c519899dd1c30272

Modified Files
--------------
src/bin/pg_ctl/t/001_start_stop.pl |  2 +-
src/test/kerberos/t/001_auth.pl    |  2 +-
src/test/ldap/t/001_auth.pl        |  4 ++--
src/test/perl/PostgresNode.pm      | 14 ++++++--------
4 files changed, 10 insertions(+), 12 deletions(-)


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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: pgsql: Add -w back to the flags for pg_ctl (re)start in PostgresNode
Следующее
От: Daniel Gustafsson
Дата:
Сообщение: pgsql: Remove unused directory from test/ssl .gitignore