Re: [BUGS] BUG #6044: Access violation on XML decl with standalone

2011-05-27 Thread Tom Lane
"Christopher Dillard" writes: > In PostgreSQL 8.4.8, the function "xml_recv" (in > src/backend/utils/adt/xml.c) calls the function "parse_xml_decl", passing > NULL for the final "standalone" parameter. However, "parse_xml_decl" does > not check for standalone==NULL, and blindly sets "*standalone

[BUGS] BUG #6044: Access violation on XML decl with standalone

2011-05-27 Thread Christopher Dillard
The following bug has been logged online: Bug reference: 6044 Logged by: Christopher Dillard Email address: csdill...@gmail.com PostgreSQL version: 8.4.8 Operating system: Windows Description:Access violation on XML decl with standalone Details: Hello, In PostgreSQ