From: Pavan D. <pav...@gm...> - 2013-07-11 09:44:27
|
Hello All, I noticed that a few newly added functions in tablecmds.c are named in a slightly wrong way: static void AtExecDistributeBy(Relation rel, DistributeBy *options); static void AtExecSubCluster(Relation rel, PGXCSubCluster *options); static void AtExecAddNode(Relation rel, List *options); static void AtExecDeleteNode(Relation rel, List *options); All of these functions should start with AT (instead of At). AT stands for Alter Table. Please see other functions in the same file and how they are named. Thanks, Pavan -- Pavan Deolasee http://www.linkedin.com/in/pavandeolasee |