From 03ccc6b130b33ceafc3fb45be946cc6aaffb9103 Mon Sep 17 00:00:00 2001 From: feld Date: Tue, 28 May 2019 20:02:03 +0000 Subject: The rum module provides access method to work with RUM index. It is based on the GIN access methods code. WWW: https://github.com/postgrespro/rum --- databases/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'databases/Makefile') diff --git a/databases/Makefile b/databases/Makefile index 6726fe3df0c4..44e640449d08 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -682,6 +682,7 @@ SUBDIR += postgresql-prefix SUBDIR += postgresql-relay SUBDIR += postgresql-repmgr + SUBDIR += postgresql-rum SUBDIR += postgresql-tds_fdw SUBDIR += postgresql-zhparser SUBDIR += postgresql10-client -- cgit