Clarify some comments around SharedRecoveryState in xlog.c
authorMichael Paquier <michael@paquier.xyz>
Sat, 6 Feb 2021 01:27:55 +0000 (10:27 +0900)
committerMichael Paquier <michael@paquier.xyz>
Sat, 6 Feb 2021 01:27:55 +0000 (10:27 +0900)
commitf7400823c3bd6ce03c2fe1bec5b7066bad146809
treee7e3aadd7dec1064ae6463b333b789c5c51a268c
parent418611c84d004f45d92bcaa3f8e100385d96cd41
Clarify some comments around SharedRecoveryState in xlog.c

SharedRecoveryState has been switched from a boolean to an enum as of
commit 4e87c48, but some comments still referred to it as a boolean.

Author: Amul Sul
Reviewed-by: Dilip Kumar, Kyotaro Horiguchi
Discussion: https://postgr.es/m/CAAJ_b97Hf+1SXnm8jySpO+Fhm+-VKFAAce1T_cupUYtnE3Nxig
src/backend/access/transam/xlog.c