Do not show WARNINGs from regression

Should fix travis check:
https://travis-ci.org/pgpointcloud/pointcloud/builds/58411794#L520
This commit is contained in:
Sandro Santilli 2015-04-14 11:33:38 +02:00
parent e5605e9292
commit 1cb2aab70f
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
-- See https://github.com/pgpointcloud/pointcloud/issues/71
set client_min_messages to ERROR;
select '#71', PC_SchemaIsValid('<xml/>'::xml::text);
WARNING: unable to evaluate xpath expression "/pc:PointCloudSchema/pc:dimension" against schema XML
?column? | pc_schemaisvalid
----------+------------------
#71 | f

View File

@ -1,2 +1,3 @@
-- See https://github.com/pgpointcloud/pointcloud/issues/71
set client_min_messages to ERROR;
select '#71', PC_SchemaIsValid('<xml/>'::xml::text);