Re: PL/TCL Patch to prevent postgres from becoming multithreaded - Mailing list pgsql-patches

From Stefan Kaltenbrunner
Subject Re: PL/TCL Patch to prevent postgres from becoming multithreaded
Date
Msg-id 46ED527A.4090108@kaltenbrunner.cc
Whole thread Raw
In response to Re: PL/TCL Patch to prevent postgres from becoming multithreaded  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-patches
Tom Lane wrote:
> Stefan Kaltenbrunner <stefan@kaltenbrunner.cc> writes:
>> yeah testing that patch now (seems to apply just fine on -HEAD) but it
>> seems that there is something strange going on because I just got:
>
> ! ERROR:  could not read block 2 of relation 1663/16384/2606: read only 0 of 8192 bytes
>
> Is that repeatable?  What sort of filesystem are you testing on?
> (soft-mounted NFS by any chance?)

doesn't seem to be repeatable :-(

on the postitive side - the pltcl patch does seem to fix the mentioned
regression failures quagga triggered earlier this year. I did about a
dozends of full buildfarm runs with that patch and about ten manual
executions of the pltcl regression tests without any sign of
misbehaviour so this seems like a clear candidate for at least -HEAD.


Stefan

pgsql-patches by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: [HACKERS] invalidly encoded strings
Next
From: "Pavan Deolasee"
Date:
Subject: Re: HOT synced with HEAD