Re: Trouble with C-Language Functions

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: acrobat(at)eurocom(dot)od(dot)ua
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: Trouble with C-Language Functions
Date: 2004-06-24 21:41:04
Message-ID: 27907.1088113264@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Sergei Koveshnikov <acrobat(at)eurocom(dot)od(dot)ua> writes:

> int connect() {

I'm wondering about link conflicts with the standard system call connect().

Also, if you use syslog logging for Postgres error messages, it's
probably unwise to call openlog/closelog for yourself.

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Sam 2004-06-25 04:44:33 two bugs in 'initdb'
Previous Message Sean McCune 2004-06-24 21:33:22 Re: Problem with now() on 7.4.1-3 under cygwin?