Re: PostgreSQL vs SQL/XML Standards

From: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
To: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
Cc: Chapman Flack <chap(at)anastigmatix(dot)net>, Markus Winand <markus(dot)winand(at)winand(dot)at>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: PostgreSQL vs SQL/XML Standards
Date: 2019-03-14 20:18:37
Message-ID: 20190314201837.GA10408@alvherre.pgsql
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 2019-Mar-14, Pavel Stehule wrote:

> I looking to code
>
> void (*nodefree) (xmlNodePtr) = NULL;
> volatile xmlBufferPtr buf = NULL;
>
> should not be "nodefree" volatile too?

Ah, good question. I remember I had it volatile and removed it for some
reason, though I don't remember why.

--
Álvaro Herrera https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2019-03-14 21:09:30 Re: pgsql: Add support for hyperbolic functions, as well as log10().
Previous Message Pavel Stehule 2019-03-14 20:09:53 Re: PostgreSQL vs SQL/XML Standards