<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Oct 13, 2015 at 10:03 AM, Tatsuo Ishii <span dir="ltr">&lt;<a href="mailto:ishii@postgresql.org" target="_blank">ishii@postgresql.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Yugo,<br>
<br>
&gt; Import parser of PostgreSQL 9.5<br>
<br>
After this commit, I get tons of compiler warnings. Some of them has<br>
been there before the commit but I&#39;m sure most of them are after the<br>
commit.<br>
<br>
I don&#39;t know if this matters but this is Ubuntu 14.04.<br>
<br></blockquote><div><br></div><div>It will be good to fix the warnings but at the very least we should check that the warnings are not pointing towards a serious problem...</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
snprintf.c:210:1: warning: no previous prototype for ‘pg_vsnprintf’ [-Wmissing-prototypes]<br>
 pg_vsnprintf(char *str, size_t count, const char *fmt, va_list args)<br>
 ^<br>
snprintf.c: In function ‘fmtfloat’:<br>
snprintf.c:1045:2: warning: implicit declaration of function ‘isnan’ [-Wimplicit-function-declaration]<br>
  if (!isnan(value) &amp;&amp; adjust_sign((value &lt; 0), forcesign, &amp;signvalue))<br>
  ^<br>
../../utils/pool_path.c: In function &#39;get_home_directory&#39;:<br>
../../utils/pool_path.c:61:2: warning: implicit declaration of function &#39;strlcpy&#39; [-Wimplicit-function-declaration]<br>
  strlcpy(buf, pwd-&gt;pw_dir, bufsize);<br>
  ^<br>
In file included from ../../src/include/utils/palloc.h:31:0,<br>
                 from ../../src/include/utils/elog.h:21,<br>
                 from watchdog.c:36:<br>
/usr/local/pgsql/include/pg_config_manual.h:51:0: warning: &quot;SEQ_MAXVALUE&quot; redefined [enabled by default]<br>
 #define SEQ_MAXVALUE INT64CONST(0x7FFFFFFFFFFFFFFF)<br>
 ^<br>
In file included from ../../src/include/parser/stringinfo.h:22:0,<br>
                 from ../../src/include/utils/elog.h:20,<br>
                 from watchdog.c:36:<br>
../../src/include/parser/pg_config_manual.h:69:0: note: this is the location of the previous definition<br>
 #define SEQ_MAXVALUE PG_INT64_MAX<br>
 ^<br>
In file included from ../../src/include/utils/palloc.h:31:0,<br>
                 from ../../src/include/utils/elog.h:21,<br>
                 from watchdog.c:36:<br>
/usr/local/pgsql/include/pg_config_manual.h:166:0: warning: &quot;MAX_RANDOM_VALUE&quot; redefined [enabled by default]<br>
 #define MAX_RANDOM_VALUE  (0x7FFFFFFF)<br>
 ^<br>
In file included from ../../src/include/parser/stringinfo.h:22:0,<br>
                 from ../../src/include/utils/elog.h:20,<br>
                 from watchdog.c:36:<br>
../../src/include/parser/pg_config_manual.h:206:0: note: this is the location of the previous definition<br>
 #define MAX_RANDOM_VALUE  PG_INT32_MAX<br>
 ^<br>
In file included from ../../src/include/parser/stringinfo.h:22:0,<br>
                 from ../../src/include/utils/elog.h:20,<br>
                 from wd_child.c:35:<br>
../../src/include/parser/pg_config_manual.h:69:0: warning: &quot;SEQ_MAXVALUE&quot; redefined [enabled by default]<br>
 #define SEQ_MAXVALUE PG_INT64_MAX<br>
 ^<br>
In file included from ../../src/include/utils/palloc.h:31:0,<br>
                 from wd_child.c:33:<br>
/usr/local/pgsql/include/pg_config_manual.h:51:0: note: this is the location of the previous definition<br>
 #define SEQ_MAXVALUE INT64CONST(0x7FFFFFFFFFFFFFFF)<br>
 ^<br>
In file included from ../../src/include/parser/stringinfo.h:22:0,<br>
                 from ../../src/include/utils/elog.h:20,<br>
                 from wd_child.c:35:<br>
../../src/include/parser/pg_config_manual.h:206:0: warning: &quot;MAX_RANDOM_VALUE&quot; redefined [enabled by default]<br>
 #define MAX_RANDOM_VALUE  PG_INT32_MAX<br>
 ^<br>
In file included from ../../src/include/utils/palloc.h:31:0,<br>
                 from wd_child.c:33:<br>
/usr/local/pgsql/include/pg_config_manual.h:166:0: note: this is the location of the previous definition<br>
 #define MAX_RANDOM_VALUE  (0x7FFFFFFF)<br>
 ^<br>
In file included from ../../src/include/utils/palloc.h:31:0,<br>
                 from ../../src/include/utils/elog.h:21,<br>
                 from wd_if.c:36:<br>
/usr/local/pgsql/include/pg_config_manual.h:51:0: warning: &quot;SEQ_MAXVALUE&quot; redefined [enabled by default]<br>
 #define SEQ_MAXVALUE INT64CONST(0x7FFFFFFFFFFFFFFF)<br>
 ^<br>
In file included from ../../src/include/parser/stringinfo.h:22:0,<br>
                 from ../../src/include/utils/elog.h:20,<br>
                 from wd_if.c:36:<br>
../../src/include/parser/pg_config_manual.h:69:0: note: this is the location of the previous definition<br>
 #define SEQ_MAXVALUE PG_INT64_MAX<br>
 ^<br>
In file included from ../../src/include/utils/palloc.h:31:0,<br>
                 from ../../src/include/utils/elog.h:21,<br>
                 from wd_if.c:36:<br>
/usr/local/pgsql/include/pg_config_manual.h:166:0: warning: &quot;MAX_RANDOM_VALUE&quot; redefined [enabled by default]<br>
 #define MAX_RANDOM_VALUE  (0x7FFFFFFF)<br>
 ^<br>
In file included from ../../src/include/parser/stringinfo.h:22:0,<br>
                 from ../../src/include/utils/elog.h:20,<br>
                 from wd_if.c:36:<br>
../../src/include/parser/pg_config_manual.h:206:0: note: this is the location of the previous definition<br>
 #define MAX_RANDOM_VALUE  PG_INT32_MAX<br>
 ^<br>
In file included from ../../src/include/utils/palloc.h:31:0,<br>
                 from ../../src/include/utils/elog.h:21,<br>
                 from wd_init.c:31:<br>
/usr/local/pgsql/include/pg_config_manual.h:51:0: warning: &quot;SEQ_MAXVALUE&quot; redefined [enabled by default]<br>
 #define SEQ_MAXVALUE INT64CONST(0x7FFFFFFFFFFFFFFF)<br>
 ^<br>
In file included from ../../src/include/parser/stringinfo.h:22:0,<br>
                 from ../../src/include/utils/elog.h:20,<br>
                 from wd_init.c:31:<br>
../../src/include/parser/pg_config_manual.h:69:0: note: this is the location of the previous definition<br>
 #define SEQ_MAXVALUE PG_INT64_MAX<br>
 ^<br>
In file included from ../../src/include/utils/palloc.h:31:0,<br>
                 from ../../src/include/utils/elog.h:21,<br>
                 from wd_init.c:31:<br>
/usr/local/pgsql/include/pg_config_manual.h:166:0: warning: &quot;MAX_RANDOM_VALUE&quot; redefined [enabled by default]<br>
 #define MAX_RANDOM_VALUE  (0x7FFFFFFF)<br>
 ^<br>
In file included from ../../src/include/parser/stringinfo.h:22:0,<br>
                 from ../../src/include/utils/elog.h:20,<br>
                 from wd_init.c:31:<br>
../../src/include/parser/pg_config_manual.h:206:0: note: this is the location of the previous definition<br>
 #define MAX_RANDOM_VALUE  PG_INT32_MAX<br>
 ^<br>
In file included from ../../src/include/utils/palloc.h:31:0,<br>
                 from ../../src/include/utils/elog.h:21,<br>
                 from wd_lifecheck.c:33:<br>
/usr/local/pgsql/include/pg_config_manual.h:51:0: warning: &quot;SEQ_MAXVALUE&quot; redefined [enabled by default]<br>
 #define SEQ_MAXVALUE INT64CONST(0x7FFFFFFFFFFFFFFF)<br>
 ^<br>
In file included from ../../src/include/parser/stringinfo.h:22:0,<br>
                 from ../../src/include/utils/elog.h:20,<br>
                 from wd_lifecheck.c:33:<br>
../../src/include/parser/pg_config_manual.h:69:0: note: this is the location of the previous definition<br>
 #define SEQ_MAXVALUE PG_INT64_MAX<br>
 ^<br>
In file included from ../../src/include/utils/palloc.h:31:0,<br>
                 from ../../src/include/utils/elog.h:21,<br>
                 from wd_lifecheck.c:33:<br>
/usr/local/pgsql/include/pg_config_manual.h:166:0: warning: &quot;MAX_RANDOM_VALUE&quot; redefined [enabled by default]<br>
 #define MAX_RANDOM_VALUE  (0x7FFFFFFF)<br>
 ^<br>
In file included from ../../src/include/parser/stringinfo.h:22:0,<br>
                 from ../../src/include/utils/elog.h:20,<br>
                 from wd_lifecheck.c:33:<br>
../../src/include/parser/pg_config_manual.h:206:0: note: this is the location of the previous definition<br>
 #define MAX_RANDOM_VALUE  PG_INT32_MAX<br>
 ^<br>
In file included from ../../src/include/utils/palloc.h:31:0,<br>
                 from ../../src/include/utils/elog.h:21,<br>
                 from wd_list.c:30:<br>
/usr/local/pgsql/include/pg_config_manual.h:51:0: warning: &quot;SEQ_MAXVALUE&quot; redefined [enabled by default]<br>
 #define SEQ_MAXVALUE INT64CONST(0x7FFFFFFFFFFFFFFF)<br>
 ^<br>
In file included from ../../src/include/parser/stringinfo.h:22:0,<br>
                 from ../../src/include/utils/elog.h:20,<br>
                 from wd_list.c:30:<br>
../../src/include/parser/pg_config_manual.h:69:0: note: this is the location of the previous definition<br>
 #define SEQ_MAXVALUE PG_INT64_MAX<br>
 ^<br>
In file included from ../../src/include/utils/palloc.h:31:0,<br>
                 from ../../src/include/utils/elog.h:21,<br>
                 from wd_list.c:30:<br>
/usr/local/pgsql/include/pg_config_manual.h:166:0: warning: &quot;MAX_RANDOM_VALUE&quot; redefined [enabled by default]<br>
 #define MAX_RANDOM_VALUE  (0x7FFFFFFF)<br>
 ^<br>
In file included from ../../src/include/parser/stringinfo.h:22:0,<br>
                 from ../../src/include/utils/elog.h:20,<br>
                 from wd_list.c:30:<br>
