Fix ecpg thread warning

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: PostgreSQL-patches <pgsql-patches(at)postgresql(dot)org>
Subject: Fix ecpg thread warning
Date: 2004-03-14 14:47:08
Message-ID: 200403141447.i2EEl9u22989@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

The following applied patch removes a warning in the use of
ecpg_sqlca_key_destructor. The function returns nothing, and its later
use by pthread_key_create expects it to return nothing.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

Attachment Content-Type Size
unknown_filename text/plain 777 bytes

Browse pgsql-patches by date

  From Date Subject
Next Message Manfred Spraul 2004-03-14 15:01:52 Re: libpq thread safety
Previous Message Bruce Momjian 2004-03-14 14:11:27 Re: ECPG - Remove need for "AT connection" when using threads