8000 [DO NOT MERGE] Allow cancel pg wire by rafatower · Pull Request #15 · CartoDB/postgres · GitHub
[go: up one dir, main page]

Skip to content

[DO NOT MERGE] Allow cancel pg wire #15

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 4 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
A tentative fix
  • Loading branch information
Rafa de la Torre committed May 25, 2018
commit b5db9c2acfbc7d3aeb152a16ae5f247f2b32f22c
1 change: 1 addition & 0 deletions src/backend/tcop/postgres.c
Original file line number Diff line number Diff line change
Expand Up @@ -2664,6 +2664,7 @@ StatementCancelHandler(SIGNAL_ARGS)
SetLatch(MyLatch);

errno = save_errno;
raise(SIGUSR1);
}

/* signal handler for floating point exception */
Expand Down
0