Re: XMLNAMESPACES (was Re: Clarification of nodeToString() use cases)

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Andrew Gierth <andrew(at)tao11(dot)riddles(dot)org(dot)uk>
Cc: Andrey Lepikhov <a(dot)lepikhov(at)postgrespro(dot)ru>, pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: XMLNAMESPACES (was Re: Clarification of nodeToString() use cases)
Date: 2018-09-16 20:13:00
Message-ID: 26752.1537128780@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Andrew Gierth <andrew(at)tao11(dot)riddles(dot)org(dot)uk> writes:
> "Tom" == Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> writes:
> Tom> + Value *ns_node = (Value *) lfirst(lc2);

> lfirst_node(Value, lc2) maybe?

Unfortunately not: the node tag is not T_Value but T_String.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas Munro 2018-09-16 20:13:34 Re: Collation versioning
Previous Message Fabien COELHO 2018-09-16 20:05:28 Re: pgbench - add pseudo-random permutation function