postgresql/src/test/examples
Alvaro Herrera 51c3e9fade 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.
2016-09-27 01:05:21 -03:00
..
.gitignore Fix up .gitignore and cleanup actions in some src/test/ subdirectories. 2015-04-24 17:13:06 -04:00
Makefile Fix up .gitignore and cleanup actions in some src/test/ subdirectories. 2015-04-24 17:13:06 -04:00
testlibpq.c Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
testlibpq2.c Include <sys/select.h> where needed 2016-09-27 01:05:21 -03:00
testlibpq2.sql Bring the libpq example programs into the 21st century. 2003-06-22 00:29:29 +00:00
testlibpq3.c Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
testlibpq3.sql Bring the libpq example programs into the 21st century. 2003-06-22 00:29:29 +00:00
testlibpq4.c Use "backend process" rather than "backend server", where appropriate. 2011-03-12 09:38:56 -05:00
testlo.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
testlo64.c Update copyright for 2016 2016-01-02 13:33:40 -05:00