]> granicus.if.org Git - postgresql/commit
Improve log messages related to tablespace_map file
authorFujii Masao <fujii@postgresql.org>
Tue, 15 Sep 2015 14:21:51 +0000 (23:21 +0900)
committerFujii Masao <fujii@postgresql.org>
Tue, 15 Sep 2015 14:21:51 +0000 (23:21 +0900)
commit10fbb79f1a918124f39fc8a87b8d19db3712202f
treec39b617ec2ef2ff40eeb0f8c394a4f0654babcee
parent0f75928516a55ba69d46328ec5e676c13d163831
Improve log messages related to tablespace_map file

This patch changes the log message which is logged when the server
successfully renames backup_label file to *.old but fails to rename
tablespace_map file during the shutdown. Previously the WARNING
message "online backup mode was not canceled" was logged in that case.
However this message is confusing because the backup mode is treated
as canceled whenever backup_label is successfully renamed. So this
commit makes the server log the message "online backup mode canceled"
in that case.

Also this commit changes errdetail messages so that they follow the
error message style guide.

Back-patch to 9.5 where tablespace_map file is introduced.

Original patch by Amit Kapila, heavily modified by me.
src/backend/access/transam/xlog.c