Skip to content
Snippets Groups Projects
Commit da5aeccf authored by Tom Lane's avatar Tom Lane
Browse files

Move pqsignal() to libpgport.

We had two copies of this function in the backend and libpq, which was
already pretty bogus, but it turns out that we need it in some other
programs that don't use libpq (such as pg_test_fsync).  So put it where
it probably should have been all along.  The signal-mask-initialization
support in src/backend/libpq/pqsignal.c stays where it is, though, since
we only need that in the backend.
parent d43837d0
No related branches found
No related tags found
No related merge requests found
Showing
with 21 additions and 101 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment