Improve database detection logic in datachecksumsworker The worker need to know whether a database which failed checksum processing still exists, or has been dropped. This improves the detection logic by checking for being partially dropped.
Author: Daniel Gustafsson <[email protected]> Reviewed-by: Tomas Vondra <[email protected]> Reviewed-by: SATYANARAYANA NARLAPURAM <[email protected]> Reviewed-by: Ayush Tiwari <[email protected]> Discussion: https://postgr.es/m/[email protected] Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/1df361e3d82c5eddccdb10f10dbaf611f752e1b9 Modified Files -------------- src/backend/postmaster/datachecksum_state.c | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-)
