postgresql/src/test/examples
Alvaro Herrera ce7b35e7e8 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
..
Makefile Add API for 64-bit large object access. Now users can access up to 2012-10-07 08:36:48 +09: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 2014 2014-01-07 16:05:30 -05:00
testlo64.c Update copyright for 2014 2014-01-07 16:05:30 -05:00