bdr: Remove verbose message for every replayed commit.
authorAndres Freund <andres@anarazel.de>
Wed, 25 Jun 2014 23:08:58 +0000 (01:08 +0200)
committerAndres Freund <andres@anarazel.de>
Thu, 3 Jul 2014 15:55:41 +0000 (17:55 +0200)
contrib/bdr/bdr_apply.c

index cad257d0a454b66c659998e053c1416e7378ea99..a707b20788d8c4d3564656db44d7207bad4cb708 100644 (file)
@@ -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);