aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xlog.c
diff options
context:
space:
mode:
authorAndrew Dunstan <andrew@dunslane.net>2018-06-30 12:25:49 -0400
committerAndrew Dunstan <andrew@dunslane.net>2018-06-30 12:25:49 -0400
commit1e9c8580904625576871eeb2efec7f04d4c3bc1c (patch)
tree6093afd9440b732c2b4f2c040b7a3e83b6f163ae /src/backend/access/transam/xlog.c
parent2c64d200484c40c1bfbd532bf140bea672f267a1 (diff)
downloadpostgresql-1e9c8580904625576871eeb2efec7f04d4c3bc1c.tar.gz
postgresql-1e9c8580904625576871eeb2efec7f04d4c3bc1c.zip
pgindent run prior to branching
Diffstat (limited to 'src/backend/access/transam/xlog.c')
-rw-r--r--src/backend/access/transam/xlog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/access/transam/xlog.c b/src/backend/access/transam/xlog.c
index 1a419aa49bf..dcfef365916 100644
--- a/src/backend/access/transam/xlog.c
+++ b/src/backend/access/transam/xlog.c
@@ -4512,7 +4512,7 @@ ReadControlFile(void)
errmsg("could not read from control file: %m")));
else
ereport(PANIC,
- (errmsg("could not read from control file: read %d bytes, expected %d", r, (int) sizeof(ControlFileData))));
+ (errmsg("could not read from control file: read %d bytes, expected %d", r, (int) sizeof(ControlFileData))));
}
pgstat_report_wait_end();