1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-21 16:02:15 +03:00

Changes to fix/improve the dynamic loading on NT

From: Horak Daniel <horak@mmp.plzen-city.cz>
This commit is contained in:
Marc G. Fournier
1999-03-09 13:39:15 +00:00
parent f7430af934
commit f34240de06
6 changed files with 33 additions and 10 deletions

View File

@ -26,7 +26,7 @@ typedef struct TriggerData
Trigger *tg_trigger;
} TriggerData;
extern TriggerData *CurrentTriggerData;
extern DLLIMPORT TriggerData *CurrentTriggerData;
#define TRIGGER_EVENT_INSERT 0x00000000
#define TRIGGER_EVENT_DELETE 0x00000001