From: Teodor Sigaev Date: Wed, 7 Oct 2020 21:37:45 +0000 (+0300) Subject: v13 support X-Git-Url: http://sigaev.ru/git/gitweb.cgi?p=smlar.git;a=commitdiff_plain;h=8a465bb03ae7e2e85c3f9e1ebd75eb4ec830f3c5 v13 support --- diff --git a/smlar_gin.c b/smlar_gin.c index ec095f6..798b9be 100644 --- 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 --- 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 {