[MASSMAIL]pgsql: Use correct datatype for xmin variables in slot.c

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема [MASSMAIL]pgsql: Use correct datatype for xmin variables in slot.c
Дата
Msg-id E1rupf1-001ZKA-NM@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Use correct datatype for xmin variables in slot.c

Two variables storing a slot's effective_xmin and effective_catalog_xmin
were saved as XLogRecPtr, which is incorrect as these should be
TransactionIds.

Oversight in 818fefd8fd44.

Author: Bharath Rupireddy
Discussion: https://postgr.es/m/CALj2ACVPSB74mrDTFezz-LV3Oi6F3SN71QA0oUHvndzi5dwTNg@mail.gmail.com
Backpatch-through: 16

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/8f136af3c41c3b7e6474d6dd05238f11059f26f1

Modified Files
--------------
src/backend/replication/slot.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)


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

Предыдущее
От: Masahiko Sawada
Дата:
Сообщение: pgsql: Revert indexed and enlargable binary heap implementation.
Следующее
От: Etsuro Fujita
Дата:
Сообщение: pgsql: Fix WaitEventSet resource leak in WaitLatchOrSocket().