[COMMITTERS] pgsql: Fix thinko introduced in 2bef06d516460 et al.

Поиск
Список
Период
Сортировка
От Andres Freund
Тема [COMMITTERS] pgsql: Fix thinko introduced in 2bef06d516460 et al.
Дата
Msg-id E1deTEn-0000nr-59@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix thinko introduced in 2bef06d516460 et al.

The callers for GetOldestSafeDecodingTransactionId() all inverted the
argument for the argument introduced in 2bef06d516460. Luckily this
appears to be inconsequential for the moment, as we wait for
concurrent in-progress transaction when assembling a
snapshot. Additionally this could only make a difference when adding a
second logical slot, because only a pre-existing slot could cause an
issue by lowering the returned xid dangerously much.

Reported-By: Antonin Houska
Discussion: https://postgr.es/m/32704.1496993134@localhost
Backport: 9.4-, where 2bef06d516460 was backpatched to.

Branch
------
REL9_5_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/869a5869e5ba7be0870c552e987158659d450e6c

Modified Files
--------------
src/backend/replication/logical/logical.c   | 2 +-
src/backend/replication/logical/snapbuild.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)


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

Предыдущее
От: Andres Freund
Дата:
Сообщение: [COMMITTERS] pgsql: Fix thinko introduced in 2bef06d516460 et al.
Следующее
От: Andres Freund
Дата:
Сообщение: [COMMITTERS] pgsql: Fix thinko introduced in 2bef06d516460 et al.