2ndQuadrant / pglogical

Logical Replication extension for PostgreSQL 15, 14, 13, 12, 11, 10, 9.6, 9.5, 9.4 (Postgres), providing much faster replication than Slony, Bucardo or Londiste, as well as cross-version upgrades.
http://2ndquadrant.com/en/resources/pglogical/
Other
987 stars 153 forks source link

Getting this error ' The specified module could not be found. ' on creating extention pglogical on windows. #442

Open MickeyYadav opened 11 months ago

MickeyYadav commented 11 months ago

I created my pglogical.dll using MSYS on windows. I was getting some error while creating this dll , so i made these changes :

i commented this line and changed function from random() to rand() in pglogical_create_subscriber.c image

image

i chnaged external to static type in pglogical_sync.h

image

I imported all my dependency dll from mingw64, but still getting this error of ' The specified module could not be found. ' on creating extention pglogical on windows.