mirror of https://github.com/postgres/postgres
Add PLperl workaround for Win32 to the *.xs file.
This commit is contained in:
parent
a8487e15ed
commit
0c657baa7f
|
@ -1,4 +1,5 @@
|
|||
/* this must be first: */
|
||||
#define PLPERL_HAVE_UID_GID
|
||||
#include "postgres.h"
|
||||
|
||||
/* perl stuff */
|
||||
|
|
Loading…
Reference in New Issue