bdr: conflict handlers: refactored handler invocation
authorChristian Kruse <cjk@defunct.ch>
Thu, 8 May 2014 10:17:58 +0000 (12:17 +0200)
committerAndres Freund <andres@anarazel.de>
Thu, 3 Jul 2014 15:55:32 +0000 (17:55 +0200)
commit25d9fc1c408a026cc117c4dc2e9546b43bd8cdf0
treee3989d95f375cb80a36ed8f113b1a9e12c603ebd
parent627d9d5acffbfef413ae021be6a2093a5679f3e3
bdr: conflict handlers: refactored handler invocation

In the previous code we forgot in one case to call conflict
handlers. This lead to calling them in each if branch. Thus we decided
to refactor the code to call the handlers above the code.
contrib/bdr/bdr_apply.c