Обсуждение: pgsql: Extract code to describe recovery stop reason to a function.

Поиск
Список
Период
Сортировка

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

От
Heikki Linnakangas
Дата:
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(-)