Group: pgsql.patches


Subject: XML binary I/O (was Re: tsearch refactorings)
From: tgl@sss.pgh.pa.us (Tom Lane)
Date: 9/14/2007 1:04:34 PM
"Heikki Linnakangas" <heikki@enterprisedb.com> writes: > Oh, I see what you mean. Yeah, the absolute paths need to be fixed :). Easier to just remove the regression test altogether. Not every patch requires permanent memorialization in a regression test. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 2: Don't 'kill -9' the postmaster

Subject: XML binary I/O (was Re: tsearch refactorings)
From: tgl@sss.pgh.pa.us (Tom Lane)
Date: 9/23/2007 5:38:40 PM
"Heikki Linnakangas" <heikki@enterprisedb.com> writes: > Here's a patch that fixes the send/recv functions to work like the > manual says. It fixes the free/pfree typo as well. Applied with a further fix: the patch caused xml_recv to call parse_xml_decl with a non-null-terminated string, which could in the worst case lead to a crash. > Included is a new regression test for the send/recv functions as well I didn't apply this, as it seemed more trouble than it was worth. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 5: don't forget to increase your free space map settings