Fix copy & pasto in WARNING message.

pull/1473/head
Andres Freund 2017-06-30 18:20:54 -07:00
parent 3dedeadb5e
commit ec0ed677e3
1 changed files with 1 additions and 1 deletions

View File

@ -339,7 +339,7 @@ FinishRemoteTransactionAbort(MultiConnection *connection)
if (transaction->transactionState == REMOTE_TRANS_1PC_ABORTING)
{
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,
connection->port)));
}