summaryrefslogtreecommitdiff
path: root/src/include/replication/message.h
diff options
context:
space:
mode:
authorDavid Rowley2022-04-13 21:28:56 +0000
committerDavid Rowley2022-04-13 21:28:56 +0000
commita00fd066b1b632e675bae74841a87de1ffc1cd33 (patch)
tree8d50194b593b522b19ddaefa784fe86685c86fe2 /src/include/replication/message.h
parentac8be0cb957811d04d7564f4d710ceb3e5f2fb9f (diff)
Add missing spaces after single-line comments
Only 1 of 3 of these changes appear to be handled by pgindent. That change is new to v15. The remaining two appear to be left alone by pgindent. The exact reason for that is not 100% clear to me. It seems related to the fact that it's a line that contains *only* a single line comment and no actual code. It does not seem worth investigating this in too much detail. In any case, these do not conform to our usual practices, so fix them. Author: Justin Pryzby Discussion: https://postgr.es/m/[email protected]
Diffstat (limited to 'src/include/replication/message.h')
-rw-r--r--src/include/replication/message.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/replication/message.h b/src/include/replication/message.h
index 7d7785292f1..b9686c28550 100644
--- a/src/include/replication/message.h
+++ b/src/include/replication/message.h
@@ -32,7 +32,7 @@ typedef struct xl_logical_message
extern XLogRecPtr LogLogicalMessage(const char *prefix, const char *message,
size_t size, bool transactional);
-/* RMGR API*/
+/* RMGR API */
#define XLOG_LOGICAL_MESSAGE 0x00
void logicalmsg_redo(XLogReaderState *record);
void logicalmsg_desc(StringInfo buf, XLogReaderState *record);