提交 242a25f7 编写于 作者: D Daniel Gustafsson

Fix typos in exttablecmds.c comments

上级 c653ebbc
......@@ -48,10 +48,10 @@ static void InvokeProtocolValidation(Oid procOid, char *procName, bool iswritabl
* In here we first dispatch a normal DefineRelation() (with relstorage
* external) in order to create the external relation entries in pg_class
* pg_type etc. Then once this is done we dispatch ourselves (DefineExternalRelation)
* in order to create the pg_exttable entry accross the gp array.
* in order to create the pg_exttable entry across the gp array.
*
* Why don't we just do all of this in one dispatch run? because that
* involves duplicating the DefineRelation() code or severly modifying it
* Why don't we just do all of this in one dispatch run? Because that
* involves duplicating the DefineRelation() code or severely modifying it
* to have special cases for external tables. IMHO it's better and cleaner
* to leave it intact and do another dispatch.
* ----------------------------------------------------------------
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册