|
|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Index: Makefile.in
|
|
|
|
|
--- Makefile.in.orig 2012-08-03 04:01:05.000000000 +0200
|
|
|
|
|
+++ Makefile.in 2012-08-05 19:01:41.000000000 +0200
|
|
|
|
|
--- Makefile.in.orig 2014-03-24 15:31:51.000000000 +0100
|
|
|
|
|
+++ Makefile.in 2014-03-30 10:55:06.199163710 +0200
|
|
|
|
|
@@ -17,10 +17,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -16,23 +16,14 @@ Index: Makefile.in
|
|
|
|
|
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
|
|
|
|
install_sh_DATA = $(install_sh) -c -m 644
|
|
|
|
|
install_sh_PROGRAM = $(install_sh) -c
|
|
|
|
|
Index: parser/wchar.c
|
|
|
|
|
--- parser/wchar.c.orig 2012-04-11 10:32:02.000000000 +0200
|
|
|
|
|
+++ parser/wchar.c 2012-08-05 19:01:41.000000000 +0200
|
|
|
|
|
@@ -10,6 +10,7 @@
|
|
|
|
|
#include <string.h>
|
|
|
|
|
#include "pg_wchar.h"
|
|
|
|
|
|
|
|
|
|
+#if 0
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
* conversion to pg_wchar is done by "table driven."
|
|
|
|
|
@@ -1441,6 +1442,8 @@
|
|
|
|
|
return pg_wchar_table[encoding].maxmblen;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
+#endif
|
|
|
|
|
+
|
|
|
|
|
#ifndef FRONTEND
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
Index: watchdog/wd_packet.c
|
|
|
|
|
--- watchdog/wd_packet.c.orig 2014-03-24 15:30:01.000000000 +0100
|
|
|
|
|
+++ watchdog/wd_packet.c 2014-03-30 11:02:26.919071378 +0200
|
|
|
|
|
@@ -33,6 +33,7 @@
|
|
|
|
|
#include <sys/un.h>
|
|
|
|
|
#include <sys/types.h>
|
|
|
|
|
#include <sys/socket.h>
|
|
|
|
|
+#include <sys/wait.h>
|
|
|
|
|
#include <netinet/in.h>
|
|
|
|
|
#include <netinet/tcp.h>
|
|
|
|
|
#include <netdb.h>
|
|
|
|
|
|