Installation of BDR from source

From: Ray Stell <stellr(at)vt(dot)edu>
To: pgsql-general(at)postgresql(dot)org
Subject: Installation of BDR from source
Date: 2015-09-03 13:18:29
Message-ID: 55E848A5.5000305@vt.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

This doc: http://bdr-project.org/docs/stable/installation-source.html

at section: 3.3.3. Installation of BDR from source

needs to have a "make install" added here:

cd /path/to/bdr-plugin-source/
PATH=/path/to/install:"$PATH" ./configure
make -j4 -s all

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Steve Kehlet 2015-09-03 16:33:19 Re: how to investigate GIN fast updates and cleanup cycles?
Previous Message Thomas Kellerer 2015-09-03 12:44:02 Re: get first and last row in one sql as two columns