Status of submitted bugs

Started by Giorgio Valotiabout 16 years ago6 messagesbugs
Jump to latest
#1Giorgio Valoti
giorgio_v@me.com

Hi,
months ago I’ve submitted a bug (#4953). Is there a way to know its
status and if it will be fixed?

Thank you in advance

--
Giorgio Valoti

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Giorgio Valoti (#1)
Re: Status of submitted bugs

Giorgio Valoti <giorgio_v@me.com> writes:

months ago I�ve submitted a bug (#4953). Is there a way to know its
status and if it will be fixed?

[ looks up 4953... ] Oh, the contrib/xml2 memory management mess :-(.
Don't hold your breath waiting for a fix for that. That code is on its
way out anyway, and so nobody seems to be willing to put in the amount
of effort that would be needed to fix it. I'd recommend migrating to
the core XML support instead.

regards, tom lane

#3Giorgio Valoti
giorgio_v@me.com
In reply to: Tom Lane (#2)
Re: Status of submitted bugs

Il giorno 28/gen/10, alle ore 17:28, Tom Lane ha scritto:

Giorgio Valoti <giorgio_v@me.com> writes:

months ago I’ve submitted a bug (#4953). Is there a way to know its
status and if it will be fixed?

[ looks up 4953... ] Oh, the contrib/xml2 memory management mess :-(.
Don't hold your breath waiting for a fix for that. That code is on
its
way out anyway, and so nobody seems to be willing to put in the amount
of effort that would be needed to fix it. I'd recommend migrating to
the core XML support instead.

Ok, sorry for the silly question but is the xml core support
comparable to contrib/xml2? Is it already there in 8.4 or is scheduled
for 8.5?

Thank you in advance!

Ciao
--
Giorgio Valoti

#4Bruce Momjian
bruce@momjian.us
In reply to: Giorgio Valoti (#3)
Re: Status of submitted bugs

Giorgio Valoti wrote:

Il giorno 28/gen/10, alle ore 17:28, Tom Lane ha scritto:

Giorgio Valoti <giorgio_v@me.com> writes:

months ago I?ve submitted a bug (#4953). Is there a way to know its
status and if it will be fixed?

[ looks up 4953... ] Oh, the contrib/xml2 memory management mess :-(.
Don't hold your breath waiting for a fix for that. That code is on
its
way out anyway, and so nobody seems to be willing to put in the amount
of effort that would be needed to fix it. I'd recommend migrating to
the core XML support instead.

Ok, sorry for the silly question but is the xml core support
comparable to contrib/xml2? Is it already there in 8.4 or is scheduled
for 8.5?

It is in 8.4 and is superior to what was supported in contrib/xml2.

--
Bruce Momjian <bruce@momjian.us> http://momjian.us
EnterpriseDB http://enterprisedb.com

+ If your life is a hard drive, Christ can be your backup. +

#5Jeff Davis
pgsql@j-davis.com
In reply to: Giorgio Valoti (#3)
Re: Status of submitted bugs

On Thu, 2010-01-28 at 18:15 +0100, Giorgio Valoti wrote:

Ok, sorry for the silly question but is the xml core support
comparable to contrib/xml2? Is it already there in 8.4 or is scheduled
for 8.5?

It's available in 8.3 and later. The documentation can be found here:

http://www.postgresql.org/docs/8.4/static/datatype-xml.html
http://www.postgresql.org/docs/8.4/static/functions-xml.html

Regards,
Jeff Davis

#6Giorgio Valoti
giorgio_v@me.com
In reply to: Bruce Momjian (#4)
Re: Status of submitted bugs

Il giorno 28/gen/10, alle ore 18:32, Bruce Momjian ha scritto:

Giorgio Valoti wrote:

Il giorno 28/gen/10, alle ore 17:28, Tom Lane ha scritto:

Giorgio Valoti <giorgio_v@me.com> writes:

months ago I?ve submitted a bug (#4953). Is there a way to know its
status and if it will be fixed?

[ looks up 4953... ] Oh, the contrib/xml2 memory management
mess :-(.
Don't hold your breath waiting for a fix for that. That code is on
its
way out anyway, and so nobody seems to be willing to put in the
amount
of effort that would be needed to fix it. I'd recommend migrating
to
the core XML support instead.

Ok, sorry for the silly question but is the xml core support
comparable to contrib/xml2? Is it already there in 8.4 or is
scheduled
for 8.5?

It is in 8.4 and is superior to what was supported in contrib/xml2.

I don’t see the xslt_process function. Should I process xml outside
PostgreSQL? Not a big problem but I chose contrib/xml2 for xslt
processing, too.

Thank you
--
Giorgio Valoti