From: | "Laurent Ballester" <postgresql(dot)ballester(at)wanadoo(dot)fr> |
---|---|
To: | "Bruce Momjian" <pgman(at)candle(dot)pha(dot)pa(dot)us> |
Cc: | "Alvaro Herrera" <alvherre(at)dcc(dot)uchile(dot)cl>, <pgsql-patches(at)postgresql(dot)org> |
Subject: | Re: eventlog fix |
Date: | 2004-06-19 08:15:15 |
Message-ID: | 002a01c455d5$8d78dd80$4aa07c52@fleche |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-patches |
Hello,
I just looking under CVS web interface what is stored in pgevent directory
and what is missing.
The files attached with this mail have to be stored in pgevent directory.
MSG000001.bin is a bin files, result of Microsoft MC compiler. MC compiler
can be downloaded for free with MS Core SDK but it is not included with MSYS
tools and I didn't find a alternative way to compile MC file.
To summarize MC pgmsgevent.mc command generates pgmsgevent.h pgmsgevent.rc
and MSG00001.bin files.
In MC file, we declare a string with %s format, so we can write anything we
want in the future without need to change the definition of this string.
To finish, because DllUnregisterServer and DllRegisterServer are system
defined entry point, we need to export these two functions with their names
without "decoration", so we cannot uses auto generated .def files without
handy modifications.
regards
Laurent Ballester
----- Original Message -----
From: "Bruce Momjian" <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: "Laurent Ballester" <postgresql(dot)ballester(at)wanadoo(dot)fr>
Cc: "Alvaro Herrera" <alvherre(at)dcc(dot)uchile(dot)cl>;
<pgsql-patches(at)postgresql(dot)org>
Sent: Saturday, June 19, 2004 7:13 AM
Subject: Re: [PATCHES] eventlog fix
>
> OK, I have created the following diff to document the pgevent
> installation instructions. However, you didn't send me a Makefile for
> creating the DLL, and I am not sure how to do that. Would you send me a
> `Makefile for src/bin/pgevent? Thanks.
>
Attachment | Content-Type | Size |
---|---|---|
pgmsgevent.rc | text/plain | 35 bytes |
Makefile | application/octet-stream | 773 bytes |
MSG00001.bin | application/octet-stream | 32 bytes |
pgevent.c | text/plain | 3.0 KB |
pgevent.def | text/plain | 160 bytes |
pgmsgevent.h | text/plain | 910 bytes |
pgmsgevent.mc | application/octet-stream | 69 bytes |
From | Date | Subject | |
---|---|---|---|
Next Message | Dave Page | 2004-06-19 08:16:47 | Re: Tablespace patch review |
Previous Message | Tom Lane | 2004-06-19 05:39:39 | Re: Tablespace patch review |