mirror of
https://github.com/postgres/postgres.git
synced 2025-11-24 00:23:06 +03:00
pgindent run for 9.6
This commit is contained in:
@@ -205,8 +205,8 @@ xact_desc_commit(StringInfo buf, uint8 info, xl_xact_commit *xlrec, RepOriginId
|
||||
if (parsed.nmsgs > 0)
|
||||
{
|
||||
standby_desc_invalidations(
|
||||
buf, parsed.nmsgs, parsed.msgs, parsed.dbId, parsed.tsId,
|
||||
XactCompletionRelcacheInitFileInval(parsed.xinfo));
|
||||
buf, parsed.nmsgs, parsed.msgs, parsed.dbId, parsed.tsId,
|
||||
XactCompletionRelcacheInitFileInval(parsed.xinfo));
|
||||
}
|
||||
|
||||
if (XactCompletionForceSyncCommit(parsed.xinfo))
|
||||
|
||||
Reference in New Issue
Block a user