From d9772cbcdfa890a86b7e4af9812326bf1f86e548 Mon Sep 17 00:00:00 2001 From: smartyhero <76774978+smartyhero@users.noreply.github.com> Date: Fri, 29 Mar 2024 16:34:46 +0800 Subject: [PATCH] default build postgres_fdw --- contrib/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/Makefile b/contrib/Makefile index b50731cedeb..84138c41c3d 100644 --- a/contrib/Makefile +++ b/contrib/Makefile @@ -34,6 +34,7 @@ SUBDIRS = \ old_snapshot \ pageinspect \ passwordcheck \ + postgres_fdw \ pg_buffercache \ pg_freespacemap \ pg_prewarm \