Re: pgsql: Fixed auto-prepare to not try preparing statements that are not - Mailing list pgsql-committers

From Andrew Dunstan
Subject Re: pgsql: Fixed auto-prepare to not try preparing statements that are not
Date
Msg-id 4B29A2C9.20602@dunslane.net
Whole thread Raw
In response to pgsql: Fixed auto-prepare to not try preparing statements that are not  (meskes@postgresql.org (Michael Meskes))
Responses Re: pgsql: Fixed auto-prepare to not try preparing statements that are not
List pgsql-committers

Michael Meskes wrote:
> Log Message:
> -----------
> Fixed auto-prepare to not try preparing statements that are not preparable. Bug
> found and solved by Boszormenyi Zoltan <zb@cybertec.at>, some small adjustments
> by me.
>
>
>

We seem to have broken some buildfarm Unixware and OpenBSD machines,
which don't support threading, with this.

cheers

andrew

pgsql-committers by date:

Previous
From: petere@postgresql.org (Peter Eisentraut)
Date:
Subject: pgsql: Don't unblock SIGQUIT in the SIGQUIT handler This was possibly
Next
From: meskes@postgresql.org (Michael Meskes)
Date:
Subject: pgsql: Reverting accidently commited changes.