mirror of https://github.com/citusdata/citus.git
Update src/backend/distributed/commands/comment.c
Co-authored-by: Jelte Fennema-Nio <jelte.fennema@microsoft.com>pull/7388/head
parent
a4955cb2c2
commit
407909835f
|
@ -81,7 +81,7 @@ GetCommentForObject(Oid classOid, Oid objectOid)
|
||||||
SysScanDesc scan = systable_beginscan(shdescRelation, SharedDescriptionObjIndexId,
|
SysScanDesc scan = systable_beginscan(shdescRelation, SharedDescriptionObjIndexId,
|
||||||
indexOk, NULL, scanKeyCount,
|
indexOk, NULL, scanKeyCount,
|
||||||
scanKey);
|
scanKey);
|
||||||
while ((tuple = systable_getnext(scan)) != NULL)
|
if ((tuple = systable_getnext(scan)) != NULL)
|
||||||
{
|
{
|
||||||
Form_pg_shdescription shdesc = (Form_pg_shdescription) GETSTRUCT(tuple);
|
Form_pg_shdescription shdesc = (Form_pg_shdescription) GETSTRUCT(tuple);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue