/
balmaster
/
postgres
ОбзорДокументацияВойти
/
balmaster
/
postgres
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
postgres/
.../bin/pgevent/
..
MSG00001.bin

Revert binary change in copyright year adjustment.

15 лет назад
Makefile

Update copyright for 2026

7 месяцев назад
README

Fix inconsistencies and typos in the tree

7 лет назад
exports.txt

Remove inappropriate EXPORTS line.

12 лет назад
meson.build

Update copyright for 2026

7 месяцев назад
pgevent.c

Convert some extern variables to static, Windows code

2 года назад
pgevent.def

Support configurable eventlog application names on Windows

15 лет назад
pgmsgevent.h

Lots of doc corrections.

14 лет назад
pgmsgevent.mc

Remove bogus trailing dot from eventlog output, per Andreas. Clean up README file a bit.

22 года назад
pgmsgevent.rc

De-special-case pgevent's rc file handling

4 года назад
README
src/bin/pgevent/README
 
pgevent
=======
 
MSG00001.bin is a binary file, 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 an alternative way to compile MC file.
 
To summarize: the command "MC pgmsgevent.mc" 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
needing to change the definition of this string.
 
To finish, because DllUnregisterServer and DllRegisterServer are system
defined entry points, we need to export these two functions with their names
without "decoration", so we cannot use auto generated .def files without
handy modifications.
 
Laurent Ballester