bdr: Also don't acquire the ddl lock for DROP REL pg_temp.*.
authorAndres Freund <andres@anarazel.de>
Wed, 26 Nov 2014 18:41:33 +0000 (19:41 +0100)
committerAndres Freund <andres@anarazel.de>
Wed, 26 Nov 2014 18:41:33 +0000 (19:41 +0100)
commitd6eb3b359907fd089cbeef1fc96e89de717e1b2e
tree276122c938a6604f5a589c8f1b509a3347bfda72
parent0483aae1dc17b722acffa2d42e7b89d9b7020d81
bdr: Also don't acquire the ddl lock for DROP REL pg_temp.*.

It'd be much nicer if we could do that safely for all temporary
objects, not just ones referred to with pg_temp.*. But that'd
currently be racy as hell...
bdr_commandfilter.c