pgsql: Fix indentation - Mailing list pgsql-committers

From Daniel Gustafsson
Subject pgsql: Fix indentation
Date
Msg-id E1rAWwA-008jBw-DI@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/4d0cf0b05defcee985d5af38cb0db2b9c2f8dbae

Modified Files
--------------
src/backend/replication/libpqwalreceiver/libpqwalreceiver.c | 1 +
1 file changed, 1 insertion(+)


pgsql-committers by date:

Previous
From: Daniel Gustafsson
Date:
Subject: pgsql: Fix incorrect error message for IDENTIFY_SYSTEM
Next
From: Robert Haas
Date:
Subject: pgsql: Rename JsonManifestParseContext callbacks.