Remove configure tests for `signed', `volatile', and signal handler args;
Peter Eisentraut <peter_e@gmx.net>
Remove configure tests for `signed', `volatile', and signal handler args; the harm potential outweighs the possible benefits.
Files
| Path | Change | +/− |
|---|---|---|
| aclocal.m4 | modified | +5 −36 |
| config/c-compiler.m4 | modified | +1 −32 |
| configure | modified | +183 −247 |
| configure.in | modified | +0 −2 |
| src/backend/commands/async.c | modified | +2 −2 |
| src/backend/postmaster/postmaster.c | modified | +12 −12 |
| src/backend/storage/lmgr/proc.c | modified | +4 −4 |
| src/backend/tcop/postgres.c | modified | +12 −12 |
| src/bin/psql/common.c | modified | +2 −2 |
| src/bin/psql/common.h | modified | +2 −2 |
| src/include/commands/async.h | modified | +2 −2 |
| src/include/config.h.in | modified | +1 −21 |
| src/include/tcop/tcopprot.h | modified | +3 −3 |