summaryrefslogtreecommitdiff
path: root/src/include/access
diff options
context:
space:
mode:
authorAndrew Dunstan2018-06-30 16:25:49 +0000
committerAndrew Dunstan2018-06-30 16:25:49 +0000
commit1e9c8580904625576871eeb2efec7f04d4c3bc1c (patch)
tree6093afd9440b732c2b4f2c040b7a3e83b6f163ae /src/include/access
parent2c64d200484c40c1bfbd532bf140bea672f267a1 (diff)
pgindent run prior to branching
Diffstat (limited to 'src/include/access')
-rw-r--r--src/include/access/xlogreader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/access/xlogreader.h b/src/include/access/xlogreader.h
index f307b6318d..40116f8ecb 100644
--- a/src/include/access/xlogreader.h
+++ b/src/include/access/xlogreader.h
@@ -207,7 +207,7 @@ extern struct XLogRecord *XLogReadRecord(XLogReaderState *state,
/* Validate a page */
extern bool XLogReaderValidatePageHeader(XLogReaderState *state,
- XLogRecPtr recptr, char *phdr);
+ XLogRecPtr recptr, char *phdr);
/* Invalidate read state */
extern void XLogReaderInvalReadState(XLogReaderState *state);