src/include/Makefile is missing statistics directory
Started by Kyotaro HORIGUCHIover 8 years ago1 messages
Hello, I noticed that src/include/statistics is not installed by
make install.
The commit 7b504eb282ca2f5104b5c00b4f05a forgot to do that.
master and 10 beta 1 is affected.
regards,
--
Kyotaro Horiguchi
NTT Open Source Software Center
Attachments:
0001-Install-include-statistics-directory-on-make-install.patchtext/x-patch; charset=us-asciiDownload
From 9b871ac36a0867e106200c66179ce593a25988c2 Mon Sep 17 00:00:00 2001
From: Kyotaro Horiguchi <horiguchi.kyotaro@lab.ntt.co.jp>
Date: Thu, 8 Jun 2017 14:55:47 +0900
Subject: [PATCH] Install include/statistics directory on make install
Commit 7b504eb282ca2f5104b5c00b4f05a3ef6bb1385b forgot to add
include/statistics to subdirs in src/include/Makefile. This commit
adds it.
---
src/include/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/include/Makefile b/src/include/Makefile
index 8c6e888..a689d35 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
--
2.9.2