From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Andrew Dunstan <andrew(at)dunslane(dot)net>, Greg Sabino Mullane <greg(at)turnstep(dot)com>, hubert depesz lubaczewski <depesz(at)depesz(dot)com>, pgsql-hackers(at)postgresql(dot)org, "Patches (PostgreSQL)" <pgsql-patches(at)postgresql(dot)org> |
Subject: | Re: Re: [HACKERS] [GENERAL] plperl and regexps with accented characters - incompatible? |
Date: | 2007-12-01 19:27:26 |
Message-ID: | 9773.1196537246@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general pgsql-hackers pgsql-patches |
I wrote:
> I got around to trying it with a dusty 5.6.1 I have laying about on my
> HPPA machine, and the news is not good: CREATE LANGUAGE plperl dumps
> core deep inside libperl. With or without this patch.
> As best I can tell at the moment, I have not tested 5.6.1 with anything
> later than our 7.2 branch, so I don't know exactly where the breakage
> slipped in. It may be of long standing.
Actually, libperl seems to dump core in the same place in every PG
version, back to and including 7.2, so what seems more likely is that
this copy of perl is just plain broken. Since we didn't have any form
of regression test for plperl back then, it's entirely possible that
I never tested any further than compiling plperl with that setup.
So we still need someone to try it with a good copy of 5.6 ...
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Allison | 2007-12-01 20:22:38 | Re: power failure.... |
Previous Message | Guido Neitzer | 2007-12-01 18:50:47 | Re: Postgres High Availablity Solution needed for hot-standby and load balancing |
From | Date | Subject | |
---|---|---|---|
Next Message | Joshua D. Drake | 2007-12-01 20:28:17 | Re: Release Note Changes |
Previous Message | Josh Berkus | 2007-12-01 18:27:48 | Re: Time to update list of contributors |
From | Date | Subject | |
---|---|---|---|
Next Message | Andrew Dunstan | 2007-12-02 00:01:53 | Re: Re: [HACKERS] [GENERAL] plperl and regexps with accented characters - incompatible? |
Previous Message | Greg Sabino Mullane | 2007-12-01 18:25:10 | Re: Re: [HACKERS] [GENERAL] plperl and regexps with accented characters - incompatible? |