Disallow empty passwords in LDAP authentication, the same way
[PostgreSQL.git] / src / bin / pgevent / README
blobb66c52bdd4dfe14ab0f1cfc9cf9a25ff8f9a3ad9
1 $PostgreSQL$
3 pgevent
4 =======
6 MSG000001.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