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
-
Fix various checksum check problems for pg_verify_checksums and base backups
- 19516afdf167 11.2 landed
- 5c995139752f 12.0 landed
-
Switch pg_verify_checksums back to a blacklist
- 85036308dc58 11.2 landed
- a1c91dd1108c 12.0 landed