pgsql: Fix copy-paste mistake in PQcancelCreate

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема pgsql: Fix copy-paste mistake in PQcancelCreate
Дата
Msg-id E1sOFgw-003n0f-U6@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix copy-paste mistake in PQcancelCreate

When an OOM occurred, this function was incorrectly setting a status of
CONNECTION_BAD on the passed in PGconn instead of on the newly created
PGcancelConn.

Mistake introduced with 61461a300c1c.  Backpatch to 17.

Author: Jelte Fennema-Nio <postgres@jeltef.nl>
Reported-by: Noah Misch <noah@leadboat.com>
Discussion: https://postgr.es/m/20240630190040.26.nmisch@google.com

Branch
------
REL_17_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/6d2ac554911d874e4d0609f5b2c5f34a1226ee0c

Modified Files
--------------
src/interfaces/libpq/fe-cancel.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: David Rowley
Дата:
Сообщение: pgsql: Add context type field to pg_backend_memory_contexts
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Remove useless extern keywords