projects
/
smlar.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c345af
)
v13 support
author
Teodor Sigaev
<teodor@sigaev.ru>
Wed, 7 Oct 2020 21:37:45 +0000
(
00:37
+0300)
committer
Teodor Sigaev
<teodor@sigaev.ru>
Wed, 7 Oct 2020 21:37:45 +0000
(
00:37
+0300)
smlar_gin.c
patch
|
blob
|
history
smlar_gist.c
patch
|
blob
|
history
diff --git
a/smlar_gin.c
b/smlar_gin.c
index
ec095f6
..
798b9be
100644
(file)
--- a/
smlar_gin.c
+++ b/
smlar_gin.c
@@
-5,7
+5,7
@@
#include "fmgr.h"
#include "access/gin.h"
#include "access/skey.h"
-#include "access/
tuptoaster
.h"
+#include "access/
heaptoast
.h"
PG_FUNCTION_INFO_V1(smlararrayextract);
Datum smlararrayextract(PG_FUNCTION_ARGS);
diff --git
a/smlar_gist.c
b/smlar_gist.c
index
b1d9073
..
8cd044b
100644
(file)
--- a/
smlar_gist.c
+++ b/
smlar_gist.c
@@
-3,7
+3,7
@@
#include "fmgr.h"
#include "access/gist.h"
#include "access/skey.h"
-#include "access/
tuptoaster
.h"
+#include "access/
heaptoast
.h"
#include "utils/memutils.h"
typedef struct SmlSign {