Обсуждение: pgsql: Fix use of free in walsender error handling after a sysid mismat

Поиск
Список
Период
Сортировка

pgsql: Fix use of free in walsender error handling after a sysid mismat

От
Heikki Linnakangas
Дата:
Fix use of free in walsender error handling after a sysid mismatch.

Found via valgrind. The bug exists since the introduction of the walsender,
so backpatch to 9.0.

Andres Freund

Branch
------
REL9_1_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/e0070a6858cfcd2c4129dfa93bc042d6d86732c8

Modified Files
--------------
src/backend/replication/libpqwalreceiver/libpqwalreceiver.c |    1 +
1 file changed, 1 insertion(+)