mirror of
https://github.com/postgres/postgres.git
synced 2026-03-02 13:24:01 -05:00
Originally, this code was duplicated in src/bin/psql/ and src/bin/scripts/, but it can be useful for other frontend applications, like pgbench. This refactoring offers the possibility to setup a custom callback which would get called in the signal handler for SIGINT or when the interruption console events happen on Windows. Author: Fabien Coelho, with contributions from Michael Paquier Reviewed-by: Álvaro Herrera, Ibrar Ahmed Discussion: https://postgr.es/m/alpine.DEB.2.21.1910311939430.27369@lancre |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| cancel.c | ||
| conditional.c | ||
| Makefile | ||
| mbprint.c | ||
| print.c | ||
| psqlscan.l | ||
| recovery_gen.c | ||
| simple_list.c | ||
| string_utils.c | ||