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

From: Fujii Masao <fujii(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix improper example of using psql() function in TAP tests docum
Date: 2016-07-26 12:18:02
Message-ID: E1bS1JC-0003Zr-9B@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2016-07-26 19:25:30 pgsql: Fix constant-folding of ROW(...) IS [NOT] NULL with composite fi
Previous Message Peter Eisentraut 2016-07-26 02:09:19 pgsql: Message style improvements