Re: [RFC][PATCH] Logical Replication/BDR prototype and architecture
Andres Freund <andres@2ndquadrant.com>
From: Andres Freund <andres@2ndquadrant.com>
To: Steve Singer <steve@ssinger.info>
Cc: pgsql-hackers@postgresql.org
Date: 2012-06-13T17:14:10Z
Lists: pgsql-hackers
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Don't waste the last segment of each 4GB logical log file.
- dfda6ebaec67 9.3.0 cited
-
Stamp HEAD as 9.3devel.
- bed88fceac04 9.3.0 cited
-
Wake WALSender to reduce data loss at failover for async commit.
- 2c8a4e9be273 9.2.0 cited
-
Make the visibility map crash-safe.
- 503c7305a1e3 9.2.0 cited
On Wednesday, June 13, 2012 07:11:40 PM Steve Singer wrote: > 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 Aw crap. Will fix that. Sorry. Andres