adjust comment

pull/741/head
Eric B. Ridge 2016-09-02 11:07:44 -06:00
parent 8ca64e657d
commit 3b024cac34
1 changed files with 1 additions and 1 deletions

View File

@ -3623,7 +3623,7 @@ get_variable(Var *var, int levelsup, bool istoplevel, deparse_context *context)
} }
else if (GetRangeTblKind(rte) == CITUS_RTE_SHARD) else if (GetRangeTblKind(rte) == CITUS_RTE_SHARD)
{ {
/* System column on a Citus shared/remote relation */ /* System column on a Citus shard */
attname = get_relid_attribute_name(rte->relid, attnum); attname = get_relid_attribute_name(rte->relid, attnum);
} }
else else