Re: [RFC][PATCH] Logical Replication/BDR prototype and architecture

From: Steve Singer <steve(at)ssinger(dot)info>
To: Andres Freund <andres(at)2ndquadrant(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: [RFC][PATCH] Logical Replication/BDR prototype and architecture
Date: 2012-06-13 17:11:40
Message-ID: BLU0-SMTP137E21E664F8F16D711A2DDCF50@phx.gbl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 12-06-13 07:27 AM, Andres Freund wrote:
> Its also available in the 'cabal-rebasing' branch on
> git.postgresql.org/users/andresfreund/postgres.git . That branch will modify
> history though.
>

That branch has a merge error in f685a11ce43b9694cbe61ffa42e396c9fbc32b05

gcc -O2 -Wall -Wmissing-prototypes -Wpointer-arith
-Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute
-Wformat-security -fno-strict-aliasing -fwrapv -I../../../../src/include
-D_GNU_SOURCE -c -o xact.o xact.c
xact.c:4684: error: expected identifier or ‘(’ before ‘<<’ token
xact.c:4690:46: warning: character constant too long for its type
xact.c:4712:46: warning: character constant too long for its type
xact.c:4719: error: expected identifier or ‘(’ before ‘<<’ token
xact.c:4740:46: warning: character constant too long for its type
make[4]: *** [xact.o] Error 1

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2012-06-13 17:13:43 Re: uncataloged tables are a vestigial husk
Previous Message Tom Lane 2012-06-13 17:04:31 Re: [COMMITTERS] pgsql: Mark JSON error detail messages for translation.