Re: [HACKERS] Small improvement - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: [HACKERS] Small improvement
Date
Msg-id 199905051351.JAA01123@candle.pha.pa.us
Whole thread Raw
In response to Small improvement  (Dmitry Samersoff <dms@wplus.net>)
List pgsql-hackers
Applied.

[Charset KOI8-R unsupported, filtering to ASCII...]
> www2(root)/usr/local/pgsql/src/src/backend/port/dynloader>
> diff freebsd.c freebsd.c.orig 
> 71c71
> <          sprintf(error_message, "dlopen '%s' failed. (%s)", file, dlerror() );
> ---
> >          sprintf(error_message, "dlopen (%s) failed", file);
> 
> 
> 
> ---
> Dmitry Samersoff, dms@wplus.net, ICQ:3161705
> http://devnull.wplus.net
> * there will come soft rains ...
> 
> 


--  Bruce Momjian                        |  http://www.op.net/~candle maillist@candle.pha.pa.us            |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [HACKERS] posmaster failed under high load
Next
From: Tom Lane
Date:
Subject: Re: [HACKERS] Advice wanted on backend memory management