Patch to avoid SIGQUIT accident

Renato dos Santos <shazaum@gmail.com>

From: Renato dos Santos <shazaum@gmail.com>
To: Postgres hackers <pgsql-hackers@postgresql.org>
Date: 2018-10-21T16:19:48Z
Lists: pgsql-hackers
Hello,

I have been using psql for quite a few days. And I have accidentally pressed the CTRL + \ keys that sends the signal QUIT+Coredump (CTRL+4 also sends the same signal).
I hope it's relevant to more people. (This has bothered me.)

this patch avoids the output of the CLI using ctrl + \ is the same as ctrl + c


Renato dos Santos
shazaum@gmail.com

Commits

  1. Fix various checksum check problems for pg_verify_checksums and base backups

  2. Switch pg_verify_checksums back to a blacklist