2023-08-16 22:26:55 +00:00
|
|
|
Index: src/bin/scripts/vacuumdb.c
|
|
|
|
--- src/bin/scripts/vacuumdb.c.orig
|
|
|
|
+++ src/bin/scripts/vacuumdb.c
|
|
|
|
@@ -10,6 +10,8 @@
|
|
|
|
*-------------------------------------------------------------------------
|
|
|
|
*/
|
|
|
|
|
|
|
|
+#include <sys/select.h> /* FD_SETSIZE */
|
|
|
|
+
|
|
|
|
#include "postgres_fe.h"
|
|
|
|
|
2024-05-26 03:08:12 +00:00
|
|
|
#include <limits.h>
|