Skip to content

Commit c7d2aed

Browse files
committed
Small style cleanup.
1 parent 86e501c commit c7d2aed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/access/heap/ptrack.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ ptrack_get_and_clear(Oid tablespace_oid, Oid table_oid)
284284
elog(WARNING, "InvalidOid");
285285
goto full_end;
286286
}
287-
287+
288288
rel = RelationIdGetRelation(RelidByRelfilenode(tablespace_oid, table_oid));
289289

290290
if (rel == InvalidRelation)

0 commit comments

Comments
 (0)