Fire remote DDLs correctly even if utility.c decides to route the statement via
authorPavan Deolasee <[email protected]>
Mon, 22 Jun 2015 05:06:27 +0000 (10:36 +0530)
committerPavan Deolasee <[email protected]>
Mon, 22 Jun 2015 05:06:27 +0000 (10:36 +0530)
commit5a42329c4c987b7837f9a9f3890c4f4f22a50b2d
treeaa748e1a437960110f07b9b4a127d8bb6ff0894a
parentf867d2a40eeb9617e04f7be25027c84d8cc52547
Fire remote DDLs correctly even if utility.c decides to route the statement via
ProcessUtilitySlow.

Even though bug existed only for GrantStmt, also refactor couple of the other
invocation points for code consistency
src/backend/tcop/utility.c