Re: OS/X and PL/PGSQL - Mailing list pgsql-general

From Peter Eisentraut
Subject Re: OS/X and PL/PGSQL
Date
Msg-id Pine.LNX.4.44.0304101528440.2212-100000@peter.localdomain
Whole thread Raw
In response to Re: OS/X and PL/PGSQL  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: OS/X and PL/PGSQL  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
Tom Lane writes:

> Not sure if this is true on OS/X, but on many Unixen, the dynamic loader
> will write failure messages on stderr that are much more useful than the
> narrow-band error indicator returned to the calling code.  Make sure
> your setup is sending postmaster stderr to a file, not /dev/null, and
> then look in the file to see if this produces any interesting output.

Or maybe it's because of this?

char *
pg_dlerror(void)
{
        return "no error message available";
}

;-)

--
Peter Eisentraut   peter_e@gmx.net


pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Batch replication ordering (was Re: [GENERAL] 32/64-bit transaction IDs?)
Next
From: "Ed L."
Date:
Subject: Re: Batch replication ordering (was Re: [GENERAL] 32/64-bit transaction IDs?)