mirror of
https://github.com/postgres/postgres.git
synced 2025-05-25 00:04:05 -04: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:
parent
98e675ed7a
commit
4d0cf0b05d
@ -381,6 +381,7 @@ libpqrcv_identify_system(WalReceiverConn *conn, TimeLineID *primary_tli)
|
|||||||
"the primary server: %s",
|
"the primary server: %s",
|
||||||
pchomp(PQerrorMessage(conn->streamConn)))));
|
pchomp(PQerrorMessage(conn->streamConn)))));
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* IDENTIFY_SERVER returns 3 columns in 9.3 and earlier, and 4 columns in
|
* IDENTIFY_SERVER returns 3 columns in 9.3 and earlier, and 4 columns in
|
||||||
* 9.4 and onwards.
|
* 9.4 and onwards.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user