mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 13:20:32 -04:00
AcquireDeletionLock() and ReleaseDeletionLock() extern rather than
static in:
5be594caf8
The function definitions in the postgresql sources are identical to
those in the pglogical sources, so let's just link against the
postgresql versions.
postgresql-9.4 is EoL, so didn't receive the same changes in the
latest round of postgresql updates.
While here, fix another of the patches which should no be applied when
compiling against all versions of postgresql. Plus fix the pkg-plist
-- how did this port ever package previously?
10 lines
196 B
C
10 lines
196 B
C
--- pglogical_apply_spi.c.orig 2019-03-06 06:44:31 UTC
|
|
+++ pglogical_apply_spi.c
|
|
@@ -16,6 +16,7 @@
|
|
*/
|
|
#include <stdio.h>
|
|
#include <unistd.h>
|
|
+#include <arpa/inet.h>
|
|
|
|
#include "postgres.h"
|
|
|