Revert removal of signed, volatile, and signal handler arg type tests.
Peter Eisentraut <peter_e@gmx.net>
Revert removal of signed, volatile, and signal handler arg type tests.
Files
| Path | Change | +/− |
|---|---|---|
| aclocal.m4 | modified | +36 −6 |
| config/c-compiler.m4 | modified | +31 −1 |
| configure | modified | +247 −183 |
| configure.in | modified | +2 −0 |
| 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 | +21 −1 |
| src/include/tcop/tcopprot.h | modified | +3 −3 |