Michael Fuhr <[EMAIL PROTECTED]> writes: > On Tue, Nov 23, 2004 at 11:37:22AM -0500, Tom Lane wrote: >> I would add these test cases to the regression test were it not that the >> addresses are machine-dependent...
> I haven't looked into how the regression tests work -- can test > output be post-processed before comparision with expected results? No, it's just a plain "diff". If it seemed worth the trouble, I'd put the hackery right into the SQL: select perl_func()::text ~ 'ARRAY\\(0x[0-9a-f]+\\)'; but it doesn't really seem worth it. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly