From: | Mark Kirkwood <mark(dot)kirkwood(at)catalyst(dot)net(dot)nz> |
---|---|
To: | Michael Paquier <michael(dot)paquier(at)gmail(dot)com> |
Cc: | "Ratay, Steve" <Steve(dot)Ratay(at)teradata(dot)com>, "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: Unable to build pg_rewind |
Date: | 2015-02-25 06:59:12 |
Message-ID: | 54ED72C0.7000606@catalyst.net.nz |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On 25/02/15 12:47, Michael Paquier wrote:
>
>
> On Wed, Feb 25, 2015 at 8:03 AM, Mark Kirkwood
> <mark(dot)kirkwood(at)catalyst(dot)net(dot)nz <mailto:mark(dot)kirkwood(at)catalyst(dot)net(dot)nz>>
> wrote:
>
> On 25/02/15 11:06, Ratay, Steve wrote:
>
> I have checked out the pg_rewind code from
> https://github.com/vmware/pg_rewind.git on the master branch and
> am using PostgreSQL 9.4.1 source code to build against. When I
> try to compile pg_rewind, I am getting the following errors.
> How can I resolve these problems?
>
>
> It looks like master of pg_rewind expects to be built against
> Postgres 9.5. Try checking out the REL9_4_STABLE branch.
>
>
> This branching model makes management of the code easier because
> WAL-related APIs and WAL format can change a lot between major releases
> (and also because in this case it would have made the code less readable
> using blocks based on PG_VERSION_NUM for not that much result).
>
Absolutely - and you've used the same branch names as the postgresql git
repo does - so really nice and easy to match things up!
Cheers
Mark
From | Date | Subject | |
---|---|---|---|
Next Message | Jim Nasby | 2015-02-25 07:58:31 | Re: Proposal : REINDEX xxx VERBOSE |
Previous Message | Michael Paquier | 2015-02-25 06:05:03 | Dereferenced pointer checks in data.c of ECPG |