mirror of
https://github.com/postgres/postgres.git
synced 2025-07-05 07:21:24 +03:00
Post-feature-freeze pgindent run.
Discussion: https://postgr.es/m/15719.1523984266@sss.pgh.pa.us
This commit is contained in:
@ -3267,8 +3267,8 @@ bool
|
||||
IsInTransactionBlock(bool isTopLevel)
|
||||
{
|
||||
/*
|
||||
* Return true on same conditions that would make PreventInTransactionBlock
|
||||
* error out
|
||||
* Return true on same conditions that would make
|
||||
* PreventInTransactionBlock error out
|
||||
*/
|
||||
if (IsTransactionBlock())
|
||||
return true;
|
||||
@ -5448,9 +5448,9 @@ XactLogAbortRecord(TimestampTz abort_time,
|
||||
}
|
||||
|
||||
/* dump transaction origin information only for abort prepared */
|
||||
if ( (replorigin_session_origin != InvalidRepOriginId) &&
|
||||
TransactionIdIsValid(twophase_xid) &&
|
||||
XLogLogicalInfoActive())
|
||||
if ((replorigin_session_origin != InvalidRepOriginId) &&
|
||||
TransactionIdIsValid(twophase_xid) &&
|
||||
XLogLogicalInfoActive())
|
||||
{
|
||||
xl_xinfo.xinfo |= XACT_XINFO_HAS_ORIGIN;
|
||||
|
||||
|
Reference in New Issue
Block a user