Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
funny-falcon committed Apr 27, 2024
1 parent df10f7c commit 08cf80d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion engine.c
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,8 @@ ptrack_mark_block(RelFileNodeBackend smgr_rnode,
}
}

extern XLogRecPtr ptrack_set_init_lsn(void)
XLogRecPtr
ptrack_set_init_lsn(void)
{
XLogRecPtr new_lsn;
if (RecoveryInProgress())
Expand Down

0 comments on commit 08cf80d

Please sign in to comment.