mirror of
https://github.com/postgres/postgres.git
synced 2025-11-13 16:22:44 +03:00
pgindent run for 9.6
This commit is contained in:
@@ -26,7 +26,7 @@ logicalmsg_desc(StringInfo buf, XLogReaderState *record)
|
||||
xl_logical_message *xlrec = (xl_logical_message *) rec;
|
||||
|
||||
appendStringInfo(buf, "%s message size %zu bytes",
|
||||
xlrec->transactional ? "transactional" : "nontransactional",
|
||||
xlrec->transactional ? "transactional" : "nontransactional",
|
||||
xlrec->message_size);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user