Re: BUG #15964: vacuumdb.c:187:10: error: use of undeclared identifier 'FD_SETSIZE'

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: "Jungle Boogie" <jungleboogie0@gmail.com>
Cc: "Michael Paquier" <michael@paquier.xyz>, Mikael Kjellstr öm <mikael.kjellstrom@mksoft.nu>, "Andres Freund" <andres@anarazel.de>, pgsql-bugs@lists.postgresql.org
Date: 2019-08-28T20:27:34Z
Lists: pgsql-bugs
"Jungle Boogie" <jungleboogie0@gmail.com> writes:
> I've setup an OpenBSD -current machine and it will build every 12 hours.
> Animal name: scorpionfly

Cool, thanks!

Looks like it's only building HEAD though?

			regards, tom lane



Commits

  1. Fix error handling of vacuumdb when running out of fds

  2. Fix error handling of vacuumdb and reindexdb when running out of fds

  3. Fix compilation failure of vacuumdb and reindexdb with OpenBSD

  4. Improve Assert output

  5. Refactor parallelization processing code in src/bin/scripts/

  6. vacuumdb: enable parallel mode