1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-16 06:01:02 +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

@ -35,7 +35,7 @@
#include "utils/acl.h"
#endif
TriggerData *CurrentTriggerData = NULL;
DLLIMPORT TriggerData *CurrentTriggerData = NULL;
void RelationBuildTriggers(Relation relation);
void FreeTriggerDesc(Relation relation);