diff --git a/src/test/regress/regress.c b/src/test/regress/regress.c index b64028370539cf395b434bcc703a4ef522117eb1..40267ca90b5621f215c8c33ffd03b3320b5a623b 100644 --- a/src/test/regress/regress.c +++ b/src/test/regress/regress.c @@ -2403,7 +2403,7 @@ checkRelationAfterInvalidation(PG_FUNCTION_ARGS) RelationCacheInvalidate(); if (memcmp(&nodeinfo, &relation->rd_segfile0_relationnodeinfo, - sizeof(struct RelationNodeInfo) != 0)) + sizeof(struct RelationNodeInfo)) != 0) elog(ERROR, "node info does not match"); relation_close(relation, AccessShareLock);