]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Fix order of columns in pg_stat_recovery
authorMichael Paquier <michael@paquier.xyz>
Fri, 6 Mar 2026 05:41:41 +0000 (14:41 +0900)
committerMichael Paquier <michael@paquier.xyz>
Fri, 6 Mar 2026 05:41:41 +0000 (14:41 +0900)
commit2d4ead6f4bd0e30df15dc0ae654c9ce573f41bed
tree36cc15d7d9771b5f103f685061803b3bf789825a
parentf1ddaa15357fccb03dea371f8cb481ce2c5e4808
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: https://postgr.es/m/CAOzEurQQ1naKmPJhfE5WOUQjtf5tu08Kw3QCGY5UY=7Rt9fE=w@mail.gmail.com
src/backend/access/transam/xlogfuncs.c