libpq thread-locking - Mailing list pgsql-patches

From Magnus Hagander
Subject libpq thread-locking
Date
Msg-id 20080507212659.4ce3161b@mha-laptop.hagander.net
Whole thread Raw
Responses Re: libpq thread-locking  (Bruce Momjian <bruce@momjian.us>)
List pgsql-patches
Attached patch adds some error checking to the thread locking stuff in
libpq. Previously, if thread locking failed for some reason, we would
just fall through and do things without locking. This patch makes us
abort() instead. It's not the greatest thing probably, but our API
doesn't let us pass back return values...

Comments?

//Magnus

Attachment

pgsql-patches by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: Snapshot management, final
Next
From: Simon Riggs
Date:
Subject: Re: Updatable views