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:
@ -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
|
||||
|
Reference in New Issue
Block a user