Suggestion for dynloader.c

From: "Dann Corbit" <DCorbit(at)connx(dot)com>
To: "PostgreSQL-development" <pgsql-hackers(at)postgresql(dot)org>
Subject: Suggestion for dynloader.c
Date: 2004-09-01 20:10:16
Message-ID: 54798A299E68514AB7C4DEBA25F03BE1191453@postal.corporate.connx.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Include prototypes at the top of the file:

extern char *dlerror(void);
extern int dlclose(void *);
extern void *dlsym(void *, const char *);
extern void *dlopen(const char *, int);

Browse pgsql-hackers by date

  From Date Subject
Next Message Dann Corbit 2004-09-01 20:14:44 Re: Suggestion for dynloader.c
Previous Message Magnus Hagander 2004-09-01 19:50:09 Re: Also cannot build the postgresql server under Mingw using 8.0 beta 2