From 0c657baa7f8534d6a4164773c029a822d3d3ba09 Mon Sep 17 00:00:00 2001
From: Bruce Momjian <bruce@momjian.us>
Date: Thu, 7 Oct 2004 18:57:18 +0000
Subject: [PATCH] Add PLperl workaround for Win32 to the *.xs file.

---
 src/pl/plperl/SPI.xs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/pl/plperl/SPI.xs b/src/pl/plperl/SPI.xs
index 716d9a1e47b..8b52bd43782 100644
--- a/src/pl/plperl/SPI.xs
+++ b/src/pl/plperl/SPI.xs
@@ -1,4 +1,5 @@
 /* this must be first: */
+#define PLPERL_HAVE_UID_GID
 #include "postgres.h"
 
 /* perl stuff */
-- 
GitLab