mirror of
https://github.com/postgres/postgres.git
synced 2025-06-19 04:21:08 +03:00
Reindent comment in GenericXLogFinish().
Restore pgindent cleanliness, per buildfarm member koel.
This commit is contained in:
@ -348,8 +348,8 @@ GenericXLogFinish(GenericXLogState *state)
|
||||
START_CRIT_SECTION();
|
||||
|
||||
/*
|
||||
* Compute deltas if necessary, write changes to buffers, mark
|
||||
* buffers dirty, and register changes.
|
||||
* Compute deltas if necessary, write changes to buffers, mark buffers
|
||||
* dirty, and register changes.
|
||||
*/
|
||||
for (i = 0; i < MAX_GENERIC_XLOG_PAGES; i++)
|
||||
{
|
||||
|
Reference in New Issue
Block a user