Re: [HACKERS] proposal - Default namespaces for XPath expressions (PostgreSQL 11)

From: Thomas Munro <thomas(dot)munro(at)enterprisedb(dot)com>
To: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
Cc: Kyotaro HORIGUCHI <horiguchi(dot)kyotaro(at)lab(dot)ntt(dot)co(dot)jp>, PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [HACKERS] proposal - Default namespaces for XPath expressions (PostgreSQL 11)
Date: 2017-11-22 21:49:37
Message-ID: CAEepm=2anbf-DzXZ2KM_jp6JehJQkm5G2VO_WiE1DPNbKvwrrg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Nov 9, 2017 at 10:11 PM, Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com> wrote:
> Attached new version.

Hi Pavel,

FYI my patch testing robot says[1]:

xml ... FAILED

regression.diffs says:

+ SELECT x.* FROM t1, xmltable(XMLNAMESPACES(DEFAULT 'http://x.y'),
'/rows/row' PASSING t1.doc COLUMNS data int PATH
'child::a[1][attribute::hoge="haha"]') as x;
+ data
+ ------
+ (0 rows)
+

Maybe you forgot to git-add the expected file?

[1] https://travis-ci.org/postgresql-cfbot/postgresql/builds/305979133

--
Thomas Munro
http://www.enterprisedb.com

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2017-11-22 23:07:07 Re: Query became very slow after 9.6 -> 10 upgrade
Previous Message Dmitry Shalashov 2017-11-22 21:34:47 Re: Query became very slow after 9.6 -> 10 upgrade