/*------------------------------------------------------------------------- * * grant.c * Commands for granting access to distributed tables. * * Copyright (c) 2018, Citus Data, Inc. * *------------------------------------------------------------------------- */ #include "distributed/commands.h" /* placeholder for PlanGrantStmt */ List * PlanGrantStmt(GrantStmt *grantStmt) { return NIL; }