From 4b93993813a737ee423f900a44a2dc31fba809ab Mon Sep 17 00:00:00 2001 From: Craig Ringer Date: Tue, 2 Jun 2015 15:25:13 +0800 Subject: [PATCH] Build instructions changes for UDR Closes #74 --- INSTALL.src | 14 +++++++++----- README.bdr | 3 +-- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/INSTALL.src b/INSTALL.src index e89b254e53..59195f8073 100644 --- a/INSTALL.src +++ b/INSTALL.src @@ -5,11 +5,15 @@ # instructions in the main documentation. # # This package contains both BDR for patched PostgreSQL 9.4 and the reduced -# functionality UDR variant for unmodified PostgreSQL 9.4. UDR is currently -# experimental. These instructions are for compiling full BDR, including the -# patched PostgreSQL. For UDR you may instead put the bin directory of an -# unmodified PostgreSQL 9.4 on the PATH and then invoke ./configure with the -# --enable-udr flag. +# functionality UDR variant for unmodified PostgreSQL 9.4. +# +# The following instructions are for compiling full BDR, including the patched +# PostgreSQL. For UDR you may instead put the bin directory of an unmodified +# PostgreSQL 9.4 on the PATH and then invoke configure with BUILDING_UDR=1 +# e.g. +# +# ./configure BUILDING_UDR=1 +# ############ # == get dependencies == diff --git a/README.bdr b/README.bdr index 57e7f64f26..e2a3c01e32 100644 --- a/README.bdr +++ b/README.bdr @@ -2,8 +2,7 @@ See http://2ndquadrant.com/BDR and http://bdr-project.org/docs/ for documentation on the installation and use of BDR. This source tree contains both BDR for patched PostgreSQL 9.4 and the -reduced-functionality UDR variant for unpatched PostgreSQL 9.4. UDR is -experimental at this time. +reduced-functionality UDR variant for unpatched PostgreSQL 9.4. See INSTALL.src for details. -- 2.39.5