../../src/include/parser/pg_config_manual.h:206:0: note: this is the location of the previous definition<br>
 #define MAX_RANDOM_VALUE  PG_INT32_MAX<br>
 ^<br>
In file included from ../../src/include/utils/palloc.h:31:0,<br>
                 from ../../src/include/utils/elog.h:21,<br>
                 from wd_packet.c:45:<br>
/usr/local/pgsql/include/pg_config_manual.h:51:0: warning: &quot;SEQ_MAXVALUE&quot; redefined [enabled by default]<br>
 #define SEQ_MAXVALUE INT64CONST(0x7FFFFFFFFFFFFFFF)<br>
 ^<br>
In file included from ../../src/include/parser/stringinfo.h:22:0,<br>
                 from ../../src/include/utils/elog.h:20,<br>
                 from wd_packet.c:45:<br>
../../src/include/parser/pg_config_manual.h:69:0: note: this is the location of the previous definition<br>
 #define SEQ_MAXVALUE PG_INT64_MAX<br>
 ^<br>
In file included from ../../src/include/utils/palloc.h:31:0,<br>
                 from ../../src/include/utils/elog.h:21,<br>
                 from wd_packet.c:45:<br>
/usr/local/pgsql/include/pg_config_manual.h:166:0: warning: &quot;MAX_RANDOM_VALUE&quot; redefined [enabled by default]<br>
 #define MAX_RANDOM_VALUE  (0x7FFFFFFF)<br>
 ^<br>
In file included from ../../src/include/parser/stringinfo.h:22:0,<br>
                 from ../../src/include/utils/elog.h:20,<br>
                 from wd_packet.c:45:<br>
../../src/include/parser/pg_config_manual.h:206:0: note: this is the location of the previous definition<br>
 #define MAX_RANDOM_VALUE  PG_INT32_MAX<br>
 ^<br>
In file included from ../../src/include/utils/palloc.h:31:0,<br>
                 from ../../src/include/utils/elog.h:21,<br>
                 from wd_ping.c:34:<br>
/usr/local/pgsql/include/pg_config_manual.h:51:0: warning: &quot;SEQ_MAXVALUE&quot; redefined [enabled by default]<br>
 #define SEQ_MAXVALUE INT64CONST(0x7FFFFFFFFFFFFFFF)<br>
 ^<br>
In file included from ../../src/include/parser/stringinfo.h:22:0,<br>
                 from ../../src/include/utils/elog.h:20,<br>
                 from wd_ping.c:34:<br>
../../src/include/parser/pg_config_manual.h:69:0: note: this is the location of the previous definition<br>
 #define SEQ_MAXVALUE PG_INT64_MAX<br>
 ^<br>
In file included from ../../src/include/utils/palloc.h:31:0,<br>
                 from ../../src/include/utils/elog.h:21,<br>
                 from wd_ping.c:34:<br>
/usr/local/pgsql/include/pg_config_manual.h:166:0: warning: &quot;MAX_RANDOM_VALUE&quot; redefined [enabled by default]<br>
 #define MAX_RANDOM_VALUE  (0x7FFFFFFF)<br>
 ^<br>
In file included from ../../src/include/parser/stringinfo.h:22:0,<br>
                 from ../../src/include/utils/elog.h:20,<br>
                 from wd_ping.c:34:<br>
../../src/include/parser/pg_config_manual.h:206:0: note: this is the location of the previous definition<br>
 #define MAX_RANDOM_VALUE  PG_INT32_MAX<br>
 ^<br>
In file included from ../../src/include/parser/stringinfo.h:22:0,<br>
                 from ../../src/include/utils/elog.h:20,<br>
                 from wd_heartbeat.c:49:<br>
../../src/include/parser/pg_config_manual.h:69:0: warning: &quot;SEQ_MAXVALUE&quot; redefined [enabled by default]<br>
 #define SEQ_MAXVALUE PG_INT64_MAX<br>
 ^<br>
In file included from ../../src/include/utils/palloc.h:31:0,<br>
                 from wd_heartbeat.c:47:<br>
/usr/local/pgsql/include/pg_config_manual.h:51:0: note: this is the location of the previous definition<br>
 #define SEQ_MAXVALUE INT64CONST(0x7FFFFFFFFFFFFFFF)<br>
 ^<br>
In file included from ../../src/include/parser/stringinfo.h:22:0,<br>
                 from ../../src/include/utils/elog.h:20,<br>
                 from wd_heartbeat.c:49:<br>
../../src/include/parser/pg_config_manual.h:206:0: warning: &quot;MAX_RANDOM_VALUE&quot; redefined [enabled by default]<br>
 #define MAX_RANDOM_VALUE  PG_INT32_MAX<br>
 ^<br>
In file included from ../../src/include/utils/palloc.h:31:0,<br>
                 from wd_heartbeat.c:47:<br>
/usr/local/pgsql/include/pg_config_manual.h:166:0: note: this is the location of the previous definition<br>
 #define MAX_RANDOM_VALUE  (0x7FFFFFFF)<br>
 ^<br>
In file included from ../../src/include/utils/palloc.h:31:0,<br>
                 from ../../src/include/utils/elog.h:21,<br>
                 from wd_interlock.c:30:<br>
/usr/local/pgsql/include/pg_config_manual.h:51:0: warning: &quot;SEQ_MAXVALUE&quot; redefined [enabled by default]<br>
 #define SEQ_MAXVALUE INT64CONST(0x7FFFFFFFFFFFFFFF)<br>
 ^<br>
In file included from ../../src/include/parser/stringinfo.h:22:0,<br>
                 from ../../src/include/utils/elog.h:20,<br>
                 from wd_interlock.c:30:<br>
../../src/include/parser/pg_config_manual.h:69:0: note: this is the location of the previous definition<br>
 #define SEQ_MAXVALUE PG_INT64_MAX<br>
 ^<br>
In file included from ../../src/include/utils/palloc.h:31:0,<br>
                 from ../../src/include/utils/elog.h:21,<br>
                 from wd_interlock.c:30:<br>
/usr/local/pgsql/include/pg_config_manual.h:166:0: warning: &quot;MAX_RANDOM_VALUE&quot; redefined [enabled by default]<br>
 #define MAX_RANDOM_VALUE  (0x7FFFFFFF)<br>
 ^<br>
In file included from ../../src/include/parser/stringinfo.h:22:0,<br>
                 from ../../src/include/utils/elog.h:20,<br>
                 from wd_interlock.c:30:<br>
../../src/include/parser/pg_config_manual.h:206:0: note: this is the location of the previous definition<br>
 #define MAX_RANDOM_VALUE  PG_INT32_MAX<br>
 ^<br>
