Remove long-dead support for platforms without sig_atomic_t.
C89 requires <signal.h> to define sig_atomic_t, and there is no evidence in the buildfarm that any supported platforms don't comply. Remove the configure test to stop wasting build cycles on a purely historical issue. (Once upon a time, we cared about supporting C89-compliant compilers on machines with pre-C89 system headers, but that use-case has been dead for quite a few years.) I have some other fixes planned in this area, but let's start with this to see if the buildfarm produces any surprising results.
Showing
- configure 0 additions, 14 deletionsconfigure
- configure.in 0 additions, 4 deletionsconfigure.in
- src/include/c.h 0 additions, 5 deletionssrc/include/c.h
- src/include/pg_config.h.in 0 additions, 3 deletionssrc/include/pg_config.h.in
- src/include/pg_config.h.win32 0 additions, 3 deletionssrc/include/pg_config.h.win32
Loading
Please register or sign in to comment