check-world has suddenly started spewing stuff on stderr
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: pgsql-hackers@lists.postgresql.org
Date: 2022-02-16T17:04:22Z
Lists: pgsql-hackers
$ make check-world >/dev/null 2022-02-16 11:57:47.548 EST [3339702] LOG: database system was not properly shut down; automatic recovery in progress 2022-02-16 11:57:47.612 EST [3339713] LOG: database system was not properly shut down; automatic recovery in progress 2022-02-16 11:57:59.379 EST [3345366] LOG: database system was not properly shut down; automatic recovery in progress 2022-02-16 11:57:59.445 EST [3345429] LOG: database system was not properly shut down; automatic recovery in progress Whoever is responsible for that, please fix it. regards, tom lane
Commits
-
Fix bogus log message when starting from a cleanly shut down state.
- 462089234466 15.0 landed