| From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
|---|---|
| To: | Dann Corbit <DCorbit(at)connx(dot)com> |
| Cc: | PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: Suggestion for dynloader.c |
| Date: | 2004-09-02 01:30:14 |
| Message-ID: | 200409020130.i821UE418223@candle.pha.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
You are going to have to give us more information than that? Why do it?
Do what exactly? Patch?
---------------------------------------------------------------------------
Dann Corbit wrote:
> Include the file:
> src\backend\port\dynloader\win32.h
> in dynloader.c
>
> Possibly with #ifdef for OS type, if that is needed.
>
> -----Original Message-----
> From: pgsql-hackers-owner(at)postgresql(dot)org
> [mailto:pgsql-hackers-owner(at)postgresql(dot)org] On Behalf Of Dann Corbit
> Sent: Wednesday, September 01, 2004 1:10 PM
> To: PostgreSQL-development
> Subject: [HACKERS] Suggestion for dynloader.c
>
>
> 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);
>
>
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Ameya S. Sakhalkar | 2004-09-02 01:38:23 | Implementation of MMDBMS |
| Previous Message | Gaetano Mendola | 2004-09-02 01:02:00 | Re: version upgrade |