pgsql: Extract code to describe recovery stop reason to a function. - Mailing list pgsql-committers

From Heikki Linnakangas
Subject pgsql: Extract code to describe recovery stop reason to a function.
Date
Msg-id E1m9j9N-0005td-Gk@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Amit Kapila
Date:
Subject: Re: pgsql: Add support for prepared transactions to built-in logical replic
Next
From: Dean Rasheed
Date:
Subject: pgsql: Fix corner-case errors and loss of precision in numeric_power().