Re: xml2: add test for coverage

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: xml2: add test for coverage
Дата
Msg-id efa8a723-2913-691b-8162-feb693328c62@enterprisedb.com
обсуждение исходный текст
Ответ на xml2: add test for coverage  (Dong Wook Lee <sh95119@gmail.com>)
Ответы Re: xml2: add test for coverage
Список pgsql-hackers
On 23.08.22 03:38, Dong Wook Lee wrote:
> I made a small patch for xml2 to improve test coverage.
> However, there was a problem using the functions below.
> 
> - xpath_number
> - xpath_bool
> - xpath_nodeset
> - xpath_list
> 
> Do you have any advice on how to use this function correctly?
> It would also be good to add an example of using the function to the document.

I can confirm that these functions could use more tests and more 
documentation and examples.  But given that you registered a patch in 
the commit fest, it should be you who provides a patch to solve those 
issues.  Are you still working on this, or were you just looking for 
help on how to solve this?




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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: [PATCH] Add initial xid/mxid/mxoff to initdb
Следующее
От: Richard Guo
Дата:
Сообщение: Re: Bug in row_number() optimization