mirror of
https://github.com/zebrajr/postgres.git
synced 2025-12-06 12:20:15 +01:00
Fix indentation issue
Introduced recently by 9e088f7dd
Per buildfarm member koel
This commit is contained in:
parent
9e088f7dd8
commit
b955df4434
|
|
@ -86,7 +86,7 @@ parse_error:
|
||||||
ereport(ERROR,
|
ereport(ERROR,
|
||||||
errmsg("invalid snapshot file name \"%s\"", filename));
|
errmsg("invalid snapshot file name \"%s\"", filename));
|
||||||
|
|
||||||
return InvalidXLogRecPtr; /* keep compiler quiet */
|
return InvalidXLogRecPtr; /* keep compiler quiet */
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user