postgresql/src/backend/commands
Tom Lane cb09903fe6 Add needed #include.
Per POSIX, WIFSIGNALED and related macros are provided by <sys/wait.h>.
Apparently on Linux they're also pulled in by some other inclusions,
but BSD-ish systems are pickier.  Fixes portability issue in ffa4cbd62.

Per buildfarm.
2018-11-19 17:28:04 -05:00
..
aggregatecmds.c
alter.c Post-feature-freeze pgindent run. 2018-04-26 14:47:16 -04:00
amcmds.c
analyze.c Introduce notion of different types of slots (without implementing them). 2018-11-15 22:00:30 -08:00
async.c
cluster.c Lower lock level for renaming indexes 2018-11-14 17:09:54 +01:00
collationcmds.c
comment.c
constraint.c Introduce notion of different types of slots (without implementing them). 2018-11-15 22:00:30 -08:00
conversioncmds.c
copy.c Add needed #include. 2018-11-19 17:28:04 -05:00
createas.c Make TupleTableSlots extensible, finish split of existing slot type. 2018-11-16 16:35:15 -08:00
dbcommands.c
define.c
discard.c
dropcmds.c
event_trigger.c
explain.c Introduce notion of different types of slots (without implementing them). 2018-11-15 22:00:30 -08:00
extension.c Simplify null-element handling in extension_config_remove(). 2018-11-12 11:50:28 -05:00
foreigncmds.c
functioncmds.c Introduce notion of different types of slots (without implementing them). 2018-11-15 22:00:30 -08:00
indexcmds.c
lockcmds.c
Makefile
matview.c Make TupleTableSlots extensible, finish split of existing slot type. 2018-11-16 16:35:15 -08:00
opclasscmds.c
operatorcmds.c
policy.c
portalcmds.c
prepare.c
proclang.c
publicationcmds.c
schemacmds.c
seclabel.c
sequence.c
statscmds.c
subscriptioncmds.c Introduce notion of different types of slots (without implementing them). 2018-11-15 22:00:30 -08:00
tablecmds.c Introduce notion of different types of slots (without implementing them). 2018-11-15 22:00:30 -08:00
tablespace.c
trigger.c Introduce notion of different types of slots (without implementing them). 2018-11-15 22:00:30 -08:00
tsearchcmds.c
typecmds.c Lower lock level for renaming indexes 2018-11-14 17:09:54 +01:00
user.c
vacuum.c
vacuumlazy.c
variable.c
view.c