From: Daniel Gustafsson Date: Tue, 5 Dec 2023 14:54:59 +0000 (+0100) Subject: Fix indentation X-Git-Tag: REL_17_BETA1~1334 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4d0cf0b05defcee985d5af38cb0db2b9c2f8dbae;p=thirdparty%2Fpostgresql.git 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. --- diff --git a/src/backend/replication/libpqwalreceiver/libpqwalreceiver.c b/src/backend/replication/libpqwalreceiver/libpqwalreceiver.c index 5a1633cc4c2..4152d1ddbc8 100644 --- a/src/backend/replication/libpqwalreceiver/libpqwalreceiver.c +++ b/src/backend/replication/libpqwalreceiver/libpqwalreceiver.c @@ -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.