From 69fb29d1affb525d4c91b4dc5b104a551e61c28d Mon Sep 17 00:00:00 2001 From: Michael Paquier Date: Wed, 11 Jan 2023 11:54:55 +0900 Subject: Remove function declarations from headers for some undefined functions The functions whose declarations are removed here have been removed in the past, but their respective headers forgot the call. Author: Justin Pryzby Discussion: https://postgr.es/m/20230110045722.GD9837@telsasoft.com --- src/include/access/gist_private.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/include/access/gist_private.h') diff --git a/src/include/access/gist_private.h b/src/include/access/gist_private.h index f2bb4455f57..8af33d7b40d 100644 --- a/src/include/access/gist_private.h +++ b/src/include/access/gist_private.h @@ -549,8 +549,6 @@ extern void gistSplitByKey(Relation r, Page page, IndexTuple *itup, /* gistbuild.c */ extern IndexBuildResult *gistbuild(Relation heap, Relation index, struct IndexInfo *indexInfo); -extern void gistValidateBufferingOption(const char *value); - /* gistbuildbuffers.c */ extern GISTBuildBuffers *gistInitBuildBuffers(int pagesPerBuffer, int levelStep, int maxLevel); -- cgit v1.2.3