pgsql: tests: Trim newline from result returned by BackgroundPsql->quer

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема pgsql: tests: Trim newline from result returned by BackgroundPsql->quer
Дата
Msg-id E1sMtwy-003GMe-Lg@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
tests: Trim newline from result returned by BackgroundPsql->query

This went unnoticed, because only a few existing callers of
BackgroundPsql->query used the result, and the ones that did were not
bothered by an extra newline. I noticed because I was about to add a
new test that checks the result.

Backport to all supported versions, since I just backported the
BackgroundPsql facility to all supported versions too.

Branch
------
REL_13_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/071e19a36c68dd5f1d949ecf9f110f1ec95a9532

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


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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Fix thinkos in comments
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Avoid crashing when a JIT-inlined backend function throws an err