patch for contrib/xml2

From: "Nikolay Samokhvalov" <samokhvalov(at)gmail(dot)com>
To: PostgreSQL-patches <pgsql-patches(at)postgresql(dot)org>
Subject: patch for contrib/xml2
Date: 2006-09-05 21:55:07
Message-ID: e431ff4c0609051455m1e85f55bta327963d4083248e@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Hello,

Here is the patch for contrib/xml2 (attached), that:
- renames xml_valid() to xml_is_well_formed()
- adds PG_MODULE_MAGIC; at the beginning of xpath.c
- introduces xpath_array() function
- adds some words about that function and caution about libraries to README

I understand that it's too late, but xpath_array() is pretty simple
function (and, actually, this is a tiny step to XQuery sequences).
Besides that, it is mentioned in the current TODO list and I've told
about this before. Actually, this is at least some [minor] addition for
this module for 8.2.

Let me know if I can help somehow else in this direction.

--
Best regards,
Nikolay

Attachment Content-Type Size
xml2.patch text/x-patch 6.5 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Chris Browne 2006-09-05 21:58:06 Re: BUG #2600: dblink compile with SSL missing libraries
Previous Message Bruce Momjian 2006-09-05 21:47:00 Re: Open items for 8.2