aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/gist/gist.c
diff options
context:
space:
mode:
authorAlvaro Herrera <alvherre@alvh.no-ip.org>2016-09-27 01:05:21 -0300
committerAlvaro Herrera <alvherre@alvh.no-ip.org>2016-09-27 01:05:21 -0300
commit14e2d9a896a87c4731aae3bd71484f0b7a473227 (patch)
tree6c0191db3339799e5d1a6663656d184f16672775 /src/backend/access/gist/gist.c
parentf83b72ea4a4a6d02e7d2b26a26973439b741172a (diff)
downloadpostgresql-14e2d9a896a87c4731aae3bd71484f0b7a473227.tar.gz
postgresql-14e2d9a896a87c4731aae3bd71484f0b7a473227.zip
Include <sys/select.h> where needed
<sys/select.h> is required by POSIX.1-2001 to get the prototype of select(2), but nearly no systems enforce that because older standards let you get away with including some other headers. Recent OpenBSD hacking has removed that frail touch of friendliness, however, which broke some compiles; fix all the way back to 9.1 by adding the required standard. Only vacuumdb.c was reported to fail, but it seems easier to fix the whole lot in a fell swoop. Per bug #14334 by Sean Farrell.
Diffstat (limited to 'src/backend/access/gist/gist.c')
0 files changed, 0 insertions, 0 deletions