pgsql: Fix incorrect variable datatype.

Поиск
Список
Период
Сортировка
От Fujii Masao
Тема pgsql: Fix incorrect variable datatype.
Дата
Msg-id E1jt997-0003c1-66@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix incorrect variable datatype.

Since slot_keep_segs indicates the number of WAL segments not LSN,
its datatype should not be XLogRecPtr.

Back-patch to v13 where this issue was added.

Reported-by: Atsushi Torikoshi
Author: Atsushi Torikoshi, tweaked by Fujii Masao
Discussion: https://postgr.es/m/ebd0d674f3e050222238a960cac5251a@oss.nttdata.com

Branch
------
REL_13_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/a2b94693beb1d052f2b4935384dd6f7f47143669

Modified Files
--------------
src/backend/access/transam/xlog.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Remove junk in test file
Следующее
От: Fujii Masao
Дата:
Сообщение: pgsql: Fix incorrect variable datatype.