repo.or.cz
/
oi-userland.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
gtk+3: fix dependencies for new gnome/accessibility/at-spi2-core
[oi-userland.git]
/
components
/
database
/
postgresql-12-citus
/
patches
/
02-alloca.patch
blob
316f95f2fe8ee687830338f1f4c4a702ce5e1364
1
--- citus-9.1.0/src/backend/distributed/shared_library_init.c.1 2019-12-05 08:40:31.298712613 +0000
2
+++ citus-9.1.0/src/backend/distributed/shared_library_init.c 2019-12-05 08:41:18.885079836 +0000
3
@@ -12,6 +12,9 @@
4
#include <limits.h>
5
#include <sys/stat.h>
6
#include <sys/types.h>
7
+#ifdef __sun
8
+#include <alloca.h>
9
+#endif
10
11
#include "fmgr.h"
12
#include "miscadmin.h"