xml2: add test for coverage

From: Dong Wook Lee <sh95119(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: xml2: add test for coverage
Date: 2022-08-23 01:38:51
Message-ID: CAAcByaKUg2EkDGwh_OPcVh1BPnKb3=+fN0yjSx=MaUxzs+zVGw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi, hackers
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.

---
Regards,
DongWook Lee.

Attachment Content-Type Size
v1_add_test_xml2.patch application/octet-stream 3.5 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Dong Wook Lee 2022-08-23 01:50:08 pg_waldump: add test for coverage
Previous Message David Rowley 2022-08-23 01:38:40 Re: shadow variables - pg15 edition