Re: PostgreSQL vs SQL/XML Standards

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: PostgreSQL vs SQL/XML Standards
Дата
Msg-id 20190314201837.GA10408@alvherre.pgsql
обсуждение исходный текст
Ответ на Re: PostgreSQL vs SQL/XML Standards  (Pavel Stehule <pavel.stehule@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Pavel Stehule
Дата:
Сообщение: Re: PostgreSQL vs SQL/XML Standards
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: pgsql: Add support for hyperbolic functions, as well as log10().