pgsql: Make PostgreSQL::Test::Cluster::run_log() return a useful value.

Поиск
Список
Период
Сортировка
От Robert Haas
Тема pgsql: Make PostgreSQL::Test::Cluster::run_log() return a useful value.
Дата
Msg-id E1nZIyN-001xGR-VX@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Make PostgreSQL::Test::Cluster::run_log() return a useful value.

Curently, some TAP test that directly call the underlying function
PostgreSQL::Test::Utils::run_log() care about the return value, but
none of those that call it via PostgreSQL::Test::Cluster::run_log() care.
However, I'd like to add a test that will care, so adjust this function
to return whatever it gets back from the underlying function, just as
we do for a number of other functions in this module.

Discussion: http://postgr.es/m/CA+Tgmobj6u-nWF-j=FemygUhobhryLxf9h-wJN7W-2rSsseHNA@mail.gmail.com

Branch
------
master

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

Modified Files
--------------
src/test/perl/PostgreSQL/Test/Cluster.pm | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)


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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: pgsql: SQL/JSON query functions
Следующее
От: Andres Freund
Дата:
Сообщение: Re: pgsql: Add function to pump IPC process until string match