wd_interlock.c: In function ‘wd_init_interlock’:<br>
wd_interlock.c:63:3: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘long unsigned int’ [-Wformat=]<br>
   ereport(DEBUG1,<br>
   ^<br>
In file included from ../src/include/utils/palloc.h:31:0,<br>
                 from ../src/include/utils/elog.h:21,<br>
                 from main/main.c:38:<br>
/usr/local/pgsql/include/pg_config_manual.h:51:0: warning: &quot;SEQ_MAXVALUE&quot; redefined [enabled by default]<br>
 #define SEQ_MAXVALUE INT64CONST(0x7FFFFFFFFFFFFFFF)<br>
 ^<br>
In file included from ../src/include/parser/stringinfo.h:22:0,<br>
                 from ../src/include/utils/elog.h:20,<br>
                 from main/main.c:38:<br>
../src/include/parser/pg_config_manual.h:69:0: note: this is the location of the previous definition<br>
 #define SEQ_MAXVALUE PG_INT64_MAX<br>
 ^<br>
In file included from ../src/include/utils/palloc.h:31:0,<br>
                 from ../src/include/utils/elog.h:21,<br>
                 from main/main.c:38:<br>
/usr/local/pgsql/include/pg_config_manual.h:166:0: warning: &quot;MAX_RANDOM_VALUE&quot; redefined [enabled by default]<br>
 #define MAX_RANDOM_VALUE  (0x7FFFFFFF)<br>
 ^<br>
In file included from ../src/include/parser/stringinfo.h:22:0,<br>
                 from ../src/include/utils/elog.h:20,<br>
                 from main/main.c:38:<br>
../src/include/parser/pg_config_manual.h:206:0: note: this is the location of the previous definition<br>
 #define MAX_RANDOM_VALUE  PG_INT32_MAX<br>
 ^<br>
In file included from ../src/include/utils/palloc.h:31:0,<br>
                 from ../src/include/utils/elog.h:21,<br>
                 from main/pgpool_main.c:48:<br>
/usr/local/pgsql/include/pg_config_manual.h:51:0: warning: &quot;SEQ_MAXVALUE&quot; redefined [enabled by default]<br>
 #define SEQ_MAXVALUE INT64CONST(0x7FFFFFFFFFFFFFFF)<br>
 ^<br>
In file included from ../src/include/parser/stringinfo.h:22:0,<br>
                 from ../src/include/utils/elog.h:20,<br>
                 from main/pgpool_main.c:48:<br>
../src/include/parser/pg_config_manual.h:69:0: note: this is the location of the previous definition<br>
 #define SEQ_MAXVALUE PG_INT64_MAX<br>
 ^<br>
In file included from ../src/include/utils/palloc.h:31:0,<br>
                 from ../src/include/utils/elog.h:21,<br>
                 from main/pgpool_main.c:48:<br>
/usr/local/pgsql/include/pg_config_manual.h:166:0: warning: &quot;MAX_RANDOM_VALUE&quot; redefined [enabled by default]<br>
 #define MAX_RANDOM_VALUE  (0x7FFFFFFF)<br>
 ^<br>
In file included from ../src/include/parser/stringinfo.h:22:0,<br>
                 from ../src/include/utils/elog.h:20,<br>
                 from main/pgpool_main.c:48:<br>
../src/include/parser/pg_config_manual.h:206:0: note: this is the location of the previous definition<br>
 #define MAX_RANDOM_VALUE  PG_INT32_MAX<br>
 ^<br>
In file included from ../src/include/utils/palloc.h:31:0,<br>
                 from ../src/include/utils/elog.h:21,<br>
                 from pool_config.l:35:<br>
/usr/local/pgsql/include/pg_config_manual.h:51:0: warning: &quot;SEQ_MAXVALUE&quot; redefined [enabled by default]<br>
 #define SEQ_MAXVALUE INT64CONST(0x7FFFFFFFFFFFFFFF)<br>
 ^<br>
In file included from ../src/include/parser/stringinfo.h:22:0,<br>
                 from ../src/include/utils/elog.h:20,<br>
                 from pool_config.l:35:<br>
../src/include/parser/pg_config_manual.h:69:0: note: this is the location of the previous definition<br>
 #define SEQ_MAXVALUE PG_INT64_MAX<br>
 ^<br>
In file included from ../src/include/utils/palloc.h:31:0,<br>
                 from ../src/include/utils/elog.h:21,<br>
                 from pool_config.l:35:<br>
/usr/local/pgsql/include/pg_config_manual.h:166:0: warning: &quot;MAX_RANDOM_VALUE&quot; redefined [enabled by default]<br>
 #define MAX_RANDOM_VALUE  (0x7FFFFFFF)<br>
 ^<br>
In file included from ../src/include/parser/stringinfo.h:22:0,<br>
                 from ../src/include/utils/elog.h:20,<br>
                 from pool_config.l:35:<br>
../src/include/parser/pg_config_manual.h:206:0: note: this is the location of the previous definition<br>
 #define MAX_RANDOM_VALUE  PG_INT32_MAX<br>
 ^<br>
config/pool_config.c:1218:16: warning: ‘input’ defined but not used [-Wunused-function]<br>
     static int input  (void)<br>
                ^<br>
In file included from ../src/include/parser/stringinfo.h:22:0,<br>
                 from ../src/include/utils/elog.h:20,<br>
                 from pcp_con/pcp_child.c:59:<br>
../src/include/parser/pg_config_manual.h:69:0: warning: &quot;SEQ_MAXVALUE&quot; redefined [enabled by default]<br>
 #define SEQ_MAXVALUE PG_INT64_MAX<br>
 ^<br>
In file included from ../src/include/utils/palloc.h:31:0,<br>
                 from pcp_con/pcp_child.c:26:<br>
/usr/local/pgsql/include/pg_config_manual.h:51:0: note: this is the location of the previous definition<br>
 #define SEQ_MAXVALUE INT64CONST(0x7FFFFFFFFFFFFFFF)<br>
 ^<br>
In file included from ../src/include/parser/stringinfo.h:22:0,<br>
                 from ../src/include/utils/elog.h:20,<br>
                 from pcp_con/pcp_child.c:59:<br>
../src/include/parser/pg_config_manual.h:206:0: warning: &quot;MAX_RANDOM_VALUE&quot; redefined [enabled by default]<br>
 #define MAX_RANDOM_VALUE  PG_INT32_MAX<br>
 ^<br>
In file included from ../src/include/utils/palloc.h:31:0,<br>
                 from pcp_con/pcp_child.c:26:<br>
/usr/local/pgsql/include/pg_config_manual.h:166:0: note: this is the location of the previous definition<br>
 #define MAX_RANDOM_VALUE  (0x7FFFFFFF)<br>
 ^<br>
In file included from ../src/include/parser/stringinfo.h:22:0,<br>
                 from ../src/include/utils/elog.h:20,<br>
                 from pcp_con/pcp_worker.c:51:<br>
../src/include/parser/pg_config_manual.h:69:0: warning: &quot;SEQ_MAXVALUE&quot; redefined [enabled by default]<br>
 #define SEQ_MAXVALUE PG_INT64_MAX<br>
 ^<br>
In file included from ../src/include/utils/palloc.h:31:0,<br>
                 from pcp_con/pcp_worker.c:26:<br>
/usr/local/pgsql/include/pg_config_manual.h:51:0: note: this is the location of the previous definition<br>
 #define SEQ_MAXVALUE INT64CONST(0x7FFFFFFFFFFFFFFF)<br>
 ^<br>
In file included from ../src/include/parser/stringinfo.h:22:0,<br>
                 from ../src/include/utils/elog.h:20,<br>
                 from pcp_con/pcp_worker.c:51:<br>
../src/include/parser/pg_config_manual.h:206:0: warning: &quot;MAX_RANDOM_VALUE&quot; redefined [enabled by default]<br>
 #define MAX_RANDOM_VALUE  PG_INT32_MAX<br>
 ^<br>
In file included from ../src/include/utils/palloc.h:31:0,<br>
                 from pcp_con/pcp_worker.c:26:<br>
/usr/local/pgsql/include/pg_config_manual.h:166:0: note: this is the location of the previous definition<br>
 #define MAX_RANDOM_VALUE  (0x7FFFFFFF)<br>
 ^<br>
In file included from ../src/include/utils/palloc.h:31:0,<br>
                 from ../src/include/utils/elog.h:21,<br>
                 from pcp_con/recovery.c:29:<br>
/usr/local/pgsql/include/pg_config_manual.h:51:0: warning: &quot;SEQ_MAXVALUE&quot; redefined [enabled by default]<br>
 #define SEQ_MAXVALUE INT64CONST(0x7FFFFFFFFFFFFFFF)<br>
 ^<br>
In file included from ../src/include/parser/stringinfo.h:22:0,<br>
                 from ../src/include/utils/elog.h:20,<br>
                 from pcp_con/recovery.c:29:<br>
../src/include/parser/pg_config_manual.h:69:0: note: this is the location of the previous definition<br>
 #define SEQ_MAXVALUE PG_INT64_MAX<br>
 ^<br>
In file included from ../src/include/utils/palloc.h:31:0,<br>
                 from ../src/include/utils/elog.h:21,<br>
                 from pcp_con/recovery.c:29:<br>
/usr/local/pgsql/include/pg_config_manual.h:166:0: warning: &quot;MAX_RANDOM_VALUE&quot; redefined [enabled by default]<br>
 #define MAX_RANDOM_VALUE  (0x7FFFFFFF)<br>
 ^<br>
In file included from ../src/include/parser/stringinfo.h:22:0,<br>
                 from ../src/include/utils/elog.h:20,<br>
                 from pcp_con/recovery.c:29:<br>
../src/include/parser/pg_config_manual.h:206:0: note: this is the location of the previous definition<br>
 #define MAX_RANDOM_VALUE  PG_INT32_MAX<br>
 ^<br>
In file included from ../src/include/utils/palloc.h:31:0,<br>
                 from ../src/include/utils/elog.h:21,<br>
                 from auth/pool_auth.c:29:<br>
/usr/local/pgsql/include/pg_config_manual.h:51:0: warning: &quot;SEQ_MAXVALUE&quot; redefined [enabled by default]<br>
 #define SEQ_MAXVALUE INT64CONST(0x7FFFFFFFFFFFFFFF)<br>
 ^<br>
In file included from ../src/include/parser/stringinfo.h:22:0,<br>
                 from ../src/include/utils/elog.h:20,<br>
                 from auth/pool_auth.c:29:<br>
../src/include/parser/pg_config_manual.h:69:0: note: this is the location of the previous definition<br>
 #define SEQ_MAXVALUE PG_INT64_MAX<br>
 ^<br>
In file included from ../src/include/utils/palloc.h:31:0,<br>
                 from ../src/include/utils/elog.h:21,<br>
                 from auth/pool_auth.c:29:<br>
/usr/local/pgsql/include/pg_config_manual.h:166:0: warning: &quot;MAX_RANDOM_VALUE&quot; redefined [enabled by default]<br>
 #define MAX_RANDOM_VALUE  (0x7FFFFFFF)<br>
 ^<br>
In file included from ../src/include/parser/stringinfo.h:22:0,<br>
                 from ../src/include/utils/elog.h:20,<br>
                 from auth/pool_auth.c:29:<br>
../src/include/parser/pg_config_manual.h:206:0: note: this is the location of the previous definition<br>
 #define MAX_RANDOM_VALUE  PG_INT32_MAX<br>
 ^<br>
In file included from ../src/include/utils/palloc.h:31:0,<br>
                 from ../src/include/utils/elog.h:21,<br>
                 from auth/pool_passwd.c:32:<br>
/usr/local/pgsql/include/pg_config_manual.h:51:0: warning: &quot;SEQ_MAXVALUE&quot; redefined [enabled by default]<br>
 #define SEQ_MAXVALUE INT64CONST(0x7FFFFFFFFFFFFFFF)<br>
 ^<br>
In file included from ../src/include/parser/stringinfo.h:22:0,<br>
                 from ../src/include/utils/elog.h:20,<br>
                 from auth/pool_passwd.c:32:<br>
../src/include/parser/pg_config_manual.h:69:0: note: this is the location of the previous definition<br>
 #define SEQ_MAXVALUE PG_INT64_MAX<br>
 ^<br>
In file included from ../src/include/utils/palloc.h:31:0,<br>
                 from ../src/include/utils/elog.h:21,<br>
                 from auth/pool_passwd.c:32:<br>
/usr/local/pgsql/include/pg_config_manual.h:166:0: warning: &quot;MAX_RANDOM_VALUE&quot; redefined [enabled by default]<br>
 #define MAX_RANDOM_VALUE  (0x7FFFFFFF)<br>
 ^<br>
In file included from ../src/include/parser/stringinfo.h:22:0,<br>
                 from ../src/include/utils/elog.h:20,<br>
                 from auth/pool_passwd.c:32:<br>
../src/include/parser/pg_config_manual.h:206:0: note: this is the location of the previous definition<br>
 #define MAX_RANDOM_VALUE  PG_INT32_MAX<br>
 ^<br>
In file included from ../src/include/parser/stringinfo.h:22:0,<br>
                 from ../src/include/utils/elog.h:20,<br>
                 from auth/pool_hba.c:41:<br>
../src/include/parser/pg_config_manual.h:69:0: warning: &quot;SEQ_MAXVALUE&quot; redefined [enabled by default]<br>
 #define SEQ_MAXVALUE PG_INT64_MAX<br>
 ^<br>
In file included from ../src/include/utils/palloc.h:31:0,<br>
                 from auth/pool_hba.c:39:<br>
/usr/local/pgsql/include/pg_config_manual.h:51:0: note: this is the location of the previous definition<br>
 #define SEQ_MAXVALUE INT64CONST(0x7FFFFFFFFFFFFFFF)<br>
 ^<br>
In file included from ../src/include/parser/stringinfo.h:22:0,<br>
                 from ../src/include/utils/elog.h:20,<br>
                 from auth/pool_hba.c:41:<br>
../src/include/parser/pg_config_manual.h:206:0: warning: &quot;MAX_RANDOM_VALUE&quot; redefined [enabled by default]<br>
 #define MAX_RANDOM_VALUE  PG_INT32_MAX<br>
 ^<br>
In file included from ../src/include/utils/palloc.h:31:0,<br>
                 from auth/pool_hba.c:39:<br>
/usr/local/pgsql/include/pg_config_manual.h:166:0: note: this is the location of the previous definition<br>
 #define MAX_RANDOM_VALUE  (0x7FFFFFFF)<br>
 ^<br>
In file included from ../src/include/parser/stringinfo.h:22:0,<br>
                 from ../src/include/utils/elog.h:20,<br>
                 from protocol/pool_proto2.c:34:<br>
../src/include/parser/pg_config_manual.h:69:0: warning: &quot;SEQ_MAXVALUE&quot; redefined [enabled by default]<br>
 #define SEQ_MAXVALUE PG_INT64_MAX<br>
 ^<br>
In file included from ../src/include/utils/palloc.h:31:0,<br>
                 from ../src/include/context/pool_query_context.h:33,<br>
                 from ../src/include/context/pool_session_context.h:33,<br>
                 from ../src/include/protocol/pool_proto_modules.h:33,<br>
                 from protocol/pool_proto2.c:32:<br>
/usr/local/pgsql/include/pg_config_manual.h:51:0: note: this is the location of the previous definition<br>
 #define SEQ_MAXVALUE INT64CONST(0x7FFFFFFFFFFFFFFF)<br>
 ^<br>
In file included from ../src/include/parser/stringinfo.h:22:0,<br>
                 from ../src/include/utils/elog.h:20,<br>
                 from protocol/pool_proto2.c:34:<br>
../src/include/parser/pg_config_manual.h:206:0: warning: &quot;MAX_RANDOM_VALUE&quot; redefined [enabled by default]<br>
 #define MAX_RANDOM_VALUE  PG_INT32_MAX<br>
 ^<br>
In file included from ../src/include/utils/palloc.h:31:0,<br>
                 from ../src/include/context/pool_query_context.h:33,<br>
                 from ../src/include/context/pool_session_context.h:33,<br>
                 from ../src/include/protocol/pool_proto_modules.h:33,<br>
                 from protocol/pool_proto2.c:32:<br>
/usr/local/pgsql/include/pg_config_manual.h:166:0: note: this is the location of the previous definition<br>
 #define MAX_RANDOM_VALUE  (0x7FFFFFFF)<br>
 ^<br>
In file included from ../src/include/parser/stringinfo.h:22:0,<br>
                 from ../src/include/utils/elog.h:20,<br>
                 from protocol/child.c:59:<br>
../src/include/parser/pg_config_manual.h:69:0: warning: &quot;SEQ_MAXVALUE&quot; redefined [enabled by default]<br>
 #define SEQ_MAXVALUE PG_INT64_MAX<br>
 ^<br>
In file included from ../src/include/utils/palloc.h:31:0,<br>
                 from protocol/child.c:52:<br>
/usr/local/pgsql/include/pg_config_manual.h:51:0: note: this is the location of the previous definition<br>
 #define SEQ_MAXVALUE INT64CONST(0x7FFFFFFFFFFFFFFF)<br>
 ^<br>
In file included from ../src/include/parser/stringinfo.h:22:0,<br>
                 from ../src/include/utils/elog.h:20,<br>
                 from protocol/child.c:59:<br>
../src/include/parser/pg_config_manual.h:206:0: warning: &quot;MAX_RANDOM_VALUE&quot; redefined [enabled by default]<br>
 #define MAX_RANDOM_VALUE  PG_INT32_MAX<br>
 ^<br>
In file included from ../src/include/utils/palloc.h:31:0,<br>
                 from protocol/child.c:52:<br>
/usr/local/pgsql/include/pg_config_manual.h:166:0: note: this is the location of the previous definition<br>
 #define MAX_RANDOM_VALUE  (0x7FFFFFFF)<br>
 ^<br>
In file included from ../src/include/parser/stringinfo.h:22:0,<br>
                 from ../src/include/utils/elog.h:20,<br>
                 from protocol/pool_process_query.c:52:<br>
../src/include/parser/pg_config_manual.h:69:0: warning: &quot;SEQ_MAXVALUE&quot; redefined [enabled by default]<br>
 #define SEQ_MAXVALUE PG_INT64_MAX<br>
 ^<br>
In file included from ../src/include/utils/palloc.h:31:0,<br>
                 from ../src/include/context/pool_query_context.h:33,<br>
                 from ../src/include/context/pool_session_context.h:33,<br>
                 from ../src/include/protocol/pool_proto_modules.h:33,<br>
                 from ../src/include/rewrite/pool_timestamp.h:30,<br>
                 from protocol/pool_process_query.c:47:<br>
/usr/local/pgsql/include/pg_config_manual.h:51:0: note: this is the location of the previous definition<br>
 #define SEQ_MAXVALUE INT64CONST(0x7FFFFFFFFFFFFFFF)<br>
 ^<br>
In file included from ../src/include/parser/stringinfo.h:22:0,<br>
                 from ../src/include/utils/elog.h:20,<br>
                 from protocol/pool_process_query.c:52:<br>
../src/include/parser/pg_config_manual.h:206:0: warning: &quot;MAX_RANDOM_VALUE&quot; redefined [enabled by default]<br>
 #define MAX_RANDOM_VALUE  PG_INT32_MAX<br>
 ^<br>
In file included from ../src/include/utils/palloc.h:31:0,<br>
                 from ../src/include/context/pool_query_context.h:33,<br>
                 from ../src/include/context/pool_session_context.h:33,<br>
                 from ../src/include/protocol/pool_proto_modules.h:33,<br>
                 from ../src/include/rewrite/pool_timestamp.h:30,<br>
                 from protocol/pool_process_query.c:47:<br>
/usr/local/pgsql/include/pg_config_manual.h:166:0: note: this is the location of the previous definition<br>
 #define MAX_RANDOM_VALUE  (0x7FFFFFFF)<br>
 ^<br>
In file included from ../src/include/parser/stringinfo.h:22:0,<br>
                 from ../src/include/utils/elog.h:20,<br>
                 from protocol/pool_connection_pool.c:49:<br>
../src/include/parser/pg_config_manual.h:69:0: warning: &quot;SEQ_MAXVALUE&quot; redefined [enabled by default]<br>
 #define SEQ_MAXVALUE PG_INT64_MAX<br>
 ^<br>
In file included from ../src/include/utils/palloc.h:31:0,<br>
                 from protocol/pool_connection_pool.c:47:<br>
/usr/local/pgsql/include/pg_config_manual.h:51:0: note: this is the location of the previous definition<br>
 #define SEQ_MAXVALUE INT64CONST(0x7FFFFFFFFFFFFFFF)<br>
 ^<br>
In file included from ../src/include/parser/stringinfo.h:22:0,<br>
                 from ../src/include/utils/elog.h:20,<br>
                 from protocol/pool_connection_pool.c:49:<br>
../src/include/parser/pg_config_manual.h:206:0: warning: &quot;MAX_RANDOM_VALUE&quot; redefined [enabled by default]<br>
 #define MAX_RANDOM_VALUE  PG_INT32_MAX<br>
 ^<br>
In file included from ../src/include/utils/palloc.h:31:0,<br>
                 from protocol/pool_connection_pool.c:47:<br>
/usr/local/pgsql/include/pg_config_manual.h:166:0: note: this is the location of the previous definition<br>
 #define MAX_RANDOM_VALUE  (0x7FFFFFFF)<br>
 ^<br>
In file included from ../src/include/parser/stringinfo.h:22:0,<br>
                 from ../src/include/utils/elog.h:20,<br>
                 from protocol/pool_proto_modules.c:54:<br>
../src/include/parser/pg_config_manual.h:69:0: warning: &quot;SEQ_MAXVALUE&quot; redefined [enabled by default]<br>
 #define SEQ_MAXVALUE PG_INT64_MAX<br>
 ^<br>
In file included from ../src/include/utils/palloc.h:31:0,<br>
                 from ../src/include/context/pool_query_context.h:33,<br>
                 from ../src/include/context/pool_session_context.h:33,<br>
                 from ../src/include/protocol/pool_proto_modules.h:33,<br>
                 from ../src/include/rewrite/pool_timestamp.h:30,<br>
                 from protocol/pool_proto_modules.c:47:<br>
/usr/local/pgsql/include/pg_config_manual.h:51:0: note: this is the location of the previous definition<br>
 #define SEQ_MAXVALUE INT64CONST(0x7FFFFFFFFFFFFFFF)<br>
 ^<br>
In file included from ../src/include/parser/stringinfo.h:22:0,<br>
                 from ../src/include/utils/elog.h:20,<br>
                 from protocol/pool_proto_modules.c:54:<br>
../src/include/parser/pg_config_manual.h:206:0: warning: &quot;MAX_RANDOM_VALUE&quot; redefined [enabled by default]<br>
 #define MAX_RANDOM_VALUE  PG_INT32_MAX<br>
 ^<br>
In file included from ../src/include/utils/palloc.h:31:0,<br>
                 from ../src/include/context/pool_query_context.h:33,<br>
                 from ../src/include/context/pool_session_context.h:33,<br>
                 from ../src/include/protocol/pool_proto_modules.h:33,<br>
                 from ../src/include/rewrite/pool_timestamp.h:30,<br>
                 from protocol/pool_proto_modules.c:47:<br>
/usr/local/pgsql/include/pg_config_manual.h:166:0: note: this is the location of the previous definition<br>
 #define MAX_RANDOM_VALUE  (0x7FFFFFFF)<br>
 ^<br>
protocol/pool_proto_modules.c:2915:20: warning: ‘parse_before_bind’ defined but not used [-Wunused-function]<br>
 static POOL_STATUS parse_before_bind(POOL_CONNECTION *frontend,<br>
                    ^<br>
In file included from protocol/CommandComplete.c:31:0:<br>
../src/include/parser/pg_config_manual.h:69:0: warning: &quot;SEQ_MAXVALUE&quot; redefined [enabled by default]<br>
 #define SEQ_MAXVALUE PG_INT64_MAX<br>
 ^<br>
In file included from ../src/include/utils/palloc.h:31:0,<br>
                 from ../src/include/context/pool_query_context.h:33,<br>
                 from ../src/include/context/pool_session_context.h:33,<br>
                 from ../src/include/protocol/pool_proto_modules.h:33,<br>
                 from protocol/CommandComplete.c:30:<br>
/usr/local/pgsql/include/pg_config_manual.h:51:0: note: this is the location of the previous definition<br>
 #define SEQ_MAXVALUE INT64CONST(0x7FFFFFFFFFFFFFFF)<br>
 ^<br>
In file included from protocol/CommandComplete.c:31:0:<br>
../src/include/parser/pg_config_manual.h:206:0: warning: &quot;MAX_RANDOM_VALUE&quot; redefined [enabled by default]<br>
 #define MAX_RANDOM_VALUE  PG_INT32_MAX<br>
 ^<br>
In file included from ../src/include/utils/palloc.h:31:0,<br>
                 from ../src/include/context/pool_query_context.h:33,<br>
                 from ../src/include/context/pool_session_context.h:33,<br>
                 from ../src/include/protocol/pool_proto_modules.h:33,<br>
                 from protocol/CommandComplete.c:30:<br>
/usr/local/pgsql/include/pg_config_manual.h:166:0: note: this is the location of the previous definition<br>
 #define MAX_RANDOM_VALUE  (0x7FFFFFFF)<br>
 ^<br>
In file included from ../src/include/parser/stringinfo.h:22:0,<br>
                 from ../src/include/utils/elog.h:20,<br>
                 from query_cache/pool_memqcache.c:54:<br>
../src/include/parser/pg_config_manual.h:69:0: warning: &quot;SEQ_MAXVALUE&quot; redefined [enabled by default]<br>
 #define SEQ_MAXVALUE PG_INT64_MAX<br>
 ^<br>
In file included from ../src/include/utils/palloc.h:31:0,<br>
                 from ../src/include/context/pool_query_context.h:33,<br>
                 from ../src/include/context/pool_session_context.h:33,<br>
                 from ../src/include/protocol/pool_proto_modules.h:33,<br>
                 from query_cache/pool_memqcache.c:46:<br>
/usr/local/pgsql/include/pg_config_manual.h:51:0: note: this is the location of the previous definition<br>
 #define SEQ_MAXVALUE INT64CONST(0x7FFFFFFFFFFFFFFF)<br>
 ^<br>
In file included from ../src/include/parser/stringinfo.h:22:0,<br>
                 from ../src/include/utils/elog.h:20,<br>
                 from query_cache/pool_memqcache.c:54:<br>
../src/include/parser/pg_config_manual.h:206:0: warning: &quot;MAX_RANDOM_VALUE&quot; redefined [enabled by default]<br>
 #define MAX_RANDOM_VALUE  PG_INT32_MAX<br>
 ^<br>
In file included from ../src/include/utils/palloc.h:31:0,<br>
                 from ../src/include/context/pool_query_context.h:33,<br>
                 from ../src/include/context/pool_session_context.h:33,<br>
                 from ../src/include/protocol/pool_proto_modules.h:33,<br>
                 from query_cache/pool_memqcache.c:46:<br>
/usr/local/pgsql/include/pg_config_manual.h:166:0: note: this is the location of the previous definition<br>
 #define MAX_RANDOM_VALUE  (0x7FFFFFFF)<br>
 ^<br>
query_cache/pool_memqcache.c:2995:14: warning: ‘pool_get_buffer_pointer’ defined but not used [-Wunused-function]<br>
 static char *pool_get_buffer_pointer(POOL_INTERNAL_BUFFER *buffer)<br>
              ^<br>
In file included from ../src/include/parser/stringinfo.h:22:0,<br>
                 from ../src/include/utils/elog.h:20,<br>
                 from context/pool_session_context.c:30:<br>
../src/include/parser/pg_config_manual.h:69:0: warning: &quot;SEQ_MAXVALUE&quot; redefined [enabled by default]<br>
 #define SEQ_MAXVALUE PG_INT64_MAX<br>
 ^<br>
In file included from ../src/include/utils/palloc.h:31:0,<br>
                 from context/pool_session_context.c:28:<br>
/usr/local/pgsql/include/pg_config_manual.h:51:0: note: this is the location of the previous definition<br>
 #define SEQ_MAXVALUE INT64CONST(0x7FFFFFFFFFFFFFFF)<br>
 ^<br>
In file included from ../src/include/parser/stringinfo.h:22:0,<br>
                 from ../src/include/utils/elog.h:20,<br>
                 from context/pool_session_context.c:30:<br>
../src/include/parser/pg_config_manual.h:206:0: warning: &quot;MAX_RANDOM_VALUE&quot; redefined [enabled by default]<br>
 #define MAX_RANDOM_VALUE  PG_INT32_MAX<br>
 ^<br>
In file included from ../src/include/utils/palloc.h:31:0,<br>
                 from context/pool_session_context.c:28:<br>
/usr/local/pgsql/include/pg_config_manual.h:166:0: note: this is the location of the previous definition<br>
 #define MAX_RANDOM_VALUE  (0x7FFFFFFF)<br>
 ^<br>
In file included from ../src/include/utils/palloc.h:31:0,<br>
                 from ../src/include/utils/elog.h:21,<br>
                 from context/pool_process_context.c:25:<br>
/usr/local/pgsql/include/pg_config_manual.h:51:0: warning: &quot;SEQ_MAXVALUE&quot; redefined [enabled by default]<br>
 #define SEQ_MAXVALUE INT64CONST(0x7FFFFFFFFFFFFFFF)<br>
 ^<br>
In file included from ../src/include/parser/stringinfo.h:22:0,<br>
                 from ../src/include/utils/elog.h:20,<br>
                 from context/pool_process_context.c:25:<br>
../src/include/parser/pg_config_manual.h:69:0: note: this is the location of the previous definition<br>
 #define SEQ_MAXVALUE PG_INT64_MAX<br>
 ^<br>
In file included from ../src/include/utils/palloc.h:31:0,<br>
                 from ../src/include/utils/elog.h:21,<br>
                 from context/pool_process_context.c:25:<br>
/usr/local/pgsql/include/pg_config_manual.h:166:0: warning: &quot;MAX_RANDOM_VALUE&quot; redefined [enabled by default]<br>
 #define MAX_RANDOM_VALUE  (0x7FFFFFFF)<br>
 ^<br>
In file included from ../src/include/parser/stringinfo.h:22:0,<br>
                 from ../src/include/utils/elog.h:20,<br>
                 from context/pool_process_context.c:25:<br>
../src/include/parser/pg_config_manual.h:206:0: note: this is the location of the previous definition<br>
 #define MAX_RANDOM_VALUE  PG_INT32_MAX<br>
 ^<br>
In file included from ../src/include/parser/stringinfo.h:22:0,<br>
                 from ../src/include/utils/elog.h:20,<br>
                 from context/pool_query_context.c:28:<br>
../src/include/parser/pg_config_manual.h:69:0: warning: &quot;SEQ_MAXVALUE&quot; redefined [enabled by default]<br>
 #define SEQ_MAXVALUE PG_INT64_MAX<br>
 ^<br>
In file included from ../src/include/utils/palloc.h:31:0,<br>
                 from ../src/include/context/pool_query_context.h:33,<br>
                 from ../src/include/context/pool_session_context.h:33,<br>
                 from ../src/include/protocol/pool_proto_modules.h:33,<br>
                 from context/pool_query_context.c:25:<br>
/usr/local/pgsql/include/pg_config_manual.h:51:0: note: this is the location of the previous definition<br>
 #define SEQ_MAXVALUE INT64CONST(0x7FFFFFFFFFFFFFFF)<br>
 ^<br>
In file included from ../src/include/parser/stringinfo.h:22:0,<br>
                 from ../src/include/utils/elog.h:20,<br>
                 from context/pool_query_context.c:28:<br>
../src/include/parser/pg_config_manual.h:206:0: warning: &quot;MAX_RANDOM_VALUE&quot; redefined [enabled by default]<br>
 #define MAX_RANDOM_VALUE  PG_INT32_MAX<br>
 ^<br>
In file included from ../src/include/utils/palloc.h:31:0,<br>
                 from ../src/include/context/pool_query_context.h:33,<br>
                 from ../src/include/context/pool_session_context.h:33,<br>
                 from ../src/include/protocol/pool_proto_modules.h:33,<br>
                 from context/pool_query_context.c:25:<br>
/usr/local/pgsql/include/pg_config_manual.h:166:0: note: this is the location of the previous definition<br>
 #define MAX_RANDOM_VALUE  (0x7FFFFFFF)<br>
 ^<br>
In file included from ../src/include/parser/stringinfo.h:22:0,<br>
                 from ../src/include/utils/elog.h:20,<br>
                 from streaming_replication/pool_worker_child.c:56:<br>
../src/include/parser/pg_config_manual.h:69:0: warning: &quot;SEQ_MAXVALUE&quot; redefined [enabled by default]<br>
 #define SEQ_MAXVALUE PG_INT64_MAX<br>
 ^<br>
In file included from ../src/include/utils/palloc.h:31:0,<br>
                 from streaming_replication/pool_worker_child.c:54:<br>
/usr/local/pgsql/include/pg_config_manual.h:51:0: note: this is the location of the previous definition<br>
 #define SEQ_MAXVALUE INT64CONST(0x7FFFFFFFFFFFFFFF)<br>
 ^<br>
In file included from ../src/include/parser/stringinfo.h:22:0,<br>
                 from ../src/include/utils/elog.h:20,<br>
                 from streaming_replication/pool_worker_child.c:56:<br>
../src/include/parser/pg_config_manual.h:206:0: warning: &quot;MAX_RANDOM_VALUE&quot; redefined [enabled by default]<br>
 #define MAX_RANDOM_VALUE  PG_INT32_MAX<br>
 ^<br>
In file included from ../src/include/utils/palloc.h:31:0,<br>
                 from streaming_replication/pool_worker_child.c:54:<br>
/usr/local/pgsql/include/pg_config_manual.h:166:0: note: this is the location of the previous definition<br>
 #define MAX_RANDOM_VALUE  (0x7FFFFFFF)<br>
 ^<br>
In file included from ../src/include/parser/stringinfo.h:22:0,<br>
                 from ../src/include/utils/elog.h:20,<br>
                 from rewrite/pool_timestamp.c:28:<br>
../src/include/parser/pg_config_manual.h:69:0: warning: &quot;SEQ_MAXVALUE&quot; redefined [enabled by default]<br>
 #define SEQ_MAXVALUE PG_INT64_MAX<br>
 ^<br>
In file included from ../src/include/utils/palloc.h:31:0,<br>
                 from ../src/include/context/pool_query_context.h:33,<br>
                 from ../src/include/context/pool_session_context.h:33,<br>
                 from ../src/include/protocol/pool_proto_modules.h:33,<br>
                 from ../src/include/rewrite/pool_timestamp.h:30,<br>
                 from rewrite/pool_timestamp.c:27:<br>
/usr/local/pgsql/include/pg_config_manual.h:51:0: note: this is the location of the previous definition<br>
 #define SEQ_MAXVALUE INT64CONST(0x7FFFFFFFFFFFFFFF)<br>
 ^<br>
In file included from ../src/include/parser/stringinfo.h:22:0,<br>
                 from ../src/include/utils/elog.h:20,<br>
                 from rewrite/pool_timestamp.c:28:<br>
../src/include/parser/pg_config_manual.h:206:0: warning: &quot;MAX_RANDOM_VALUE&quot; redefined [enabled by default]<br>
 #define MAX_RANDOM_VALUE  PG_INT32_MAX<br>
 ^<br>
In file included from ../src/include/utils/palloc.h:31:0,<br>
                 from ../src/include/context/pool_query_context.h:33,<br>
                 from ../src/include/context/pool_session_context.h:33,<br>
                 from ../src/include/protocol/pool_proto_modules.h:33,<br>
                 from ../src/include/rewrite/pool_timestamp.h:30,<br>
                 from rewrite/pool_timestamp.c:27:<br>
/usr/local/pgsql/include/pg_config_manual.h:166:0: note: this is the location of the previous definition<br>
 #define MAX_RANDOM_VALUE  (0x7FFFFFFF)<br>
 ^<br>
In file included from ../src/include/utils/palloc.h:31:0,<br>
                 from ../src/include/utils/elog.h:21,<br>
                 from rewrite/pool_lobj.c:34:<br>
/usr/local/pgsql/include/pg_config_manual.h:51:0: warning: &quot;SEQ_MAXVALUE&quot; redefined [enabled by default]<br>
 #define SEQ_MAXVALUE INT64CONST(0x7FFFFFFFFFFFFFFF)<br>
 ^<br>
In file included from ../src/include/parser/stringinfo.h:22:0,<br>
                 from ../src/include/utils/elog.h:20,<br>
                 from rewrite/pool_lobj.c:34:<br>
../src/include/parser/pg_config_manual.h:69:0: note: this is the location of the previous definition<br>
 #define SEQ_MAXVALUE PG_INT64_MAX<br>
 ^<br>
In file included from ../src/include/utils/palloc.h:31:0,<br>
                 from ../src/include/utils/elog.h:21,<br>
                 from rewrite/pool_lobj.c:34:<br>
/usr/local/pgsql/include/pg_config_manual.h:166:0: warning: &quot;MAX_RANDOM_VALUE&quot; redefined [enabled by default]<br>
 #define MAX_RANDOM_VALUE  (0x7FFFFFFF)<br>
 ^<br>
In file included from ../src/include/parser/stringinfo.h:22:0,<br>
                 from ../src/include/utils/elog.h:20,<br>
                 from rewrite/pool_lobj.c:34:<br>
../src/include/parser/pg_config_manual.h:206:0: note: this is the location of the previous definition<br>
 #define MAX_RANDOM_VALUE  PG_INT32_MAX<br>
 ^<br>
In file included from ../src/include/utils/palloc.h:31:0,<br>
                 from ../src/include/utils/elog.h:21,<br>
                 from utils/pool_select_walker.c:27:<br>
/usr/local/pgsql/include/pg_config_manual.h:51:0: warning: &quot;SEQ_MAXVALUE&quot; redefined [enabled by default]<br>
 #define SEQ_MAXVALUE INT64CONST(0x7FFFFFFFFFFFFFFF)<br>
 ^<br>
In file included from ../src/include/parser/stringinfo.h:22:0,<br>
                 from ../src/include/utils/elog.h:20,<br>
                 from utils/pool_select_walker.c:27:<br>
../src/include/parser/pg_config_manual.h:69:0: note: this is the location of the previous definition<br>
 #define SEQ_MAXVALUE PG_INT64_MAX<br>
 ^<br>
In file included from ../src/include/utils/palloc.h:31:0,<br>
                 from ../src/include/utils/elog.h:21,<br>
                 from utils/pool_select_walker.c:27:<br>
/usr/local/pgsql/include/pg_config_manual.h:166:0: warning: &quot;MAX_RANDOM_VALUE&quot; redefined [enabled by default]<br>
 #define MAX_RANDOM_VALUE  (0x7FFFFFFF)<br>
 ^<br>
In file included from ../src/include/parser/stringinfo.h:22:0,<br>
                 from ../src/include/utils/elog.h:20,<br>
                 from utils/pool_select_walker.c:27:<br>
../src/include/parser/pg_config_manual.h:206:0: note: this is the location of the previous definition<br>
 #define MAX_RANDOM_VALUE  PG_INT32_MAX<br>
 ^<br>
In file included from ../src/include/utils/palloc.h:31:0,<br>
                 from ../src/include/utils/elog.h:21,<br>
                 from utils/psprintf.c:22:<br>
/usr/local/pgsql/include/pg_config_manual.h:51:0: warning: &quot;SEQ_MAXVALUE&quot; redefined [enabled by default]<br>
 #define SEQ_MAXVALUE INT64CONST(0x7FFFFFFFFFFFFFFF)<br>
 ^<br>
In file included from ../src/include/parser/stringinfo.h:22:0,<br>
                 from ../src/include/utils/elog.h:20,<br>
                 from utils/psprintf.c:22:<br>
../src/include/parser/pg_config_manual.h:69:0: note: this is the location of the previous definition<br>
 #define SEQ_MAXVALUE PG_INT64_MAX<br>
 ^<br>
In file included from ../src/include/utils/palloc.h:31:0,<br>
                 from ../src/include/utils/elog.h:21,<br>
                 from utils/psprintf.c:22:<br>
/usr/local/pgsql/include/pg_config_manual.h:166:0: warning: &quot;MAX_RANDOM_VALUE&quot; redefined [enabled by default]<br>
 #define MAX_RANDOM_VALUE  (0x7FFFFFFF)<br>
 ^<br>
In file included from ../src/include/parser/stringinfo.h:22:0,<br>
                 from ../src/include/utils/elog.h:20,<br>
                 from utils/psprintf.c:22:<br>
../src/include/parser/pg_config_manual.h:206:0: note: this is the location of the previous definition<br>
 #define MAX_RANDOM_VALUE  PG_INT32_MAX<br>
 ^<br>
In file included from ../src/include/utils/palloc.h:31:0,<br>
                 from ../src/include/utils/elog.h:21,<br>
                 from utils/pool_params.c:28:<br>
/usr/local/pgsql/include/pg_config_manual.h:51:0: warning: &quot;SEQ_MAXVALUE&quot; redefined [enabled by default]<br>
 #define SEQ_MAXVALUE INT64CONST(0x7FFFFFFFFFFFFFFF)<br>
 ^<br>
In file included from ../src/include/parser/stringinfo.h:22:0,<br>
                 from ../src/include/utils/elog.h:20,<br>
                 from utils/pool_params.c:28:<br>
../src/include/parser/pg_config_manual.h:69:0: note: this is the location of the previous definition<br>
 #define SEQ_MAXVALUE PG_INT64_MAX<br>
 ^<br>
In file included from ../src/include/utils/palloc.h:31:0,<br>
                 from ../src/include/utils/elog.h:21,<br>
                 from utils/pool_params.c:28:<br>
/usr/local/pgsql/include/pg_config_manual.h:166:0: warning: &quot;MAX_RANDOM_VALUE&quot; redefined [enabled by default]<br>
 #define MAX_RANDOM_VALUE  (0x7FFFFFFF)<br>
 ^<br>
In file included from ../src/include/parser/stringinfo.h:22:0,<br>
                 from ../src/include/utils/elog.h:20,<br>
                 from utils/pool_params.c:28:<br>
../src/include/parser/pg_config_manual.h:206:0: note: this is the location of the previous definition<br>
 #define MAX_RANDOM_VALUE  PG_INT32_MAX<br>
 ^<br>
In file included from ../src/include/utils/palloc.h:31:0,<br>
                 from ../src/include/utils/elog.h:21,<br>
                 from utils/pool_shmem.c:24:<br>
/usr/local/pgsql/include/pg_config_manual.h:51:0: warning: &quot;SEQ_MAXVALUE&quot; redefined [enabled by default]<br>
 #define SEQ_MAXVALUE INT64CONST(0x7FFFFFFFFFFFFFFF)<br>
 ^<br>
In file included from ../src/include/parser/stringinfo.h:22:0,<br>
                 from ../src/include/utils/elog.h:20,<br>
                 from utils/pool_shmem.c:24:<br>
../src/include/parser/pg_config_manual.h:69:0: note: this is the location of the previous definition<br>
 #define SEQ_MAXVALUE PG_INT64_MAX<br>
 ^<br>
In file included from ../src/include/utils/palloc.h:31:0,<br>
                 from ../src/include/utils/elog.h:21,<br>
                 from utils/pool_shmem.c:24:<br>
/usr/local/pgsql/include/pg_config_manual.h:166:0: warning: &quot;MAX_RANDOM_VALUE&quot; redefined [enabled by default]<br>
 #define MAX_RANDOM_VALUE  (0x7FFFFFFF)<br>
 ^<br>
In file included from ../src/include/parser/stringinfo.h:22:0,<br>
                 from ../src/include/utils/elog.h:20,<br>
                 from utils/pool_shmem.c:24:<br>
../src/include/parser/pg_config_manual.h:206:0: note: this is the location of the previous definition<br>
 #define MAX_RANDOM_VALUE  PG_INT32_MAX<br>
 ^<br>
In file included from ../src/include/utils/palloc.h:31:0,<br>
                 from ../src/include/utils/elog.h:21,<br>
                 from utils/pool_sema.c:28:<br>
/usr/local/pgsql/include/pg_config_manual.h:51:0: warning: &quot;SEQ_MAXVALUE&quot; redefined [enabled by default]<br>
 #define SEQ_MAXVALUE INT64CONST(0x7FFFFFFFFFFFFFFF)<br>
 ^<br>
In file included from ../src/include/parser/stringinfo.h:22:0,<br>
                 from ../src/include/utils/elog.h:20,<br>
                 from utils/pool_sema.c:28:<br>
../src/include/parser/pg_config_manual.h:69:0: note: this is the location of the previous definition<br>
 #define SEQ_MAXVALUE PG_INT64_MAX<br>
 ^<br>
In file included from ../src/include/utils/palloc.h:31:0,<br>
                 from ../src/include/utils/elog.h:21,<br>
                 from utils/pool_sema.c:28:<br>
/usr/local/pgsql/include/pg_config_manual.h:166:0: warning: &quot;MAX_RANDOM_VALUE&quot; redefined [enabled by default]<br>
 #define MAX_RANDOM_VALUE  (0x7FFFFFFF)<br>
 ^<br>
In file included from ../src/include/parser/stringinfo.h:22:0,<br>
                 from ../src/include/utils/elog.h:20,<br>
                 from utils/pool_sema.c:28:<br>
../src/include/parser/pg_config_manual.h:206:0: note: this is the location of the previous definition<br>
 #define MAX_RANDOM_VALUE  PG_INT32_MAX<br>
 ^<br>
In file included from ../src/include/utils/palloc.h:31:0,<br>
                 from ../src/include/utils/elog.h:21,<br>
                 from utils/pool_signal.c:30:<br>
/usr/local/pgsql/include/pg_config_manual.h:51:0: warning: &quot;SEQ_MAXVALUE&quot; redefined [enabled by default]<br>
 #define SEQ_MAXVALUE INT64CONST(0x7FFFFFFFFFFFFFFF)<br>
 ^<br>
In file included from ../src/include/parser/stringinfo.h:22:0,<br>
                 from ../src/include/utils/elog.h:20,<br>
                 from utils/pool_signal.c:30:<br>
../src/include/parser/pg_config_manual.h:69:0: note: this is the location of the previous definition<br>
 #define SEQ_MAXVALUE PG_INT64_MAX<br>
 ^<br>
In file included from ../src/include/utils/palloc.h:31:0,<br>
                 from ../src/include/utils/elog.h:21,<br>
                 from utils/pool_signal.c:30:<br>
/usr/local/pgsql/include/pg_config_manual.h:166:0: warning: &quot;MAX_RANDOM_VALUE&quot; redefined [enabled by default]<br>
 #define MAX_RANDOM_VALUE  (0x7FFFFFFF)<br>
 ^<br>
In file included from ../src/include/parser/stringinfo.h:22:0,<br>
                 from ../src/include/utils/elog.h:20,<br>
                 from utils/pool_signal.c:30:<br>
../src/include/parser/pg_config_manual.h:206:0: note: this is the location of the previous definition<br>
 #define MAX_RANDOM_VALUE  PG_INT32_MAX<br>
 ^<br>
In file included from ../src/include/utils/palloc.h:31:0,<br>
                 from ../src/include/utils/elog.h:21,<br>
                 from utils/pool_ip.c:54:<br>
/usr/local/pgsql/include/pg_config_manual.h:51:0: warning: &quot;SEQ_MAXVALUE&quot; redefined [enabled by default]<br>
 #define SEQ_MAXVALUE INT64CONST(0x7FFFFFFFFFFFFFFF)<br>
 ^<br>
In file included from ../src/include/parser/stringinfo.h:22:0,<br>
                 from ../src/include/utils/elog.h:20,<br>
                 from utils/pool_ip.c:54:<br>
../src/include/parser/pg_config_manual.h:69:0: note: this is the location of the previous definition<br>
 #define SEQ_MAXVALUE PG_INT64_MAX<br>
 ^<br>
In file included from ../src/include/utils/palloc.h:31:0,<br>
                 from ../src/include/utils/elog.h:21,<br>
                 from utils/pool_ip.c:54:<br>
/usr/local/pgsql/include/pg_config_manual.h:166:0: warning: &quot;MAX_RANDOM_VALUE&quot; redefined [enabled by default]<br>
 #define MAX_RANDOM_VALUE  (0x7FFFFFFF)<br>
 ^<br>
In file included from ../src/include/parser/stringinfo.h:22:0,<br>
                 from ../src/include/utils/elog.h:20,<br>
                 from utils/pool_ip.c:54:<br>
../src/include/parser/pg_config_manual.h:206:0: note: this is the location of the previous definition<br>
 #define MAX_RANDOM_VALUE  PG_INT32_MAX<br>
 ^<br>
In file included from ../src/include/parser/stringinfo.h:22:0,<br>
                 from ../src/include/utils/elog.h:20,<br>
                 from utils/pool_relcache.c:34:<br>
../src/include/parser/pg_config_manual.h:69:0: warning: &quot;SEQ_MAXVALUE&quot; redefined [enabled by default]<br>
 #define SEQ_MAXVALUE PG_INT64_MAX<br>
 ^<br>
In file included from ../src/include/utils/palloc.h:31:0,<br>
                 from ../src/include/context/pool_query_context.h:33,<br>
                 from ../src/include/context/pool_session_context.h:33,<br>
                 from utils/pool_relcache.c:30:<br>
/usr/local/pgsql/include/pg_config_manual.h:51:0: note: this is the location of the previous definition<br>
 #define SEQ_MAXVALUE INT64CONST(0x7FFFFFFFFFFFFFFF)<br>
 ^<br>
In file included from ../src/include/parser/stringinfo.h:22:0,<br>
                 from ../src/include/utils/elog.h:20,<br>
                 from utils/pool_relcache.c:34:<br>
../src/include/parser/pg_config_manual.h:206:0: warning: &quot;MAX_RANDOM_VALUE&quot; redefined [enabled by default]<br>
 #define MAX_RANDOM_VALUE  PG_INT32_MAX<br>
 ^<br>
In file included from ../src/include/utils/palloc.h:31:0,<br>
                 from ../src/include/context/pool_query_context.h:33,<br>
                 from ../src/include/context/pool_session_context.h:33,<br>
                 from utils/pool_relcache.c:30:<br>
/usr/local/pgsql/include/pg_config_manual.h:166:0: note: this is the location of the previous definition<br>
 #define MAX_RANDOM_VALUE  (0x7FFFFFFF)<br>
 ^<br>
In file included from ../src/include/parser/stringinfo.h:22:0,<br>
                 from ../src/include/utils/elog.h:20,<br>
                 from utils/pool_process_reporting.c:25:<br>
../src/include/parser/pg_config_manual.h:69:0: warning: &quot;SEQ_MAXVALUE&quot; redefined [enabled by default]<br>
 #define SEQ_MAXVALUE PG_INT64_MAX<br>
 ^<br>
In file included from ../src/include/utils/palloc.h:31:0,<br>
                 from ../src/include/context/pool_query_context.h:33,<br>
                 from ../src/include/context/pool_session_context.h:33,<br>
                 from ../src/include/protocol/pool_proto_modules.h:33,<br>
                 from utils/pool_process_reporting.c:24:<br>
/usr/local/pgsql/include/pg_config_manual.h:51:0: note: this is the location of the previous definition<br>
 #define SEQ_MAXVALUE INT64CONST(0x7FFFFFFFFFFFFFFF)<br>
 ^<br>
In file included from ../src/include/parser/stringinfo.h:22:0,<br>
                 from ../src/include/utils/elog.h:20,<br>
                 from utils/pool_process_reporting.c:25:<br>
../src/include/parser/pg_config_manual.h:206:0: warning: &quot;MAX_RANDOM_VALUE&quot; redefined [enabled by default]<br>
 #define MAX_RANDOM_VALUE  PG_INT32_MAX<br>
 ^<br>
In file included from ../src/include/utils/palloc.h:31:0,<br>
                 from ../src/include/context/pool_query_context.h:33,<br>
                 from ../src/include/context/pool_session_context.h:33,<br>
                 from ../src/include/protocol/pool_proto_modules.h:33,<br>
                 from utils/pool_process_reporting.c:24:<br>
/usr/local/pgsql/include/pg_config_manual.h:166:0: note: this is the location of the previous definition<br>
 #define MAX_RANDOM_VALUE  (0x7FFFFFFF)<br>
 ^<br>
In file included from ../src/include/utils/palloc.h:31:0,<br>
                 from ../src/include/utils/elog.h:21,<br>
                 from utils/pool_ssl.c:29:<br>
/usr/local/pgsql/include/pg_config_manual.h:51:0: warning: &quot;SEQ_MAXVALUE&quot; redefined [enabled by default]<br>
 #define SEQ_MAXVALUE INT64CONST(0x7FFFFFFFFFFFFFFF)<br>
 ^<br>
In file included from ../src/include/parser/stringinfo.h:22:0,<br>
                 from ../src/include/utils/elog.h:20,<br>
                 from utils/pool_ssl.c:29:<br>
../src/include/parser/pg_config_manual.h:69:0: note: this is the location of the previous definition<br>
 #define SEQ_MAXVALUE PG_INT64_MAX<br>
 ^<br>
In file included from ../src/include/utils/palloc.h:31:0,<br>
                 from ../src/include/utils/elog.h:21,<br>
                 from utils/pool_ssl.c:29:<br>
/usr/local/pgsql/include/pg_config_manual.h:166:0: warning: &quot;MAX_RANDOM_VALUE&quot; redefined [enabled by default]<br>
 #define MAX_RANDOM_VALUE  (0x7FFFFFFF)<br>
 ^<br>
In file included from ../src/include/parser/stringinfo.h:22:0,<br>
                 from ../src/include/utils/elog.h:20,<br>
                 from utils/pool_ssl.c:29:<br>
../src/include/parser/pg_config_manual.h:206:0: note: this is the location of the previous definition<br>
 #define MAX_RANDOM_VALUE  PG_INT32_MAX<br>
 ^<br>
In file included from ../src/include/utils/palloc.h:31:0,<br>
                 from ../src/include/utils/elog.h:21,<br>
                 from utils/pool_stream.c:42:<br>
/usr/local/pgsql/include/pg_config_manual.h:51:0: warning: &quot;SEQ_MAXVALUE&quot; redefined [enabled by default]<br>
 #define SEQ_MAXVALUE INT64CONST(0x7FFFFFFFFFFFFFFF)<br>
 ^<br>
In file included from ../src/include/parser/stringinfo.h:22:0,<br>
                 from ../src/include/utils/elog.h:20,<br>
                 from utils/pool_stream.c:42:<br>
../src/include/parser/pg_config_manual.h:69:0: note: this is the location of the previous definition<br>
 #define SEQ_MAXVALUE PG_INT64_MAX<br>
 ^<br>
In file included from ../src/include/utils/palloc.h:31:0,<br>
                 from ../src/include/utils/elog.h:21,<br>
                 from utils/pool_stream.c:42:<br>
/usr/local/pgsql/include/pg_config_manual.h:166:0: warning: &quot;MAX_RANDOM_VALUE&quot; redefined [enabled by default]<br>
 #define MAX_RANDOM_VALUE  (0x7FFFFFFF)<br>
 ^<br>
In file included from ../src/include/parser/stringinfo.h:22:0,<br>
                 from ../src/include/utils/elog.h:20,<br>
                 from utils/pool_stream.c:42:<br>
../src/include/parser/pg_config_manual.h:206:0: note: this is the location of the previous definition<br>
 #define MAX_RANDOM_VALUE  PG_INT32_MAX<br>
 ^<br>
In file included from ../src/include/utils/palloc.h:31:0,<br>
                 from ../src/include/utils/elog.h:21,<br>
                 from utils/error/assert.c:18:<br>
/usr/local/pgsql/include/pg_config_manual.h:51:0: warning: &quot;SEQ_MAXVALUE&quot; redefined [enabled by default]<br>
 #define SEQ_MAXVALUE INT64CONST(0x7FFFFFFFFFFFFFFF)<br>
 ^<br>
In file included from ../src/include/parser/stringinfo.h:22:0,<br>
                 from ../src/include/utils/elog.h:20,<br>
                 from utils/error/assert.c:18:<br>
../src/include/parser/pg_config_manual.h:69:0: note: this is the location of the previous definition<br>
 #define SEQ_MAXVALUE PG_INT64_MAX<br>
 ^<br>
In file included from ../src/include/utils/palloc.h:31:0,<br>
                 from ../src/include/utils/elog.h:21,<br>
                 from utils/error/assert.c:18:<br>
/usr/local/pgsql/include/pg_config_manual.h:166:0: warning: &quot;MAX_RANDOM_VALUE&quot; redefined [enabled by default]<br>
 #define MAX_RANDOM_VALUE  (0x7FFFFFFF)<br>
 ^<br>
In file included from ../src/include/parser/stringinfo.h:22:0,<br>
                 from ../src/include/utils/elog.h:20,<br>
                 from utils/error/assert.c:18:<br>
../src/include/parser/pg_config_manual.h:206:0: note: this is the location of the previous definition<br>
 #define MAX_RANDOM_VALUE  PG_INT32_MAX<br>
 ^<br>
In file included from ../src/include/utils/palloc.h:31:0,<br>
                 from ../src/include/utils/elog.h:21,<br>
                 from utils/regex_array.c:32:<br>
/usr/local/pgsql/include/pg_config_manual.h:51:0: warning: &quot;SEQ_MAXVALUE&quot; redefined [enabled by default]<br>
 #define SEQ_MAXVALUE INT64CONST(0x7FFFFFFFFFFFFFFF)<br>
 ^<br>
In file included from ../src/include/parser/stringinfo.h:22:0,<br>
                 from ../src/include/utils/elog.h:20,<br>
                 from utils/regex_array.c:32:<br>
../src/include/parser/pg_config_manual.h:69:0: note: this is the location of the previous definition<br>
 #define SEQ_MAXVALUE PG_INT64_MAX<br>
 ^<br>
In file included from ../src/include/utils/palloc.h:31:0,<br>
                 from ../src/include/utils/elog.h:21,<br>
                 from utils/regex_array.c:32:<br>
/usr/local/pgsql/include/pg_config_manual.h:166:0: warning: &quot;MAX_RANDOM_VALUE&quot; redefined [enabled by default]<br>
 #define MAX_RANDOM_VALUE  (0x7FFFFFFF)<br>
 ^<br>
In file included from ../src/include/parser/stringinfo.h:22:0,<br>
                 from ../src/include/utils/elog.h:20,<br>
                 from utils/regex_array.c:32:<br>
../src/include/parser/pg_config_manual.h:206:0: note: this is the location of the previous definition<br>
 #define MAX_RANDOM_VALUE  PG_INT32_MAX<br>
 ^<br>
utils/statistics.c: In function ‘stat_init_stat_area’:<br>
utils/statistics.c:65:2: warning: implicit declaration of function ‘memset’ [-Wimplicit-function-declaration]<br>
  memset((void *)per_node_stat, 0, stat_shared_memory_size());<br>
  ^<br>
utils/statistics.c:65:2: warning: incompatible implicit declaration of built-in function ‘memset’ [enabled by default]<br>
In file included from ../../../src/include/utils/palloc.h:31:0,<br>
                 from ../../../src/include/utils/elog.h:21,<br>
                 from pool_signal.c:30:<br>
/usr/local/pgsql/include/pg_config_manual.h:51:0: warning: &quot;SEQ_MAXVALUE&quot; redefined [enabled by default]<br>
 #define SEQ_MAXVALUE INT64CONST(0x7FFFFFFFFFFFFFFF)<br>
 ^<br>
In file included from ../../../src/include/parser/stringinfo.h:22:0,<br>
                 from ../../../src/include/utils/elog.h:20,<br>
                 from pool_signal.c:30:<br>
../../../src/include/parser/pg_config_manual.h:69:0: note: this is the location of the previous definition<br>
 #define SEQ_MAXVALUE PG_INT64_MAX<br>
 ^<br>
In file included from ../../../src/include/utils/palloc.h:31:0,<br>
                 from ../../../src/include/utils/elog.h:21,<br>
                 from pool_signal.c:30:<br>
/usr/local/pgsql/include/pg_config_manual.h:166:0: warning: &quot;MAX_RANDOM_VALUE&quot; redefined [enabled by default]<br>
 #define MAX_RANDOM_VALUE  (0x7FFFFFFF)<br>
 ^<br>
In file included from ../../../src/include/parser/stringinfo.h:22:0,<br>
                 from ../../../src/include/utils/elog.h:20,<br>
                 from pool_signal.c:30:<br>
../../../src/include/parser/pg_config_manual.h:206:0: note: this is the location of the previous definition<br>
 #define MAX_RANDOM_VALUE  PG_INT32_MAX<br>
 ^<br>
pool_config.l: In function ‘check_redirect_node_spec’:<br>
pool_config.l:3534:3: warning: implicit declaration of function ‘isdigit’ [-Wimplicit-function-declaration]<br>
         facility = LOG_LOCAL4;<br>
   ^<br>
pool_config.l: At top level:<br>
pool_config.c:1218:16: warning: ‘input’ defined but not used [-Wunused-function]<br>
 #endif<br>
                ^<br>
t-ishii@localhost:<br>
<br>
&gt;<br>
&gt; In addition, timestamp-rewrite supports<br>
&gt;  - INSERT ... ON CONFLICT<br>
&gt;  - INSERT/UPDATE/DELETE with WITH clause<br>
&gt;  - GROUPING SETS, CUBE, ROLLUP, TABLESAMPLE in SELECT statement<br>
&gt;   in WITH clause<br>
&gt;  - INSERT/UPDATE/DELETE in WITH clause<br>
&gt;  - RETURNING clause<br>
&gt;  - UPDATE xxx SET (y,z) = (SELECT u,w from zzz)<br>
&gt;<br>
&gt; Othres:<br>
&gt;  - Table alias in INSTER query<br>
&gt;  - WITH clause including INSERT/UPDATE<br>
&gt;  - SELECT ... TABLESAMPLE is not allowed to be query-cached<br>
&gt;<br>
&gt; Branch<br>
&gt; ------<br>
&gt; master<br>
&gt;<br>
&gt; Details<br>
&gt; -------<br>
&gt; <a href="http://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=a7e1dbd6f017258d71e83e05ce490d3552b328f9" rel="noreferrer" target="_blank">http://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=a7e1dbd6f017258d71e83e05ce490d3552b328f9</a><br>
&gt;<br>
&gt; Modified Files<br>
&gt; --------------<br>
&gt; doc/Makefile.in                        |    2 +-<br>
&gt; src/Makefile.in                        |    2 +-<br>
&gt; src/context/pool_query_context.c       |   13 +<br>
&gt; src/include/Makefile.in                |    6 +-<br>
&gt; src/include/<a href="http://config.h.in" rel="noreferrer" target="_blank">config.h.in</a>                |    3 +<br>
&gt; src/include/parser/gram.h              |  955 -<br>
&gt; src/include/parser/gramparse.h         |    8 +-<br>
&gt; src/include/parser/keywords.h          |    4 +-<br>
&gt; src/include/parser/kwlist.h            |   19 +-<br>
&gt; src/include/parser/lockoptions.h       |   46 +<br>
&gt; src/include/parser/makefuncs.h         |   10 +-<br>
&gt; src/include/parser/nodes.h             |   42 +-<br>
&gt; src/include/parser/parsenodes.h        |  411 +-<br>
&gt; src/include/parser/parser.h            |    4 +-<br>
&gt; src/include/parser/pg_class.h          |   94 +-<br>
&gt; src/include/parser/pg_config_manual.h  |  122 +-<br>
&gt; src/include/parser/pg_list.h           |    8 +-<br>
&gt; src/include/parser/pg_trigger.h        |   11 +-<br>
&gt; src/include/parser/pg_wchar.h          |   51 +-<br>
&gt; src/include/parser/pool_parser.h       |  159 +-<br>
&gt; src/include/parser/primnodes.h         |  145 +-<br>
&gt; src/include/parser/scanner.h           |   23 +-<br>
&gt; src/include/parser/scansup.h           |    4 +-<br>
&gt; src/include/parser/stringinfo.h        |   46 +-<br>
&gt; src/include/parser/value.h             |    6 +-<br>
&gt; src/include/pool_type.h                |   19 +-<br>
&gt; src/include/utils/pool_select_walker.h |    1 +<br>
&gt; src/libs/Makefile.in                   |    2 +-<br>
&gt; src/libs/pcp/Makefile.in               |    2 +-<br>
&gt; src/parser/copyfuncs.c                 |  417 +-<br>
&gt; src/parser/gram.c                      |58676 +++++++++++++++++---------------<br>
&gt; src/parser/gram.h                      | 1758 +-<br>
&gt; src/parser/gram.y                      | 2050 +-<br>
&gt; src/parser/keywords.c                  |    6 +-<br>
&gt; src/parser/kwlookup.c                  |    6 +-<br>
&gt; src/parser/list.c                      |   34 +-<br>
&gt; src/parser/makefuncs.c                 |   23 +-<br>
&gt; src/parser/nodes.c                     |    9 +-<br>
&gt; src/parser/outfuncs.c                  |  896 +-<br>
&gt; src/parser/parser.c                    |  152 +-<br>
&gt; src/parser/scan.c                      | 1078 +-<br>
&gt; src/parser/scan.l                      |   61 +-<br>
&gt; src/parser/scansup.c                   |   15 +-<br>
&gt; src/parser/snprintf.c                  |  209 +-<br>
&gt; src/parser/stringinfo.c                |   72 +-<br>
&gt; src/parser/value.c                     |    4 +-<br>
&gt; src/parser/wchar.c                     |   52 +-<br>
&gt; src/protocol/pool_process_query.c      |   20 +-<br>
&gt; src/query_cache/pool_memqcache.c       |   73 +-<br>
&gt; src/rewrite/pool_timestamp.c           |  360 +-<br>
&gt; src/tools/Makefile.in                  |    2 +-<br>
&gt; src/tools/pcp/Makefile.in              |   10 +-<br>
&gt; src/utils/error/elog.c                 |   31 +-<br>
&gt; src/utils/pool_select_walker.c         |    3 +-<br>
&gt; 54 files changed, 37210 insertions(+), 31025 deletions(-)<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; pgpool-committers mailing list<br>
&gt; <a href="mailto:pgpool-committers@pgpool.net">pgpool-committers@pgpool.net</a><br>
&gt; <a href="http://www.pgpool.net/mailman/listinfo/pgpool-committers" rel="noreferrer" target="_blank">http://www.pgpool.net/mailman/listinfo/pgpool-committers</a><br>
_______________________________________________<br>
pgpool-hackers mailing list<br>
<a href="mailto:pgpool-hackers@pgpool.net">pgpool-hackers@pgpool.net</a><br>
<a href="http://www.pgpool.net/mailman/listinfo/pgpool-hackers" rel="noreferrer" target="_blank">http://www.pgpool.net/mailman/listinfo/pgpool-hackers</a><br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature">Ahsan Hadi<br>Snr Director Product Development<br>EnterpriseDB Corporation<br>The Enterprise Postgres Company<br><br>Phone: +92-51-8358874    <br>Mobile: +92-333-5162114<br><br>Website: <a href="http://www.enterprisedb.com" target="_blank">www.enterprisedb.com</a><br>EnterpriseDB Blog: <a href="http://blogs.enterprisedb.com/" target="_blank">http://blogs.enterprisedb.com/</a><br>Follow us on Twitter: <a href="http://www.twitter.com/enterprisedb" target="_blank">http://www.twitter.com/enterprisedb</a><br><br>This e-mail message (and any attachment) is intended for the use of the individual or entity to whom it is addressed. This message contains information from EnterpriseDB Corporation that may be privileged, confidential, or exempt from disclosure under applicable law. If you are not the intended recipient or authorized to receive this for the intended recipient, any use, dissemination, distribution, retention, archiving, or copying of this communication is strictly prohibited. If you have received this e-mail in error, please notify the sender immediately by reply e-mail and delete this message.</div>
</div></div>