projects
/
users
/
andresfreund
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da12014
)
bdr: Remove verbose message for every replayed commit.
author
Andres Freund
<andres@anarazel.de>
Wed, 25 Jun 2014 23:08:58 +0000
(
01:08
+0200)
committer
Andres Freund
<andres@anarazel.de>
Thu, 3 Jul 2014 15:55:41 +0000
(17:55 +0200)
contrib/bdr/bdr_apply.c
patch
|
blob
|
blame
|
history
diff --git
a/contrib/bdr/bdr_apply.c
b/contrib/bdr/bdr_apply.c
index cad257d0a454b66c659998e053c1416e7378ea99..a707b20788d8c4d3564656db44d7207bad4cb708 100644
(file)
--- a/
contrib/bdr/bdr_apply.c
+++ b/
contrib/bdr/bdr_apply.c
@@
-296,9
+296,6
@@
process_remote_commit(StringInfo s)
(uint32) (end_lsn >> 32), (uint32) end_lsn,
timestamptz_to_str(committime));
- elog(LOG, "commit_lsn: "UINT64_FORMAT"; replication_origin_lsn: "UINT64_FORMAT,
- commit_lsn, replication_origin_lsn);
-
Assert(commit_lsn == replication_origin_lsn);
Assert(committime == replication_origin_timestamp);