Extract code to describe recovery stop reason to a function.
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Sat, 31 Jul 2021 06:49:30 +0000 (09:49 +0300)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Sat, 31 Jul 2021 06:49:30 +0000 (09:49 +0300)
commit4fe8dcdff3af73f6ca16eb3edfa3339c7ee0d2c4
tree1bc56331e5efc23b6de67f7b096abef8d913e2e1
parent6b16532811f07fbb58e4b1b248775acbf9f732a2
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
src/backend/access/transam/xlog.c