Обсуждение: pgsql: tests: Trim newline from result returned by BackgroundPsql->quer

Поиск
Список
Период
Сортировка

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

От
Heikki Linnakangas
Дата:
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_16_STABLE

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

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