mirror of
https://github.com/openwrt/packages.git
synced 2025-07-09 19:59:08 +00:00
Update PostgreSQL to new (major) version 17.2 See https://www.postgresql.org/docs/release/17.2/ for more details. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
17 lines
329 B
Diff
17 lines
329 B
Diff
--- a/src/bin/pg_ctl/pg_ctl.c
|
|
+++ b/src/bin/pg_ctl/pg_ctl.c
|
|
@@ -12,11 +12,13 @@
|
|
#include "postgres_fe.h"
|
|
|
|
#include <fcntl.h>
|
|
+#include <pwd.h>
|
|
#include <signal.h>
|
|
#include <time.h>
|
|
#include <sys/resource.h>
|
|
#include <sys/stat.h>
|
|
#include <sys/time.h>
|
|
+#include <sys/types.h>
|
|
#include <sys/wait.h>
|
|
#include <unistd.h>
|
|
|