mirror of
https://github.com/pgpointcloud/pointcloud.git
synced 2025-12-08 20:36:04 +00:00
Do not show WARNINGs from regression
Should fix travis check: https://travis-ci.org/pgpointcloud/pointcloud/builds/58411794#L520
This commit is contained in:
parent
e5605e9292
commit
1cb2aab70f
@ -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
|
||||
|
||||
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user