bdr: Rewrote lookup code for bdr.bdr_queued_commands
authorChristian Kruse <cjk@defunct.ch>
Thu, 20 Mar 2014 17:50:39 +0000 (18:50 +0100)
committerAndres Freund <andres@anarazel.de>
Thu, 3 Jul 2014 15:55:21 +0000 (17:55 +0200)
commit8093de3b165d2f07d2cdaae9db813babb8dac36f
tree16a4752854cfc61c1ef39d9ec5f874b4e49344cb
parent7c951901bacc0643381f578a9546b578bb86a0c0
bdr: Rewrote lookup code for bdr.bdr_queued_commands

Now we're looking up the QueuedDDLCommandsRelid of
bdr.bdr_queued_commands in bdr_maintain_schema() using
get_namespace_oid() as well as get_relname_relid().
contrib/bdr/bdr.c
contrib/bdr/bdr.h
contrib/bdr/bdr_apply.c