mirror of https://github.com/citusdata/citus.git
Fix copy & pasto in WARNING message.
parent
3dedeadb5e
commit
ec0ed677e3
|
@ -339,7 +339,7 @@ FinishRemoteTransactionAbort(MultiConnection *connection)
|
||||||
if (transaction->transactionState == REMOTE_TRANS_1PC_ABORTING)
|
if (transaction->transactionState == REMOTE_TRANS_1PC_ABORTING)
|
||||||
{
|
{
|
||||||
ereport(WARNING,
|
ereport(WARNING,
|
||||||
(errmsg("failed to abort 2PC transaction \"%s\" on %s:%d",
|
(errmsg("failed to abort 1PC transaction \"%s\" on %s:%d",
|
||||||
transaction->preparedName, connection->hostname,
|
transaction->preparedName, connection->hostname,
|
||||||
connection->port)));
|
connection->port)));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue