Fix indentation

When preparing commit 98e675ed7a I accidentally forgot to run
pgindent, which did produce a diff. Fix by adding the required
whitespace per the koel buildfarm failure.
This commit is contained in:
Daniel Gustafsson 2023-12-05 15:54:59 +01:00
parent 98e675ed7a
commit 4d0cf0b05d
1 changed files with 1 additions and 0 deletions

View File

@ -381,6 +381,7 @@ libpqrcv_identify_system(WalReceiverConn *conn, TimeLineID *primary_tli)
"the primary server: %s",
pchomp(PQerrorMessage(conn->streamConn)))));
}
/*
* IDENTIFY_SERVER returns 3 columns in 9.3 and earlier, and 4 columns in
* 9.4 and onwards.