mirror of
https://github.com/postgres/postgres.git
synced 2025-07-03 20:02:46 +03:00
Remove stray newline in comment.
This commit is contained in:
@ -1022,7 +1022,6 @@ retry:
|
|||||||
*
|
*
|
||||||
* If there is no unsent WAL remaining, *caughtup is set to true, otherwise
|
* If there is no unsent WAL remaining, *caughtup is set to true, otherwise
|
||||||
* *caughtup is set to false.
|
* *caughtup is set to false.
|
||||||
|
|
||||||
*/
|
*/
|
||||||
static void
|
static void
|
||||||
XLogSend(char *msgbuf, bool *caughtup)
|
XLogSend(char *msgbuf, bool *caughtup)
|
||||||
|
Reference in New Issue
Block a user