From 0eac8e7ff7ebb807f479dd10aa7c88b799a7e319 Mon Sep 17 00:00:00 2001 From: Robert Haas Date: Thu, 8 Jun 2017 11:28:45 -0400 Subject: [PATCH] Add statistics subdirectory to Makefile. Commit 7b504eb282ca2f5104b5c00b4f05a3ef6bb1385b overlooked this. Report and patch by Kyotaro Horiguchi Discussion: http://postgr.es/m/20170608.145852.54673832.horiguchi.kyotaro@lab.ntt.co.jp --- src/include/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/Makefile b/src/include/Makefile index 8c6e888c622..a689d352b6b 100644 --- a/src/include/Makefile +++ b/src/include/Makefile @@ -20,7 +20,7 @@ all: pg_config.h pg_config_ext.h pg_config_os.h SUBDIRS = access bootstrap catalog commands common datatype \ executor fe_utils foreign \ lib libpq mb nodes optimizer parser postmaster regex replication \ - rewrite storage tcop snowball snowball/libstemmer tsearch \ + rewrite statistics storage tcop snowball snowball/libstemmer tsearch \ tsearch/dicts utils port port/atomics port/win32 port/win32_msvc \ port/win32_msvc/sys port/win32/arpa port/win32/netinet \ port/win32/sys portability