pgsql: Extract code to describe recovery stop reason to a function.

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема pgsql: Extract code to describe recovery stop reason to a function.
Дата
Msg-id E1m9j9N-0005td-Gk@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Extract code to describe recovery stop reason to a function.

StartupXLOG() is very long, this makes it a little bit more readable.

Reviewed-by: Andres Freund
Discussion: https://www.postgresql.org/message-id/b3b71061-4919-e882-4857-27e370ab134a%40iki.fi

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/4fe8dcdff3af73f6ca16eb3edfa3339c7ee0d2c4

Modified Files
--------------
src/backend/access/transam/xlog.c | 67 +++++++++++++++++++++++----------------
1 file changed, 39 insertions(+), 28 deletions(-)


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

Предыдущее
От: Amit Kapila
Дата:
Сообщение: Re: pgsql: Add support for prepared transactions to built-in logical replic
Следующее
От: Dean Rasheed
Дата:
Сообщение: pgsql: Fix corner-case errors and loss of precision in numeric_power().