Re: PostgreSQL vs SQL/XML Standards - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: PostgreSQL vs SQL/XML Standards
Date
Msg-id 20190314201837.GA10408@alvherre.pgsql
Whole thread Raw
In response to Re: PostgreSQL vs SQL/XML Standards  (Pavel Stehule <pavel.stehule@gmail.com>)
List 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


pgsql-hackers by date:

Previous
From: Pavel Stehule
Date:
Subject: Re: PostgreSQL vs SQL/XML Standards
Next
From: Andrew Dunstan
Date:
Subject: Re: pgsql: Add support for hyperbolic functions, as well as log10().