pgsql: Fix improper example of using psql() function in TAP tests docum - Mailing list pgsql-committers

From Fujii Masao
Subject pgsql: Fix improper example of using psql() function in TAP tests docum
Date
Msg-id E1bS1JC-0003Zr-9B@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Fix typo
Next
From: Tom Lane
Date:
Subject: pgsql: Fix constant-folding of ROW(...) IS [NOT] NULL with composite fi