Skip to content

Commit d753363

Browse files
committed
Fix code-format2
1 parent 3a99880 commit d753363

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/common/walFilter/versions/recordProcessGPDB6.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,9 @@ filterRecordGPDB6(XLogRecordBase *const recordBase, const PgPageSize pageSize)
435435
const RelFileNode *const node = getRelFileNode(record);
436436

437437
if (node == NULL || isRelationNeeded(node->dbNode, node->spcNode, node->relNode))
438+
{
438439
return;
440+
}
439441

440442
record->xl_rmid = RM_XLOG_ID;
441443
// Save 4 least significant bits which represent backup blocks flags.

0 commit comments

Comments
 (0)