Re: [HACKERS] Small improvement

From: Michael Davis <Michael(dot)Davis(at)tvguide(dot)com>
To: Dmitry Samersoff <dms(at)wplus(dot)net>
Cc: Pgsql-Hackers(at)Postgresql(dot)Org
Subject: Re: [HACKERS] Small improvement
Date: 1999-05-05 14:21:00
Message-ID: 199905051427.KAA76311@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Your e-mail did not arrive at its intended destination. You need to
send it to Michael J. Davis, not Michael Davis

From: Dmitry Samersoff <dms @ wplus.net> on 05/05/99 08:50 AM
To: pgsql-hackers @ postgreSQL(dot)org(at)SMTP@EXCHANGE
cc:
Subject: [HACKERS] Small improvement

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(at)wplus(dot)net, ICQ:3161705
http://devnull.wplus.net
* there will come soft rains ...

Browse pgsql-hackers by date

  From Date Subject
Next Message Martin Weinberg 1999-05-05 14:22:17 Problem with function indexing
Previous Message Michael Davis 1999-05-05 14:20:40 Re: [HACKERS] major flaw in 6.5beta1??? (UPDATE/INSERT waiting)