Consistently use "superuser" instead of "super user"
[pgsql.git] / src / bin / pgevent / README
blob10ec8d2d62be69228593837ad92e9b438a2c53ed
1 src/bin/pgevent/README
3 pgevent
4 =======
6 MSG00001.bin is a binary file, result of Microsoft MC compiler. MC compiler
7 can be downloaded for free with MS Core SDK but it is not included with MSYS
8 tools and I didn't find an alternative way to compile MC file.
10 To summarize: the command "MC pgmsgevent.mc" generates pgmsgevent.h,
11 pgmsgevent.rc, and MSG00001.bin files.  In MC file, we declare a string
12 with %s format, so we can write anything we want in the future without
13 needing to change the definition of this string.
15 To finish, because DllUnregisterServer and DllRegisterServer are system
16 defined entry points, we need to export these two functions with their names
17 without "decoration", so we cannot use auto generated .def files without
18 handy modifications.
20 Laurent Ballester