Fix a comment on PQcancelErrorMessage

Yugo Nagata <nagata@sraoss.co.jp>

From: Yugo NAGATA <nagata@sraoss.co.jp>
To: pgsql-hackers@lists.postgresql.org
Date: 2024-07-04T04:46:38Z
Lists: pgsql-hackers

Attachments

Hi,

Attached is a small patch to fix a comment on PQcancelErrorMessage.

It was accidentally "Get the socket of the cancel connection."
I rewrote it to "Returns the error message most recently generated
by an operation on the cancel connection."

Regards,
Yugo Nagata

-- 
Yugo NAGATA <nagata@sraoss.co.jp>

Commits

  1. Fix copy/paste mistake in comment