Fix ecpg thread warning

Started by Bruce Momjianover 22 years ago1 messagespatches
Jump to latest
#1Bruce Momjian
bruce@momjian.us

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@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

Attachments:

/bjm/difftext/plainDownload+2-2