Tom Lane wrote: > Bruce Momjian <[email protected]> writes: > > Are there any outside code modifications now that this is thread-safe? > > I can't find any myself. > > I only saw the note to not trust the function in threadable code. > It might let us do some things later, but there doesn't seem to be > an immediate application.
Thanks. That's what I thought too. We do have some code in libpq to handle non-thread-safe functions (by taking a thread lock), but I didn't see any cases where we did that when we called this code. -- Bruce Momjian <[email protected]> http://momjian.us EnterpriseDB http://enterprisedb.com + If your life is a hard drive, Christ can be your backup. + -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
