pgsql: Fix order of columns in pg_stat_recovery

Started by Michael Paquier5 months ago1 messagescomitters
Jump to latest
#1Michael Paquier
michael@paquier.xyz

Fix order of columns in pg_stat_recovery

recovery_last_xact_time is listed before current_chunk_start_time in the
documentation, the function definition and the view definition, but
their order was reversed in the code.

Thinko in 01d485b142e4. Mea culpa.

Author: Shinya Kato <shinya11.kato@gmail.com>
Discussion: /messages/by-id/CAOzEurQQ1naKmPJhfE5WOUQjtf5tu08Kw3QCGY5UY=7Rt9fE=w@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/2d4ead6f4bd0e30df15dc0ae654c9ce573f41bed

Modified Files
--------------
src/backend/access/transam/xlogfuncs.c | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)