pgsql: Fix improper example of using psql() function in TAP tests docum

Поиск
Список
Период
Сортировка
От Fujii Masao
Тема pgsql: Fix improper example of using psql() function in TAP tests docum
Дата
Msg-id E1bS1JC-0003Zr-9B@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix improper example of using psql() function in TAP tests documentation.

In an example of TAP test scripts, there is the test checking whether
the result of the query is expected or not. But, in previous example,
the exit code of psql instead of the query result was checked unexpectedly.

Author: Ildar Musin

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/c1a95425780ef8e72c2f65504a7e90bcb223ca4a

Modified Files
--------------
src/test/perl/README | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Fix typo
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix constant-folding of ROW(...) IS [NOT] NULL with composite fi