"=?UTF-8?B?5p2o5Lyv5a6HKOmVv+Wggik=?=" writes:
> I recently notice that function "cursor_to_xmlschema" can lead to a crash if
> the
> cursor parameter points to the query itself. Here is an example:
> postgres=# SELECT cursor_to_xmlschema('' :: refcursor, TRUE , FALSE , 'xxx' )
> into temp;
> s
Hello postgres hackers:
I recently notice that function "cursor_to_xmlschema" can lead to a crash if the
cursor parameter points to the query itself. Here is an example:
postgres=# SELECT cursor_to_xmlschema('' :: refcursor, TRUE , FALSE , 'xxx' )
into temp;
server closed the connection unexpecte