mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-14 18:37:03 +08:00
Fix indentation
When preparing commit 98e675ed7af 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:
@ -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.
|
||||
|
||||
Reference in New Issue
Block a user