aboutsummaryrefslogtreecommitdiff
path: root/src/include/replication
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/include/replication
parent2c64d200484c40c1bfbd532bf140bea672f267a1 (diff)
downloadpostgresql-1e9c8580904625576871eeb2efec7f04d4c3bc1c.tar.gz
postgresql-1e9c8580904625576871eeb2efec7f04d4c3bc1c.zip
pgindent run prior to branching
Diffstat (limited to 'src/include/replication')
-rw-r--r--src/include/replication/reorderbuffer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/replication/reorderbuffer.h b/src/include/replication/reorderbuffer.h
index f8a295bddc8..1f52f6bde73 100644
--- a/src/include/replication/reorderbuffer.h
+++ b/src/include/replication/reorderbuffer.h
@@ -214,7 +214,7 @@ typedef struct ReorderBufferTXN
*/
Snapshot base_snapshot;
XLogRecPtr base_snapshot_lsn;
- dlist_node base_snapshot_node; /* link in txns_by_base_snapshot_lsn */
+ dlist_node base_snapshot_node; /* link in txns_by_base_snapshot_lsn */
/*
* How many ReorderBufferChange's do we have in this txn.