pgsql: Fix incorrect field count in pg_control_checkpoint()

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема pgsql: Fix incorrect field count in pg_control_checkpoint()
Дата
Msg-id E1n1P6m-0004e1-97@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix incorrect field count in pg_control_checkpoint()

18 columns are generated in this function, but we had enough space for
19 of them.  Introduced by 4b0d28d.

Author: Bharath Rupireddy
Reviewed-by: Justin Pryzby, Euler Taveira
Discussion: https://postgr.es/m/CALj2ACVQ=hAs=sT0n4xriimqRrrgECySfg_tSqA+26Rb_yfs2A@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/86d9888d2ead04a1a139bbaef9d7f4648022fe4b

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


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

Предыдущее
От: Kyotaro Horiguchi
Дата:
Сообщение: Re: pgsql: postgres_fdw: Allow postgres_fdw.application_name to include esc
Следующее
От: Fujii Masao
Дата:
Сообщение: Re: pgsql: postgres_fdw: Allow postgres_fdw.application_name to include esc