From: Robert Haas Date: Thu, 8 Jun 2017 15:28:45 +0000 (-0400) Subject: Add statistics subdirectory to Makefile. X-Git-Tag: REL_10_BETA2~206 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0eac8e7ff7ebb807f479dd10aa7c88b799a7e319;p=thirdparty%2Fpostgresql.git 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 --- 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