From 8a465bb03ae7e2e85c3f9e1ebd75eb4ec830f3c5 Mon Sep 17 00:00:00 2001 From: Teodor Sigaev Date: Thu, 8 Oct 2020 00:37:45 +0300 Subject: [PATCH] v13 support --- smlar_gin.c | 2 +- smlar_gist.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 { -- 2.37.3