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

Поиск
Список
Период
Сортировка
От Pavel Stehule
Тема Re: [HACKERS] proposal - Default namespaces for XPath expressions(PostgreSQL 11)
Дата
Msg-id CAFj8pRB7Fs_2DrtUTGhTmQb+KReXPH6SG62hGWO3KVL_eZYCaA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: [HACKERS] proposal - Default namespaces for XPath expressions(PostgreSQL 11)  (Pavel Stehule <pavel.stehule@gmail.com>)
Ответы Re: [HACKERS] proposal - Default namespaces for XPath expressions(PostgreSQL 11)
Re: [HACKERS] proposal - Default namespaces for XPath expressions(PostgreSQL 11)
Список pgsql-hackers


2017-11-24 18:13 GMT+01:00 Pavel Stehule <pavel.stehule@gmail.com>:


2017-11-24 17:53 GMT+01:00 Pavel Stehule <pavel.stehule@gmail.com>:
Hi

2017-11-22 22:49 GMT+01:00 Thomas Munro <thomas.munro@enterprisedb.com>:
On Thu, Nov 9, 2017 at 10:11 PM, Pavel Stehule <pavel.stehule@gmail.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

unfortunately xml.out has 3 versions and is possible so one version should be taken elsewhere than my comp.

please can me send your result xml.out file?

looks like this case is without xml support so I can fix on my comp.


fixed regress test




Regards

Pavel



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



Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Pavel Stehule
Дата:
Сообщение: Re: [HACKERS] proposal - Default namespaces for XPath expressions(PostgreSQL 11)
Следующее
От: Craig Ringer
Дата:
Сообщение: Re: Add RANGE with values and exclusions clauses to the Window Functions