Fix logic bug in 1632ea43682f I overlooked that one condition was logically inverted. The fix is a little bit more involved than simply negating the condition, to make the code easier to read.
Fix some outdated comments left by the same commit, while at it. Author: Masahiko Sawada <[email protected]> Author: Álvaro Herrera <[email protected]> Reviewed-by: Amit Kapila <[email protected]> Discussion: https://postgr.es/m/YMRlmB3/[email protected] Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/33c509956704e1d918077b51ccd954f2e201a8f5 Modified Files -------------- src/backend/replication/slot.c | 30 ++++++++++++++++-------------- 1 file changed, 16 insertions(+), 14 deletions(-)
