Don't acquire the global DDL lock for DROP statements which refer to temporary relati...
authorMichael Allen <mallen@laserfiche.com>
Tue, 15 Dec 2015 02:49:37 +0000 (18:49 -0800)
committerCraig Ringer <craig@2ndquadrant.com>
Sun, 17 Jan 2016 23:43:01 +0000 (07:43 +0800)
commit33915058743042d450d10483f63e3163b146988f
treeb8705fdc343a7fce9adf60e3296442a55ae6b116
parentaebd938c26e7375c81266bd5820b7e8e39fec79b
Don't acquire the global DDL lock for DROP statements which refer to temporary relations without a schema-qualified name if it can be safely assumed that the relation will be found in the session's temporary object schema in subsequent processing of the command, provided no intervening DROP statement is received.
bdr_commandfilter.c
expected/ddl/sequence.out