Fix indentation
authorDaniel Gustafsson <[email protected]>
Tue, 5 Dec 2023 14:54:59 +0000 (15:54 +0100)
committerDaniel Gustafsson <[email protected]>
Tue, 5 Dec 2023 14:54:59 +0000 (15:54 +0100)
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.

src/backend/replication/libpqwalreceiver/libpqwalreceiver.c

index 5a1633cc4c2a7df8178c1f3923b8b0f97941cd56..4152d1ddbc8aa9ce5ee0d09a047b49953017b5b9 100644 (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.