Extract code to describe recovery stop reason to a function.

Heikki Linnakangas <heikki.linnakangas@iki.fi>

Commit: 4fe8dcdff3af73f6ca16eb3edfa3339c7ee0d2c4
Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
Date: 2021-07-31T06:49:30Z
Releases: 15.0
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

Files

PathChange+/−
src/backend/access/transam/xlog.c modified +39 −28

Discussion