From: Craig Ringer Date: Tue, 2 Jun 2015 07:25:13 +0000 (+0800) Subject: Build instructions changes for UDR X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=4b93993813a737ee423f900a44a2dc31fba809ab;p=2ndquadrant_bdr.git Build instructions changes for UDR Closes #74 --- 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.