aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/mcxtfuncs.c
diff options
context:
space:
mode:
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>2022-02-16 23:15:08 +0200
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>2022-02-16 23:15:08 +0200
commit46208923446651a58c49115d17b4de6da4934c71 (patch)
treea4615d2cc40cb6c80f3abc55f81154fb897bbbd8 /src/backend/utils/adt/mcxtfuncs.c
parent01ad1c953032ea2b88893d6a2f50fb4a8fea2873 (diff)
downloadpostgresql-46208923446651a58c49115d17b4de6da4934c71.tar.gz
postgresql-46208923446651a58c49115d17b4de6da4934c71.zip
Fix bogus log message when starting from a cleanly shut down state.
In commit 70e81861fa to split xlog.c, I moved the startup code that updates the state in the control file and prints out the "database system was not properly shut down" message to the log, but I accidentally removed the "if (InRecovery)" check around it. As a result, that message was printed even if the system was cleanly shut down, also during 'initdb'. Discussion: https://www.postgresql.org/message-id/3357075.1645031062@sss.pgh.pa.us
Diffstat (limited to 'src/backend/utils/adt/mcxtfuncs.c')
0 files changed, 0 insertions, 0 deletions