pgsql: Fix incompatibility with libxml2 >= 2.14

2025-07-06 Thread Michael Paquier
Fix incompatibility with libxml2 >= 2.14 libxml2 has deprecated the members of xmlBuffer, and it is recommended to access them with dedicated routines. We have only one case in the tree where this shows an impact: xml2/xpath.c where "content" was getting directly accessed. The rest of the code l

pgsql: Fix incompatibility with libxml2 >= 2.14

2025-07-06 Thread Michael Paquier
Fix incompatibility with libxml2 >= 2.14 libxml2 has deprecated the members of xmlBuffer, and it is recommended to access them with dedicated routines. We have only one case in the tree where this shows an impact: xml2/xpath.c where "content" was getting directly accessed. The rest of the code l

pgsql: Fix incompatibility with libxml2 >= 2.14

2025-07-06 Thread Michael Paquier
Fix incompatibility with libxml2 >= 2.14 libxml2 has deprecated the members of xmlBuffer, and it is recommended to access them with dedicated routines. We have only one case in the tree where this shows an impact: xml2/xpath.c where "content" was getting directly accessed. The rest of the code l

pgsql: Fix incompatibility with libxml2 >= 2.14

2025-07-06 Thread Michael Paquier
Fix incompatibility with libxml2 >= 2.14 libxml2 has deprecated the members of xmlBuffer, and it is recommended to access them with dedicated routines. We have only one case in the tree where this shows an impact: xml2/xpath.c where "content" was getting directly accessed. The rest of the code l

pgsql: Fix incompatibility with libxml2 >= 2.14

2025-07-06 Thread Michael Paquier
Fix incompatibility with libxml2 >= 2.14 libxml2 has deprecated the members of xmlBuffer, and it is recommended to access them with dedicated routines. We have only one case in the tree where this shows an impact: xml2/xpath.c where "content" was getting directly accessed. The rest of the code l

pgsql: Fix incompatibility with libxml2 >= 2.14

2025-07-06 Thread Michael Paquier
Fix incompatibility with libxml2 >= 2.14 libxml2 has deprecated the members of xmlBuffer, and it is recommended to access them with dedicated routines. We have only one case in the tree where this shows an impact: xml2/xpath.c where "content" was getting directly accessed. The rest of the code l

pgsql: Fix incompatibility with libxml2 >= 2.14

2025-07-06 Thread Michael Paquier
Fix incompatibility with libxml2 >= 2.14 libxml2 has deprecated the members of xmlBuffer, and it is recommended to access them with dedicated routines. We have only one case in the tree where this shows an impact: xml2/xpath.c where "content" was getting directly accessed. The rest of the code l