mirror of
https://github.com/postgres/postgres.git
synced 2025-11-10 17:42:29 +03:00
pgindent run for 9.6
This commit is contained in:
@@ -51,7 +51,7 @@ XLogRecPtr
|
||||
LogLogicalMessage(const char *prefix, const char *message, size_t size,
|
||||
bool transactional)
|
||||
{
|
||||
xl_logical_message xlrec;
|
||||
xl_logical_message xlrec;
|
||||
|
||||
/*
|
||||
* Force xid to be allocated if we're emitting a transactional message.
|
||||
@@ -87,7 +87,7 @@ logicalmsg_redo(XLogReaderState *record)
|
||||
uint8 info = XLogRecGetInfo(record) & ~XLR_INFO_MASK;
|
||||
|
||||
if (info != XLOG_LOGICAL_MESSAGE)
|
||||
elog(PANIC, "logicalmsg_redo: unknown op code %u", info);
|
||||
elog(PANIC, "logicalmsg_redo: unknown op code %u", info);
|
||||
|
||||
/* This is only interesting for logical decoding, see decode.c. */
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user