Re: POC: Cache data in GetSnapshotData()

Started by Mithun Cyabout 10 years ago3 messages
#1Mithun Cy
mithun.cy@enterprisedb.com
1 attachment(s)

On May 20, 2015 at 8:57 PM, Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>

wrote:

+1 to proceed with this patch for 9.6, as I think this patch improves the

situation with compare to current.

Also I have seen crash once in below test scenario:

Crashed in test with scale-factor - 300, other settings same as above:

./pgbench -c 128 -j 128 -T 1800 -M prepared postgres

I have rebased the patch and tried to run pgbench.

I see memory corruptions, attaching the valgrind report for the same.

First interesting callstack in valgrind report is as below.

==77922== For counts of detected and suppressed errors, rerun with: -v

==77922== Use --track-origins=yes to see where uninitialised values come
from

==77922== ERROR SUMMARY: 15 errors from 7 contexts (suppressed: 2 from 2)

==77873== Source and destination overlap in memcpy(0x5c08020, 0x5c08020, 4)

==77873== at 0x4C2E1DC: memcpy@@GLIBC_2.14 (in
/usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)

==77873== by 0x773303: GetSnapshotData (procarray.c:1698)

==77873== by 0x90FDB8: GetTransactionSnapshot (snapmgr.c:248)

==77873== by 0x79A22F: PortalStart (pquery.c:506)

==77873== by 0x795F67: exec_bind_message (postgres.c:1798)

==77873== by 0x798DDC: PostgresMain (postgres.c:4078)

==77873== by 0x724B27: BackendRun (postmaster.c:4237)

==77873== by 0x7242BB: BackendStartup (postmaster.c:3913)

==77873== by 0x720CF9: ServerLoop (postmaster.c:1684)

==77873== by 0x720380: PostmasterMain (postmaster.c:1292)

==77873== by 0x67CC9D: main (main.c:223)

==77873==

==77873== Source and destination overlap in memcpy(0x5c08020, 0x5c08020, 4)

==77873== at 0x4C2E1DC: memcpy@@GLIBC_2.14 (in
/usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)

==77873== by 0x77304A: GetSnapshotData (procarray.c:1579)

==77873== by 0x90FD75: GetTransactionSnapshot (snapmgr.c:233)

==77873== by 0x795A2F: exec_bind_message (postgres.c:1613)

==77873== by 0x798DDC: PostgresMain (postgres.c:4078)

==77873== by 0x724B27: BackendRun (postmaster.c:4237)

==77873== by 0x7242BB: BackendStartup (postmaster.c:3913)

==77873== by 0x720CF9: ServerLoop (postmaster.c:1684)

==77873== by 0x720380: PostmasterMain (postmaster.c:1292)

==77873== by 0x67CC9D: main (main.c:223)

--
Thanks and Regards
Mithun C Y
EnterpriseDB: http://www.enterprisedb.com

Attachments:

valgrind.outapplication/octet-stream; name=valgrind.outDownload
==77638== Memcheck, a memory error detector
==77638== Copyright (C) 2002-2013, and GNU GPL'd, by Julian Seward et al.
==77638== Using Valgrind-3.10.0 and LibVEX; rerun with -h for copyright info
==77638== Command: ./postgres -D data1
==77638== 
LOG:  database system was shut down at 2015-12-16 22:40:32 PST
LOG:  MultiXact member wraparound protections are now enabled
==77639== 
==77639== HEAP SUMMARY:
==77639==     in use at exit: 186,661 bytes in 146 blocks
==77639==   total heap usage: 328 allocs, 182 frees, 950,936 bytes allocated
==77639== 
==77639== LEAK SUMMARY:
==77639==    definitely lost: 443 bytes in 2 blocks
==77639==    indirectly lost: 3,182 bytes in 48 blocks
==77639==      possibly lost: 0 bytes in 0 blocks
==77639==    still reachable: 183,036 bytes in 96 blocks
==77639==         suppressed: 0 bytes in 0 blocks
==77639== Rerun with --leak-check=full to see details of leaked memory
==77639== 
==77639== For counts of detected and suppressed errors, rerun with: -v
==77639== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 2 from 2)
LOG:  database system is ready to accept connections
LOG:  autovacuum launcher started
==77643== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77643==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77643==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77643==    by 0x7196B4: pgstat_send_inquiry (pgstat.c:1493)
==77643==    by 0x71DF22: backend_read_statsfile (pgstat.c:4608)
==77643==    by 0x71A994: pgstat_fetch_stat_dbentry (pgstat.c:2283)
==77643==    by 0x7111B8: rebuild_database_list (autovacuum.c:979)
==77643==    by 0x710A39: AutoVacLauncherMain (autovacuum.c:572)
==77643==    by 0x710722: StartAutoVacLauncher (autovacuum.c:388)
==77643==    by 0x722806: reaper (postmaster.c:2777)
==77643==    by 0x557864F: ??? (in /usr/lib64/libc-2.17.so)
==77643==    by 0x56308D2: __select_nocancel (in /usr/lib64/libc-2.17.so)
==77643==    by 0x720BD5: ServerLoop (postmaster.c:1648)
==77643==  Address 0xffeffea2c is on thread 1's stack
==77643==  in frame #2, created by pgstat_send_inquiry (pgstat.c:1486)
==77643== 
==77658== Syscall param write(buf) points to uninitialised byte(s)
==77658==    at 0x562A9E0: __write_nocancel (in /usr/lib64/libc-2.17.so)
==77658==    by 0x55B9E72: _IO_file_write@@GLIBC_2.2.5 (in /usr/lib64/libc-2.17.so)
==77658==    by 0x55BB2DB: _IO_do_write@@GLIBC_2.2.5 (in /usr/lib64/libc-2.17.so)
==77658==    by 0x55BA510: _IO_file_xsputn@@GLIBC_2.2.5 (in /usr/lib64/libc-2.17.so)
==77658==    by 0x55AFF0C: fwrite (in /usr/lib64/libc-2.17.so)
==77658==    by 0x8C3447: write_item (relcache.c:5186)
==77658==    by 0x8C3144: write_relcache_init_file (relcache.c:5085)
==77658==    by 0x8BF858: RelationCacheInitializePhase3 (relcache.c:3512)
==77658==    by 0x8E1D0E: InitPostgres (postinit.c:980)
==77658==    by 0x7988A9: PostgresMain (postgres.c:3713)
==77658==    by 0x724B27: BackendRun (postmaster.c:4237)
==77658==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77658==  Address 0x402461a is not stack'd, malloc'd or (recently) free'd
==77658== 
==77658== Syscall param write(buf) points to uninitialised byte(s)
==77658==    at 0x562A9E0: __write_nocancel (in /usr/lib64/libc-2.17.so)
==77658==    by 0x55B9E72: _IO_file_write@@GLIBC_2.2.5 (in /usr/lib64/libc-2.17.so)
==77658==    by 0x55BB2DB: _IO_do_write@@GLIBC_2.2.5 (in /usr/lib64/libc-2.17.so)
==77658==    by 0x55BABCF: _IO_file_close_it@@GLIBC_2.2.5 (in /usr/lib64/libc-2.17.so)
==77658==    by 0x55AEB0F: fclose@@GLIBC_2.2.5 (in /usr/lib64/libc-2.17.so)
==77658==    by 0x76984E: FreeDesc (fd.c:1811)
==77658==    by 0x769948: FreeFile (fd.c:1854)
==77658==    by 0x8C331A: write_relcache_init_file (relcache.c:5134)
==77658==    by 0x8BF858: RelationCacheInitializePhase3 (relcache.c:3512)
==77658==    by 0x8E1D0E: InitPostgres (postinit.c:980)
==77658==    by 0x7988A9: PostgresMain (postgres.c:3713)
==77658==    by 0x724B27: BackendRun (postmaster.c:4237)
==77658==  Address 0x402434e is not stack'd, malloc'd or (recently) free'd
==77658== 
==77658== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77658==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77658==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77658==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77658==    by 0x718681: pgstat_report_stat (pgstat.c:811)
==77658==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77658==    by 0x724B27: BackendRun (postmaster.c:4237)
==77658==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77658==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77658==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77658==    by 0x67CC9D: main (main.c:223)
==77658==  Address 0xffefff71c is on thread 1's stack
==77658==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77658== 
==77658== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77658==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77658==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77658==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77658==    by 0x718794: pgstat_report_stat (pgstat.c:827)
==77658==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77658==    by 0x724B27: BackendRun (postmaster.c:4237)
==77658==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77658==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77658==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77658==    by 0x67CC9D: main (main.c:223)
==77658==  Address 0xffefff71c is on thread 1's stack
==77658==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77658== 
==77658== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77658==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77658==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77658==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77658==    by 0x7187AD: pgstat_report_stat (pgstat.c:829)
==77658==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77658==    by 0x724B27: BackendRun (postmaster.c:4237)
==77658==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77658==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77658==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77658==    by 0x67CC9D: main (main.c:223)
==77658==  Address 0xffefff36c is on thread 1's stack
==77658==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77658== 
==77658== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77658==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77658==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77658==    by 0x7196B4: pgstat_send_inquiry (pgstat.c:1493)
==77658==    by 0x71DF22: backend_read_statsfile (pgstat.c:4608)
==77658==    by 0x718B06: pgstat_vacuum_stat (pgstat.c:960)
==77658==    by 0x6215F6: vacuum (vacuum.c:193)
==77658==    by 0x6214E8: ExecVacuum (vacuum.c:121)
==77658==    by 0x79C689: standard_ProcessUtility (utility.c:654)
==77658==    by 0x79BEF5: ProcessUtility (utility.c:335)
==77658==    by 0x79B11D: PortalRunUtility (pquery.c:1183)
==77658==    by 0x79B2C7: PortalRunMulti (pquery.c:1314)
==77658==    by 0x79A8DC: PortalRun (pquery.c:812)
==77658==  Address 0xffeffec1c is on thread 1's stack
==77658==  in frame #2, created by pgstat_send_inquiry (pgstat.c:1486)
==77658== 
==77658== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77658==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77658==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77658==    by 0x7193F4: pgstat_report_vacuum (pgstat.c:1346)
==77658==    by 0x623359: lazy_vacuum_rel (vacuumlazy.c:325)
==77658==    by 0x622D10: vacuum_rel (vacuum.c:1375)
==77658==    by 0x6217B3: vacuum (vacuum.c:296)
==77658==    by 0x6214E8: ExecVacuum (vacuum.c:121)
==77658==    by 0x79C689: standard_ProcessUtility (utility.c:654)
==77658==    by 0x79BEF5: ProcessUtility (utility.c:335)
==77658==    by 0x79B11D: PortalRunUtility (pquery.c:1183)
==77658==    by 0x79B2C7: PortalRunMulti (pquery.c:1314)
==77658==    by 0x79A8DC: PortalRun (pquery.c:812)
==77658==  Address 0xffefff261 is on thread 1's stack
==77658==  in frame #2, created by pgstat_report_vacuum (pgstat.c:1333)
==77658== 
==77658== 
==77658== HEAP SUMMARY:
==77658==     in use at exit: 1,099,588 bytes in 308 blocks
==77658==   total heap usage: 866 allocs, 558 frees, 4,711,891 bytes allocated
==77658== 
==77684== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77684==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77684==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77684==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77684==    by 0x718681: pgstat_report_stat (pgstat.c:811)
==77684==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77684==    by 0x724B27: BackendRun (postmaster.c:4237)
==77684==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77684==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77684==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77684==    by 0x67CC9D: main (main.c:223)
==77684==  Address 0xffefff71c is on thread 1's stack
==77684==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77684== 
==77684== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77684==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77684==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77684==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77684==    by 0x718794: pgstat_report_stat (pgstat.c:827)
==77684==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77684==    by 0x724B27: BackendRun (postmaster.c:4237)
==77684==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77684==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77684==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77684==    by 0x67CC9D: main (main.c:223)
==77684==  Address 0xffefff71c is on thread 1's stack
==77684==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77684== 
==77684== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77684==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77684==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77684==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77684==    by 0x7187AD: pgstat_report_stat (pgstat.c:829)
==77684==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77684==    by 0x724B27: BackendRun (postmaster.c:4237)
==77684==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77684==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77684==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77684==    by 0x67CC9D: main (main.c:223)
==77684==  Address 0xffefff36c is on thread 1's stack
==77684==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77684== 
==77674== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77674==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77674==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77674==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77674==    by 0x718681: pgstat_report_stat (pgstat.c:811)
==77674==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77674==    by 0x724B27: BackendRun (postmaster.c:4237)
==77674==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77674==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77674==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77674==    by 0x67CC9D: main (main.c:223)
==77674==  Address 0xffefff71c is on thread 1's stack
==77674==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77674== 
==77674== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77674==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77674==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77674==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77674==    by 0x718794: pgstat_report_stat (pgstat.c:827)
==77674==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77674==    by 0x724B27: BackendRun (postmaster.c:4237)
==77674==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77674==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77674==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77674==    by 0x67CC9D: main (main.c:223)
==77674==  Address 0xffefff71c is on thread 1's stack
==77674==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77674== 
==77674== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77674==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77674==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77674==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77674==    by 0x7187AD: pgstat_report_stat (pgstat.c:829)
==77674==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77674==    by 0x724B27: BackendRun (postmaster.c:4237)
==77674==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77674==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77674==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77674==    by 0x67CC9D: main (main.c:223)
==77674==  Address 0xffefff36c is on thread 1's stack
==77674==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77674== 
==77658== LEAK SUMMARY:
==77658==    definitely lost: 443 bytes in 2 blocks
==77658==    indirectly lost: 3,182 bytes in 48 blocks
==77658==      possibly lost: 0 bytes in 0 blocks
==77658==    still reachable: 1,095,963 bytes in 258 blocks
==77658==         suppressed: 0 bytes in 0 blocks
==77658== Rerun with --leak-check=full to see details of leaked memory
==77658== 
==77658== For counts of detected and suppressed errors, rerun with: -v
==77658== Use --track-origins=yes to see where uninitialised values come from
==77658== ERROR SUMMARY: 42 errors from 7 contexts (suppressed: 2 from 2)
FATAL:  sorry, too many clients already
FATAL:  sorry, too many clients already
FATAL:  sorry, too many clients already
FATAL:  sorry, too many clients already
FATAL:  sorry, too many clients already
FATAL:  sorry, too many clients already
FATAL:  sorry, too many clients already
FATAL:  sorry, too many clients already
FATAL:  sorry, too many clients already
FATAL:  sorry, too many clients already
FATAL:  sorry, too many clients already
FATAL:  sorry, too many clients already
FATAL:  sorry, too many clients already
FATAL:  sorry, too many clients already
FATAL:  sorry, too many clients already
FATAL:  sorry, too many clients already
FATAL:  sorry, too many clients already
FATAL:  sorry, too many clients already
FATAL:  sorry, too many clients already
FATAL:  sorry, too many clients already
FATAL:  sorry, too many clients already
==77909== 
==77909== HEAP SUMMARY:
==77909==     in use at exit: 154,230 bytes in 266 blocks
==77909==   total heap usage: 549 allocs, 283 frees, 675,345 bytes allocated
==77909== 
FATAL:  sorry, too many clients already
FATAL:  sorry, too many clients already
FATAL:  sorry, too many clients already
==77900== 
==77900== HEAP SUMMARY:
==77900==     in use at exit: 153,798 bytes in 257 blocks
==77900==   total heap usage: 531 allocs, 274 frees, 670,953 bytes allocated
==77900== 
FATAL:  sorry, too many clients already
==77896== 
==77896== HEAP SUMMARY:
==77896==     in use at exit: 153,606 bytes in 253 blocks
==77896==   total heap usage: 523 allocs, 270 frees, 669,001 bytes allocated
==77896== 
FATAL:  sorry, too many clients already
==77893== 
==77893== HEAP SUMMARY:
==77893==     in use at exit: 153,462 bytes in 250 blocks
==77893==   total heap usage: 517 allocs, 267 frees, 667,537 bytes allocated
==77893== 
==77788== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77788==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77788==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77788==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77788==    by 0x718681: pgstat_report_stat (pgstat.c:811)
==77788==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77788==    by 0x724B27: BackendRun (postmaster.c:4237)
==77788==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77788==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77788==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77788==    by 0x67CC9D: main (main.c:223)
==77788==  Address 0xffefff71c is on thread 1's stack
==77788==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77788== 
==77788== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77788==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77788==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77788==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77788==    by 0x718794: pgstat_report_stat (pgstat.c:827)
==77788==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77788==    by 0x724B27: BackendRun (postmaster.c:4237)
==77788==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77788==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77788==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77788==    by 0x67CC9D: main (main.c:223)
==77788==  Address 0xffefff71c is on thread 1's stack
==77788==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77788== 
FATAL:  sorry, too many clients already
==77908== 
==77908== HEAP SUMMARY:
==77908==     in use at exit: 154,182 bytes in 265 blocks
==77908==   total heap usage: 547 allocs, 282 frees, 674,857 bytes allocated
==77908== 
==77904== 
==77904== HEAP SUMMARY:
==77904==     in use at exit: 153,990 bytes in 261 blocks
==77904==   total heap usage: 539 allocs, 278 frees, 672,905 bytes allocated
==77904== 
==77890== 
==77890== HEAP SUMMARY:
==77890==     in use at exit: 153,318 bytes in 247 blocks
==77890==   total heap usage: 511 allocs, 264 frees, 666,073 bytes allocated
==77890== 
FATAL:  sorry, too many clients already
==77895== 
==77895== HEAP SUMMARY:
==77895==     in use at exit: 153,558 bytes in 252 blocks
==77895==   total heap usage: 521 allocs, 269 frees, 668,513 bytes allocated
==77895== 
==77788== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77788==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77788==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77788==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77788==    by 0x7187AD: pgstat_report_stat (pgstat.c:829)
==77788==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77788==    by 0x724B27: BackendRun (postmaster.c:4237)
==77788==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77788==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77788==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77788==    by 0x67CC9D: main (main.c:223)
==77788==  Address 0xffefff36c is on thread 1's stack
==77788==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77788== 
==77899== 
==77899== HEAP SUMMARY:
==77899==     in use at exit: 153,750 bytes in 256 blocks
==77899==   total heap usage: 529 allocs, 273 frees, 670,465 bytes allocated
==77899== 
==77905== 
==77905== HEAP SUMMARY:
==77905==     in use at exit: 154,038 bytes in 262 blocks
==77905==   total heap usage: 541 allocs, 279 frees, 673,393 bytes allocated
==77905== 
==77681== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77681==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77681==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77681==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77681==    by 0x718681: pgstat_report_stat (pgstat.c:811)
==77681==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77681==    by 0x724B27: BackendRun (postmaster.c:4237)
==77681==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77681==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77681==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77681==    by 0x67CC9D: main (main.c:223)
==77681==  Address 0xffefff71c is on thread 1's stack
==77681==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77681== 
==77681== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77681==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77681==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77681==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77681==    by 0x718794: pgstat_report_stat (pgstat.c:827)
==77681==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77681==    by 0x724B27: BackendRun (postmaster.c:4237)
==77681==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77681==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77681==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77681==    by 0x67CC9D: main (main.c:223)
==77681==  Address 0xffefff71c is on thread 1's stack
==77681==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77681== 
==77681== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77681==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77681==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77681==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77681==    by 0x7187AD: pgstat_report_stat (pgstat.c:829)
==77681==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77681==    by 0x724B27: BackendRun (postmaster.c:4237)
==77681==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77681==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77681==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77681==    by 0x67CC9D: main (main.c:223)
==77681==  Address 0xffefff36c is on thread 1's stack
==77681==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77681== 
==77903== 
==77903== HEAP SUMMARY:
==77903==     in use at exit: 153,942 bytes in 260 blocks
==77903==   total heap usage: 537 allocs, 277 frees, 672,417 bytes allocated
==77903== 
==77902== 
==77902== HEAP SUMMARY:
==77902==     in use at exit: 153,894 bytes in 259 blocks
==77902==   total heap usage: 535 allocs, 276 frees, 671,929 bytes allocated
==77902== 
==77676== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77676==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77676==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77676==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77676==    by 0x718681: pgstat_report_stat (pgstat.c:811)
==77676==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77676==    by 0x724B27: BackendRun (postmaster.c:4237)
==77676==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77676==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77676==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77676==    by 0x67CC9D: main (main.c:223)
==77676==  Address 0xffefff71c is on thread 1's stack
==77676==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77676== 
==77676== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77676==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77676==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77676==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77676==    by 0x718794: pgstat_report_stat (pgstat.c:827)
==77676==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77676==    by 0x724B27: BackendRun (postmaster.c:4237)
==77676==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77676==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77676==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77676==    by 0x67CC9D: main (main.c:223)
==77676==  Address 0xffefff71c is on thread 1's stack
==77676==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77676== 
==77676== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77676==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77676==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77676==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77676==    by 0x7187AD: pgstat_report_stat (pgstat.c:829)
==77676==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77676==    by 0x724B27: BackendRun (postmaster.c:4237)
==77676==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77676==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77676==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77676==    by 0x67CC9D: main (main.c:223)
==77676==  Address 0xffefff36c is on thread 1's stack
==77676==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77676== 
==77901== 
==77901== HEAP SUMMARY:
==77901==     in use at exit: 153,846 bytes in 258 blocks
==77901==   total heap usage: 533 allocs, 275 frees, 671,441 bytes allocated
==77901== 
==77910== 
==77910== HEAP SUMMARY:
==77910==     in use at exit: 154,230 bytes in 266 blocks
==77910==   total heap usage: 551 allocs, 285 frees, 675,833 bytes allocated
==77910== 
==77793== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77793==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77793==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77793==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77793==    by 0x718681: pgstat_report_stat (pgstat.c:811)
==77793==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77793==    by 0x724B27: BackendRun (postmaster.c:4237)
==77793==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77793==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77793==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77793==    by 0x67CC9D: main (main.c:223)
==77793==  Address 0xffefff71c is on thread 1's stack
==77793==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77793== 
==77793== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77793==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77793==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77793==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77793==    by 0x718794: pgstat_report_stat (pgstat.c:827)
==77793==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77793==    by 0x724B27: BackendRun (postmaster.c:4237)
==77793==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77793==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77793==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77793==    by 0x67CC9D: main (main.c:223)
==77793==  Address 0xffefff71c is on thread 1's stack
==77793==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77793== 
==77793== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77793==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77793==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77793==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77793==    by 0x7187AD: pgstat_report_stat (pgstat.c:829)
==77793==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77793==    by 0x724B27: BackendRun (postmaster.c:4237)
==77793==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77793==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77793==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77793==    by 0x67CC9D: main (main.c:223)
==77793==  Address 0xffefff36c is on thread 1's stack
==77793==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77793== 
==77914== 
==77914== HEAP SUMMARY:
==77914==     in use at exit: 154,422 bytes in 270 blocks
==77914==   total heap usage: 559 allocs, 289 frees, 677,785 bytes allocated
==77914== 
==77919== 
==77919== HEAP SUMMARY:
==77919==     in use at exit: 154,662 bytes in 275 blocks
==77919==   total heap usage: 569 allocs, 294 frees, 680,225 bytes allocated
==77919== 
==77912== 
==77912== HEAP SUMMARY:
==77912==     in use at exit: 154,326 bytes in 268 blocks
==77912==   total heap usage: 555 allocs, 287 frees, 676,809 bytes allocated
==77912== 
==77911== 
==77911== HEAP SUMMARY:
==77911==     in use at exit: 154,278 bytes in 267 blocks
==77911==   total heap usage: 553 allocs, 286 frees, 676,321 bytes allocated
==77911== 
==77888== 
==77888== HEAP SUMMARY:
==77888==     in use at exit: 153,222 bytes in 245 blocks
==77888==   total heap usage: 507 allocs, 262 frees, 665,097 bytes allocated
==77888== 
==77915== 
==77915== HEAP SUMMARY:
==77915==     in use at exit: 154,470 bytes in 271 blocks
==77915==   total heap usage: 561 allocs, 290 frees, 678,273 bytes allocated
==77915== 
==77913== 
==77913== HEAP SUMMARY:
==77913==     in use at exit: 154,374 bytes in 269 blocks
==77913==   total heap usage: 557 allocs, 288 frees, 677,297 bytes allocated
==77913== 
==77917== 
==77917== HEAP SUMMARY:
==77917==     in use at exit: 154,566 bytes in 273 blocks
==77917==   total heap usage: 565 allocs, 292 frees, 679,249 bytes allocated
==77917== 
==77921== 
==77921== HEAP SUMMARY:
==77921==     in use at exit: 154,758 bytes in 277 blocks
==77921==   total heap usage: 573 allocs, 296 frees, 681,201 bytes allocated
==77921== 
==77906== 
==77906== HEAP SUMMARY:
==77906==     in use at exit: 154,086 bytes in 263 blocks
==77906==   total heap usage: 543 allocs, 280 frees, 673,881 bytes allocated
==77906== 
==77916== 
==77916== HEAP SUMMARY:
==77916==     in use at exit: 154,518 bytes in 272 blocks
==77916==   total heap usage: 563 allocs, 291 frees, 678,761 bytes allocated
==77916== 
==77907== 
==77907== HEAP SUMMARY:
==77907==     in use at exit: 154,134 bytes in 264 blocks
==77907==   total heap usage: 545 allocs, 281 frees, 674,369 bytes allocated
==77907== 
==77920== 
==77920== HEAP SUMMARY:
==77920==     in use at exit: 154,710 bytes in 276 blocks
==77920==   total heap usage: 571 allocs, 295 frees, 680,713 bytes allocated
==77920== 
==77918== 
==77918== HEAP SUMMARY:
==77918==     in use at exit: 154,614 bytes in 274 blocks
==77918==   total heap usage: 567 allocs, 293 frees, 679,737 bytes allocated
==77918== 
==77819== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77819==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77819==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77819==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77819==    by 0x718681: pgstat_report_stat (pgstat.c:811)
==77819==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77819==    by 0x724B27: BackendRun (postmaster.c:4237)
==77819==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77819==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77819==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77819==    by 0x67CC9D: main (main.c:223)
==77819==  Address 0xffefff71c is on thread 1's stack
==77819==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77819== 
==77819== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77819==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77819==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77819==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77819==    by 0x718794: pgstat_report_stat (pgstat.c:827)
==77819==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77819==    by 0x724B27: BackendRun (postmaster.c:4237)
==77819==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77819==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77819==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77819==    by 0x67CC9D: main (main.c:223)
==77819==  Address 0xffefff71c is on thread 1's stack
==77819==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77819== 
==77819== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77819==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77819==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77819==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77819==    by 0x7187AD: pgstat_report_stat (pgstat.c:829)
==77819==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77819==    by 0x724B27: BackendRun (postmaster.c:4237)
==77819==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77819==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77819==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77819==    by 0x67CC9D: main (main.c:223)
==77819==  Address 0xffefff36c is on thread 1's stack
==77819==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77819== 
==77801== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77801==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77801==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77801==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77801==    by 0x718681: pgstat_report_stat (pgstat.c:811)
==77801==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77801==    by 0x724B27: BackendRun (postmaster.c:4237)
==77801==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77801==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77801==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77801==    by 0x67CC9D: main (main.c:223)
==77801==  Address 0xffefff71c is on thread 1's stack
==77801==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77801== 
==77801== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77801==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77801==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77801==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77801==    by 0x718794: pgstat_report_stat (pgstat.c:827)
==77801==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77801==    by 0x724B27: BackendRun (postmaster.c:4237)
==77801==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77801==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77801==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77801==    by 0x67CC9D: main (main.c:223)
==77801==  Address 0xffefff71c is on thread 1's stack
==77801==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77801== 
==77801== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77801==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77801==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77801==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77801==    by 0x7187AD: pgstat_report_stat (pgstat.c:829)
==77801==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77801==    by 0x724B27: BackendRun (postmaster.c:4237)
==77801==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77801==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77801==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77801==    by 0x67CC9D: main (main.c:223)
==77801==  Address 0xffefff36c is on thread 1's stack
==77801==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77801== 
==77795== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77795==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77795==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77795==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77795==    by 0x718681: pgstat_report_stat (pgstat.c:811)
==77795==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77795==    by 0x724B27: BackendRun (postmaster.c:4237)
==77795==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77795==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77795==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77795==    by 0x67CC9D: main (main.c:223)
==77795==  Address 0xffefff71c is on thread 1's stack
==77795==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77795== 
==77795== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77795==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77795==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77795==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77795==    by 0x718794: pgstat_report_stat (pgstat.c:827)
==77795==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77795==    by 0x724B27: BackendRun (postmaster.c:4237)
==77795==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77795==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77795==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77795==    by 0x67CC9D: main (main.c:223)
==77795==  Address 0xffefff71c is on thread 1's stack
==77795==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77795== 
==77795== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77795==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77795==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77795==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77795==    by 0x7187AD: pgstat_report_stat (pgstat.c:829)
==77795==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77795==    by 0x724B27: BackendRun (postmaster.c:4237)
==77795==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77795==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77795==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77795==    by 0x67CC9D: main (main.c:223)
==77795==  Address 0xffefff36c is on thread 1's stack
==77795==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77795== 
==77831== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77831==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77831==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77831==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77831==    by 0x718681: pgstat_report_stat (pgstat.c:811)
==77831==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77831==    by 0x724B27: BackendRun (postmaster.c:4237)
==77831==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77831==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77831==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77831==    by 0x67CC9D: main (main.c:223)
==77831==  Address 0xffefff71c is on thread 1's stack
==77831==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77831== 
==77831== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77831==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77831==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77831==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77831==    by 0x718794: pgstat_report_stat (pgstat.c:827)
==77831==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77831==    by 0x724B27: BackendRun (postmaster.c:4237)
==77831==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77831==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77831==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77831==    by 0x67CC9D: main (main.c:223)
==77831==  Address 0xffefff71c is on thread 1's stack
==77831==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77831== 
==77831== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77831==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77831==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77831==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77831==    by 0x7187AD: pgstat_report_stat (pgstat.c:829)
==77831==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77831==    by 0x724B27: BackendRun (postmaster.c:4237)
==77831==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77831==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77831==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77831==    by 0x67CC9D: main (main.c:223)
==77831==  Address 0xffefff36c is on thread 1's stack
==77831==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77831== 
==77815== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77815==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77815==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77815==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77815==    by 0x718681: pgstat_report_stat (pgstat.c:811)
==77815==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77815==    by 0x724B27: BackendRun (postmaster.c:4237)
==77815==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77815==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77815==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77815==    by 0x67CC9D: main (main.c:223)
==77815==  Address 0xffefff71c is on thread 1's stack
==77815==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77815== 
==77815== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77815==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77815==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77815==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77815==    by 0x718794: pgstat_report_stat (pgstat.c:827)
==77815==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77815==    by 0x724B27: BackendRun (postmaster.c:4237)
==77815==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77815==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77815==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77815==    by 0x67CC9D: main (main.c:223)
==77815==  Address 0xffefff71c is on thread 1's stack
==77815==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77815== 
==77815== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77815==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77815==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77815==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77815==    by 0x7187AD: pgstat_report_stat (pgstat.c:829)
==77815==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77815==    by 0x724B27: BackendRun (postmaster.c:4237)
==77815==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77815==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77815==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77815==    by 0x67CC9D: main (main.c:223)
==77815==  Address 0xffefff36c is on thread 1's stack
==77815==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77815== 
==77685== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77685==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77685==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77685==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77685==    by 0x718681: pgstat_report_stat (pgstat.c:811)
==77685==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77685==    by 0x724B27: BackendRun (postmaster.c:4237)
==77685==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77685==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77685==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77685==    by 0x67CC9D: main (main.c:223)
==77685==  Address 0xffefff71c is on thread 1's stack
==77685==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77685== 
==77685== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77685==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77685==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77685==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77685==    by 0x718794: pgstat_report_stat (pgstat.c:827)
==77685==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77685==    by 0x724B27: BackendRun (postmaster.c:4237)
==77685==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77685==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77685==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77685==    by 0x67CC9D: main (main.c:223)
==77685==  Address 0xffefff71c is on thread 1's stack
==77685==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77685== 
==77685== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77685==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77685==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77685==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77685==    by 0x7187AD: pgstat_report_stat (pgstat.c:829)
==77685==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77685==    by 0x724B27: BackendRun (postmaster.c:4237)
==77685==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77685==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77685==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77685==    by 0x67CC9D: main (main.c:223)
==77685==  Address 0xffefff36c is on thread 1's stack
==77685==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77685== 
==77797== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77797==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77797==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77797==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77797==    by 0x718681: pgstat_report_stat (pgstat.c:811)
==77797==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77797==    by 0x724B27: BackendRun (postmaster.c:4237)
==77797==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77797==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77797==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77797==    by 0x67CC9D: main (main.c:223)
==77797==  Address 0xffefff71c is on thread 1's stack
==77797==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77797== 
==77797== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77797==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77797==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77797==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77797==    by 0x718794: pgstat_report_stat (pgstat.c:827)
==77797==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77797==    by 0x724B27: BackendRun (postmaster.c:4237)
==77797==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77797==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77797==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77797==    by 0x67CC9D: main (main.c:223)
==77797==  Address 0xffefff71c is on thread 1's stack
==77797==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77797== 
==77797== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77797==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77797==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77797==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77797==    by 0x7187AD: pgstat_report_stat (pgstat.c:829)
==77797==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77797==    by 0x724B27: BackendRun (postmaster.c:4237)
==77797==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77797==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77797==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77797==    by 0x67CC9D: main (main.c:223)
==77797==  Address 0xffefff36c is on thread 1's stack
==77797==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77797== 
==77798== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77798==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77798==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77798==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77798==    by 0x718681: pgstat_report_stat (pgstat.c:811)
==77798==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77798==    by 0x724B27: BackendRun (postmaster.c:4237)
==77798==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77798==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77798==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77798==    by 0x67CC9D: main (main.c:223)
==77798==  Address 0xffefff71c is on thread 1's stack
==77798==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77798== 
==77798== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77798==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77798==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77798==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77798==    by 0x718794: pgstat_report_stat (pgstat.c:827)
==77798==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77798==    by 0x724B27: BackendRun (postmaster.c:4237)
==77798==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77798==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77798==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77798==    by 0x67CC9D: main (main.c:223)
==77798==  Address 0xffefff71c is on thread 1's stack
==77798==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77798== 
==77798== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77798==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77798==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77798==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77798==    by 0x7187AD: pgstat_report_stat (pgstat.c:829)
==77798==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77798==    by 0x724B27: BackendRun (postmaster.c:4237)
==77798==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77798==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77798==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77798==    by 0x67CC9D: main (main.c:223)
==77798==  Address 0xffefff36c is on thread 1's stack
==77798==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77798== 
==77800== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77800==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77800==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77800==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77800==    by 0x718681: pgstat_report_stat (pgstat.c:811)
==77800==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77800==    by 0x724B27: BackendRun (postmaster.c:4237)
==77800==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77800==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77800==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77800==    by 0x67CC9D: main (main.c:223)
==77800==  Address 0xffefff71c is on thread 1's stack
==77800==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77800== 
==77800== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77800==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77800==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77800==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77800==    by 0x718794: pgstat_report_stat (pgstat.c:827)
==77800==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77800==    by 0x724B27: BackendRun (postmaster.c:4237)
==77800==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77800==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77800==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77800==    by 0x67CC9D: main (main.c:223)
==77800==  Address 0xffefff71c is on thread 1's stack
==77800==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77800== 
==77800== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77800==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77800==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77800==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77800==    by 0x7187AD: pgstat_report_stat (pgstat.c:829)
==77800==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77800==    by 0x724B27: BackendRun (postmaster.c:4237)
==77800==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77800==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77800==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77800==    by 0x67CC9D: main (main.c:223)
==77800==  Address 0xffefff36c is on thread 1's stack
==77800==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77800== 
==77794== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77794==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77794==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77794==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77794==    by 0x718681: pgstat_report_stat (pgstat.c:811)
==77794==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77794==    by 0x724B27: BackendRun (postmaster.c:4237)
==77794==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77794==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77794==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77794==    by 0x67CC9D: main (main.c:223)
==77794==  Address 0xffefff71c is on thread 1's stack
==77794==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77794== 
==77822== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77822==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77822==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77822==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77822==    by 0x718681: pgstat_report_stat (pgstat.c:811)
==77822==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77822==    by 0x724B27: BackendRun (postmaster.c:4237)
==77822==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77822==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77822==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77822==    by 0x67CC9D: main (main.c:223)
==77822==  Address 0xffefff71c is on thread 1's stack
==77822==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77822== 
==77794== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77794==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77794==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77794==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77794==    by 0x718794: pgstat_report_stat (pgstat.c:827)
==77794==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77794==    by 0x724B27: BackendRun (postmaster.c:4237)
==77794==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77794==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77794==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77794==    by 0x67CC9D: main (main.c:223)
==77794==  Address 0xffefff71c is on thread 1's stack
==77794==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77794== 
==77794== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77794==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77794==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77794==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77794==    by 0x7187AD: pgstat_report_stat (pgstat.c:829)
==77794==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77794==    by 0x724B27: BackendRun (postmaster.c:4237)
==77794==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77794==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77794==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77794==    by 0x67CC9D: main (main.c:223)
==77794==  Address 0xffefff36c is on thread 1's stack
==77794==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77794== 
==77822== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77822==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77822==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77822==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77822==    by 0x718794: pgstat_report_stat (pgstat.c:827)
==77822==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77822==    by 0x724B27: BackendRun (postmaster.c:4237)
==77822==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77822==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77822==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77822==    by 0x67CC9D: main (main.c:223)
==77822==  Address 0xffefff71c is on thread 1's stack
==77822==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77822== 
==77822== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77822==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77822==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77822==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77822==    by 0x7187AD: pgstat_report_stat (pgstat.c:829)
==77822==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77822==    by 0x724B27: BackendRun (postmaster.c:4237)
==77822==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77822==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77822==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77822==    by 0x67CC9D: main (main.c:223)
==77822==  Address 0xffefff36c is on thread 1's stack
==77822==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77822== 
==77813== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77813==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77813==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77813==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77813==    by 0x718681: pgstat_report_stat (pgstat.c:811)
==77813==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77813==    by 0x724B27: BackendRun (postmaster.c:4237)
==77813==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77813==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77813==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77813==    by 0x67CC9D: main (main.c:223)
==77813==  Address 0xffefff71c is on thread 1's stack
==77813==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77813== 
==77813== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77813==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77813==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77813==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77813==    by 0x718794: pgstat_report_stat (pgstat.c:827)
==77813==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77813==    by 0x724B27: BackendRun (postmaster.c:4237)
==77813==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77813==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77813==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77813==    by 0x67CC9D: main (main.c:223)
==77813==  Address 0xffefff71c is on thread 1's stack
==77813==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77813== 
==77813== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77813==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77813==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77813==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77813==    by 0x7187AD: pgstat_report_stat (pgstat.c:829)
==77813==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77813==    by 0x724B27: BackendRun (postmaster.c:4237)
==77813==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77813==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77813==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77813==    by 0x67CC9D: main (main.c:223)
==77813==  Address 0xffefff36c is on thread 1's stack
==77813==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77813== 
==77850== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77850==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77850==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77850==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77850==    by 0x718681: pgstat_report_stat (pgstat.c:811)
==77850==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77850==    by 0x724B27: BackendRun (postmaster.c:4237)
==77850==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77850==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77850==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77850==    by 0x67CC9D: main (main.c:223)
==77850==  Address 0xffefff71c is on thread 1's stack
==77850==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77850== 
==77850== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77850==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77850==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77850==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77850==    by 0x718794: pgstat_report_stat (pgstat.c:827)
==77850==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77850==    by 0x724B27: BackendRun (postmaster.c:4237)
==77850==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77850==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77850==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77850==    by 0x67CC9D: main (main.c:223)
==77850==  Address 0xffefff71c is on thread 1's stack
==77850==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77850== 
==77850== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77850==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77850==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77850==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77850==    by 0x7187AD: pgstat_report_stat (pgstat.c:829)
==77850==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77850==    by 0x724B27: BackendRun (postmaster.c:4237)
==77850==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77850==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77850==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77850==    by 0x67CC9D: main (main.c:223)
==77850==  Address 0xffefff36c is on thread 1's stack
==77850==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77850== 
==77832== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77832==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77832==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77832==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77832==    by 0x718681: pgstat_report_stat (pgstat.c:811)
==77832==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77832==    by 0x724B27: BackendRun (postmaster.c:4237)
==77832==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77832==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77832==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77832==    by 0x67CC9D: main (main.c:223)
==77832==  Address 0xffefff71c is on thread 1's stack
==77832==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77832== 
==77832== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77832==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77832==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77832==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77832==    by 0x718794: pgstat_report_stat (pgstat.c:827)
==77832==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77832==    by 0x724B27: BackendRun (postmaster.c:4237)
==77832==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77832==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77832==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77832==    by 0x67CC9D: main (main.c:223)
==77832==  Address 0xffefff71c is on thread 1's stack
==77832==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77832== 
==77832== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77832==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77832==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77832==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77832==    by 0x7187AD: pgstat_report_stat (pgstat.c:829)
==77832==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77832==    by 0x724B27: BackendRun (postmaster.c:4237)
==77832==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77832==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77832==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77832==    by 0x67CC9D: main (main.c:223)
==77832==  Address 0xffefff36c is on thread 1's stack
==77832==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77832== 
==77791== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77791==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77791==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77791==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77791==    by 0x718681: pgstat_report_stat (pgstat.c:811)
==77791==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77791==    by 0x724B27: BackendRun (postmaster.c:4237)
==77791==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77791==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77791==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77791==    by 0x67CC9D: main (main.c:223)
==77791==  Address 0xffefff71c is on thread 1's stack
==77791==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77791== 
==77791== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77791==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77791==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77791==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77791==    by 0x718794: pgstat_report_stat (pgstat.c:827)
==77791==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77791==    by 0x724B27: BackendRun (postmaster.c:4237)
==77791==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77791==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77791==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77791==    by 0x67CC9D: main (main.c:223)
==77791==  Address 0xffefff71c is on thread 1's stack
==77791==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77791== 
==77791== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77791==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77791==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77791==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77791==    by 0x7187AD: pgstat_report_stat (pgstat.c:829)
==77791==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77791==    by 0x724B27: BackendRun (postmaster.c:4237)
==77791==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77791==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77791==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77791==    by 0x67CC9D: main (main.c:223)
==77791==  Address 0xffefff36c is on thread 1's stack
==77791==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77791== 
==77845== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77845==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77845==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77845==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77845==    by 0x718681: pgstat_report_stat (pgstat.c:811)
==77845==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77845==    by 0x724B27: BackendRun (postmaster.c:4237)
==77845==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77845==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77845==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77845==    by 0x67CC9D: main (main.c:223)
==77845==  Address 0xffefff71c is on thread 1's stack
==77845==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77845== 
==77845== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77845==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77845==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77845==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77845==    by 0x718794: pgstat_report_stat (pgstat.c:827)
==77845==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77845==    by 0x724B27: BackendRun (postmaster.c:4237)
==77845==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77845==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77845==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77845==    by 0x67CC9D: main (main.c:223)
==77845==  Address 0xffefff71c is on thread 1's stack
==77845==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77845== 
==77827== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77827==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77827==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77827==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77827==    by 0x718681: pgstat_report_stat (pgstat.c:811)
==77827==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77827==    by 0x724B27: BackendRun (postmaster.c:4237)
==77827==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77827==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77827==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77827==    by 0x67CC9D: main (main.c:223)
==77827==  Address 0xffefff71c is on thread 1's stack
==77827==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77827== 
==77827== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77827==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77827==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77827==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77827==    by 0x718794: pgstat_report_stat (pgstat.c:827)
==77827==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77827==    by 0x724B27: BackendRun (postmaster.c:4237)
==77827==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77827==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77827==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77827==    by 0x67CC9D: main (main.c:223)
==77827==  Address 0xffefff71c is on thread 1's stack
==77827==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77827== 
==77827== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77827==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77827==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77827==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77827==    by 0x7187AD: pgstat_report_stat (pgstat.c:829)
==77827==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77827==    by 0x724B27: BackendRun (postmaster.c:4237)
==77827==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77827==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77827==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77827==    by 0x67CC9D: main (main.c:223)
==77827==  Address 0xffefff36c is on thread 1's stack
==77827==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77827== 
==77789== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77789==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77789==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77789==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77789==    by 0x718681: pgstat_report_stat (pgstat.c:811)
==77789==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77789==    by 0x724B27: BackendRun (postmaster.c:4237)
==77789==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77789==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77789==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77789==    by 0x67CC9D: main (main.c:223)
==77789==  Address 0xffefff71c is on thread 1's stack
==77789==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77789== 
==77789== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77789==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77789==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77789==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77789==    by 0x718794: pgstat_report_stat (pgstat.c:827)
==77789==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77789==    by 0x724B27: BackendRun (postmaster.c:4237)
==77789==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77789==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77789==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77789==    by 0x67CC9D: main (main.c:223)
==77789==  Address 0xffefff71c is on thread 1's stack
==77789==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77789== 
==77789== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77789==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77789==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77789==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77789==    by 0x7187AD: pgstat_report_stat (pgstat.c:829)
==77789==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77789==    by 0x724B27: BackendRun (postmaster.c:4237)
==77789==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77789==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77789==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77789==    by 0x67CC9D: main (main.c:223)
==77789==  Address 0xffefff36c is on thread 1's stack
==77789==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77789== 
==77845== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77845==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77845==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77845==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77845==    by 0x7187AD: pgstat_report_stat (pgstat.c:829)
==77845==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77845==    by 0x724B27: BackendRun (postmaster.c:4237)
==77845==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77845==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77845==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77845==    by 0x67CC9D: main (main.c:223)
==77845==  Address 0xffefff36c is on thread 1's stack
==77845==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77845== 
==77860== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77860==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77860==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77860==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77860==    by 0x718681: pgstat_report_stat (pgstat.c:811)
==77860==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77860==    by 0x724B27: BackendRun (postmaster.c:4237)
==77860==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77860==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77860==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77860==    by 0x67CC9D: main (main.c:223)
==77860==  Address 0xffefff71c is on thread 1's stack
==77860==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77860== 
==77860== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77860==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77860==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77860==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77860==    by 0x718794: pgstat_report_stat (pgstat.c:827)
==77860==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77860==    by 0x724B27: BackendRun (postmaster.c:4237)
==77860==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77860==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77860==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77860==    by 0x67CC9D: main (main.c:223)
==77860==  Address 0xffefff71c is on thread 1's stack
==77860==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77860== 
==77860== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77860==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77860==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77860==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77860==    by 0x7187AD: pgstat_report_stat (pgstat.c:829)
==77860==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77860==    by 0x724B27: BackendRun (postmaster.c:4237)
==77860==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77860==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77860==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77860==    by 0x67CC9D: main (main.c:223)
==77860==  Address 0xffefff36c is on thread 1's stack
==77860==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77860== 
==77799== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77799==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77799==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77799==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77799==    by 0x718681: pgstat_report_stat (pgstat.c:811)
==77799==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77799==    by 0x724B27: BackendRun (postmaster.c:4237)
==77799==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77799==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77799==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77799==    by 0x67CC9D: main (main.c:223)
==77799==  Address 0xffefff71c is on thread 1's stack
==77799==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77799== 
==77799== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77799==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77799==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77799==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77799==    by 0x718794: pgstat_report_stat (pgstat.c:827)
==77799==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77799==    by 0x724B27: BackendRun (postmaster.c:4237)
==77799==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77799==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77799==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77799==    by 0x67CC9D: main (main.c:223)
==77799==  Address 0xffefff71c is on thread 1's stack
==77799==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77799== 
==77792== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77792==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77792==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77792==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77792==    by 0x718681: pgstat_report_stat (pgstat.c:811)
==77792==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77792==    by 0x724B27: BackendRun (postmaster.c:4237)
==77792==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77792==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77792==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77792==    by 0x67CC9D: main (main.c:223)
==77792==  Address 0xffefff71c is on thread 1's stack
==77792==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77792== 
==77799== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77799==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77799==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77799==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77799==    by 0x7187AD: pgstat_report_stat (pgstat.c:829)
==77799==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77799==    by 0x724B27: BackendRun (postmaster.c:4237)
==77799==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77799==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77799==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77799==    by 0x67CC9D: main (main.c:223)
==77799==  Address 0xffefff36c is on thread 1's stack
==77799==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77799== 
==77792== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77792==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77792==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77792==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77792==    by 0x718794: pgstat_report_stat (pgstat.c:827)
==77792==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77792==    by 0x724B27: BackendRun (postmaster.c:4237)
==77792==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77792==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77792==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77792==    by 0x67CC9D: main (main.c:223)
==77792==  Address 0xffefff71c is on thread 1's stack
==77792==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77792== 
==77792== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77792==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77792==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77792==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77792==    by 0x7187AD: pgstat_report_stat (pgstat.c:829)
==77792==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77792==    by 0x724B27: BackendRun (postmaster.c:4237)
==77792==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77792==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77792==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77792==    by 0x67CC9D: main (main.c:223)
==77792==  Address 0xffefff36c is on thread 1's stack
==77792==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77792== 
==77817== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77817==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77817==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77817==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77817==    by 0x718681: pgstat_report_stat (pgstat.c:811)
==77817==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77817==    by 0x724B27: BackendRun (postmaster.c:4237)
==77817==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77817==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77817==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77817==    by 0x67CC9D: main (main.c:223)
==77817==  Address 0xffefff71c is on thread 1's stack
==77817==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77817== 
==77817== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77817==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77817==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77817==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77817==    by 0x718794: pgstat_report_stat (pgstat.c:827)
==77817==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77817==    by 0x724B27: BackendRun (postmaster.c:4237)
==77817==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77817==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77817==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77817==    by 0x67CC9D: main (main.c:223)
==77817==  Address 0xffefff71c is on thread 1's stack
==77817==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77817== 
==77817== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77817==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77817==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77817==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77817==    by 0x7187AD: pgstat_report_stat (pgstat.c:829)
==77817==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77817==    by 0x724B27: BackendRun (postmaster.c:4237)
==77817==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77817==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77817==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77817==    by 0x67CC9D: main (main.c:223)
==77817==  Address 0xffefff36c is on thread 1's stack
==77817==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77817== 
==77790== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77790==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77790==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77790==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77790==    by 0x718681: pgstat_report_stat (pgstat.c:811)
==77790==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77790==    by 0x724B27: BackendRun (postmaster.c:4237)
==77790==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77790==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77790==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77790==    by 0x67CC9D: main (main.c:223)
==77790==  Address 0xffefff71c is on thread 1's stack
==77790==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77790== 
==77790== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77790==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77790==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77790==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77790==    by 0x718794: pgstat_report_stat (pgstat.c:827)
==77790==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77790==    by 0x724B27: BackendRun (postmaster.c:4237)
==77790==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77790==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77790==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77790==    by 0x67CC9D: main (main.c:223)
==77790==  Address 0xffefff71c is on thread 1's stack
==77790==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77790== 
==77790== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77790==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77790==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77790==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77790==    by 0x7187AD: pgstat_report_stat (pgstat.c:829)
==77790==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77790==    by 0x724B27: BackendRun (postmaster.c:4237)
==77790==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77790==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77790==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77790==    by 0x67CC9D: main (main.c:223)
==77790==  Address 0xffefff36c is on thread 1's stack
==77790==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77790== 
==77824== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77824==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77824==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77824==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77824==    by 0x718681: pgstat_report_stat (pgstat.c:811)
==77824==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77824==    by 0x724B27: BackendRun (postmaster.c:4237)
==77824==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77824==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77824==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77824==    by 0x67CC9D: main (main.c:223)
==77824==  Address 0xffefff71c is on thread 1's stack
==77824==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77824== 
==77824== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77824==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77824==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77824==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77824==    by 0x718794: pgstat_report_stat (pgstat.c:827)
==77824==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77824==    by 0x724B27: BackendRun (postmaster.c:4237)
==77824==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77824==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77824==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77824==    by 0x67CC9D: main (main.c:223)
==77824==  Address 0xffefff71c is on thread 1's stack
==77824==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77824== 
==77824== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77824==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77824==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77824==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77824==    by 0x7187AD: pgstat_report_stat (pgstat.c:829)
==77824==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77824==    by 0x724B27: BackendRun (postmaster.c:4237)
==77824==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77824==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77824==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77824==    by 0x67CC9D: main (main.c:223)
==77824==  Address 0xffefff36c is on thread 1's stack
==77824==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77824== 
==77847== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77847==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77847==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77847==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77847==    by 0x718681: pgstat_report_stat (pgstat.c:811)
==77847==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77847==    by 0x724B27: BackendRun (postmaster.c:4237)
==77847==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77847==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77847==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77847==    by 0x67CC9D: main (main.c:223)
==77847==  Address 0xffefff71c is on thread 1's stack
==77847==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77847== 
==77847== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77847==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77847==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77847==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77847==    by 0x718794: pgstat_report_stat (pgstat.c:827)
==77847==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77847==    by 0x724B27: BackendRun (postmaster.c:4237)
==77847==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77847==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77847==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77847==    by 0x67CC9D: main (main.c:223)
==77847==  Address 0xffefff71c is on thread 1's stack
==77847==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77847== 
==77847== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77847==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77847==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77847==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77847==    by 0x7187AD: pgstat_report_stat (pgstat.c:829)
==77847==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77847==    by 0x724B27: BackendRun (postmaster.c:4237)
==77847==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77847==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77847==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77847==    by 0x67CC9D: main (main.c:223)
==77847==  Address 0xffefff36c is on thread 1's stack
==77847==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77847== 
==77836== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77836==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77836==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77836==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77836==    by 0x718681: pgstat_report_stat (pgstat.c:811)
==77836==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77836==    by 0x724B27: BackendRun (postmaster.c:4237)
==77836==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77836==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77836==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77836==    by 0x67CC9D: main (main.c:223)
==77836==  Address 0xffefff71c is on thread 1's stack
==77836==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77836== 
==77836== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77836==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77836==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77836==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77836==    by 0x718794: pgstat_report_stat (pgstat.c:827)
==77836==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77836==    by 0x724B27: BackendRun (postmaster.c:4237)
==77836==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77836==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77836==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77836==    by 0x67CC9D: main (main.c:223)
==77836==  Address 0xffefff71c is on thread 1's stack
==77836==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77836== 
==77836== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77836==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77836==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77836==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77836==    by 0x7187AD: pgstat_report_stat (pgstat.c:829)
==77836==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77836==    by 0x724B27: BackendRun (postmaster.c:4237)
==77836==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77836==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77836==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77836==    by 0x67CC9D: main (main.c:223)
==77836==  Address 0xffefff36c is on thread 1's stack
==77836==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77836== 
==77820== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77820==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77820==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77820==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77820==    by 0x718681: pgstat_report_stat (pgstat.c:811)
==77820==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77820==    by 0x724B27: BackendRun (postmaster.c:4237)
==77820==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77820==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77820==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77820==    by 0x67CC9D: main (main.c:223)
==77820==  Address 0xffefff71c is on thread 1's stack
==77820==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77820== 
==77820== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77820==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77820==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77820==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77820==    by 0x718794: pgstat_report_stat (pgstat.c:827)
==77820==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77820==    by 0x724B27: BackendRun (postmaster.c:4237)
==77820==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77820==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77820==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77820==    by 0x67CC9D: main (main.c:223)
==77820==  Address 0xffefff71c is on thread 1's stack
==77820==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77820== 
==77820== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77820==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77820==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77820==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77820==    by 0x7187AD: pgstat_report_stat (pgstat.c:829)
==77820==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77820==    by 0x724B27: BackendRun (postmaster.c:4237)
==77820==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77820==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77820==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77820==    by 0x67CC9D: main (main.c:223)
==77820==  Address 0xffefff36c is on thread 1's stack
==77820==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77820== 
==77835== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77835==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77835==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77835==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77835==    by 0x718681: pgstat_report_stat (pgstat.c:811)
==77835==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77835==    by 0x724B27: BackendRun (postmaster.c:4237)
==77835==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77835==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77835==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77835==    by 0x67CC9D: main (main.c:223)
==77835==  Address 0xffefff71c is on thread 1's stack
==77835==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77835== 
==77828== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77828==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77828==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77828==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77828==    by 0x718681: pgstat_report_stat (pgstat.c:811)
==77828==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77828==    by 0x724B27: BackendRun (postmaster.c:4237)
==77828==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77828==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77828==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77828==    by 0x67CC9D: main (main.c:223)
==77828==  Address 0xffefff71c is on thread 1's stack
==77828==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77828== 
==77835== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77835==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77835==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77835==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77835==    by 0x718794: pgstat_report_stat (pgstat.c:827)
==77835==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77835==    by 0x724B27: BackendRun (postmaster.c:4237)
==77835==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77835==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77835==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77835==    by 0x67CC9D: main (main.c:223)
==77835==  Address 0xffefff71c is on thread 1's stack
==77835==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77835== 
==77839== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77839==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77839==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77839==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77839==    by 0x718681: pgstat_report_stat (pgstat.c:811)
==77839==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77839==    by 0x724B27: BackendRun (postmaster.c:4237)
==77839==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77839==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77839==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77839==    by 0x67CC9D: main (main.c:223)
==77839==  Address 0xffefff71c is on thread 1's stack
==77839==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77839== 
==77835== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77835==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77835==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77835==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77835==    by 0x7187AD: pgstat_report_stat (pgstat.c:829)
==77835==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77835==    by 0x724B27: BackendRun (postmaster.c:4237)
==77835==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77835==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77835==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77835==    by 0x67CC9D: main (main.c:223)
==77835==  Address 0xffefff36c is on thread 1's stack
==77835==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77835== 
==77821== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77821==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77821==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77821==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77821==    by 0x718681: pgstat_report_stat (pgstat.c:811)
==77821==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77821==    by 0x724B27: BackendRun (postmaster.c:4237)
==77821==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77821==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77821==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77821==    by 0x67CC9D: main (main.c:223)
==77821==  Address 0xffefff71c is on thread 1's stack
==77821==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77821== 
==77826== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77826==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77826==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77826==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77826==    by 0x718681: pgstat_report_stat (pgstat.c:811)
==77826==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77826==    by 0x724B27: BackendRun (postmaster.c:4237)
==77826==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77826==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77826==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77826==    by 0x67CC9D: main (main.c:223)
==77826==  Address 0xffefff71c is on thread 1's stack
==77826==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77826== 
==77821== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77821==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77821==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77821==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77821==    by 0x718794: pgstat_report_stat (pgstat.c:827)
==77821==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77821==    by 0x724B27: BackendRun (postmaster.c:4237)
==77821==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77821==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77821==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77821==    by 0x67CC9D: main (main.c:223)
==77821==  Address 0xffefff71c is on thread 1's stack
==77821==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77821== 
==77821== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77821==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77821==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77821==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77821==    by 0x7187AD: pgstat_report_stat (pgstat.c:829)
==77821==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77821==    by 0x724B27: BackendRun (postmaster.c:4237)
==77821==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77821==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77821==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77821==    by 0x67CC9D: main (main.c:223)
==77821==  Address 0xffefff36c is on thread 1's stack
==77821==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77821== 
==77825== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77825==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77825==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77825==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77825==    by 0x718681: pgstat_report_stat (pgstat.c:811)
==77825==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77825==    by 0x724B27: BackendRun (postmaster.c:4237)
==77825==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77825==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77825==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77825==    by 0x67CC9D: main (main.c:223)
==77825==  Address 0xffefff71c is on thread 1's stack
==77825==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77825== 
==77825== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77825==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77825==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77825==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77825==    by 0x718794: pgstat_report_stat (pgstat.c:827)
==77825==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77825==    by 0x724B27: BackendRun (postmaster.c:4237)
==77825==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77825==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77825==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77825==    by 0x67CC9D: main (main.c:223)
==77825==  Address 0xffefff71c is on thread 1's stack
==77825==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77825== 
==77825== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77825==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77825==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77825==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77825==    by 0x7187AD: pgstat_report_stat (pgstat.c:829)
==77825==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77825==    by 0x724B27: BackendRun (postmaster.c:4237)
==77825==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77825==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77825==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77825==    by 0x67CC9D: main (main.c:223)
==77825==  Address 0xffefff36c is on thread 1's stack
==77825==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77825== 
==77828== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77828==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77828==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77828==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77828==    by 0x718794: pgstat_report_stat (pgstat.c:827)
==77828==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77828==    by 0x724B27: BackendRun (postmaster.c:4237)
==77828==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77828==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77828==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77828==    by 0x67CC9D: main (main.c:223)
==77828==  Address 0xffefff71c is on thread 1's stack
==77828==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77828== 
==77828== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77828==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77828==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77828==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77828==    by 0x7187AD: pgstat_report_stat (pgstat.c:829)
==77828==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77828==    by 0x724B27: BackendRun (postmaster.c:4237)
==77828==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77828==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77828==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77828==    by 0x67CC9D: main (main.c:223)
==77828==  Address 0xffefff36c is on thread 1's stack
==77828==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77828== 
==77839== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77839==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77839==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77839==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77839==    by 0x718794: pgstat_report_stat (pgstat.c:827)
==77839==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77839==    by 0x724B27: BackendRun (postmaster.c:4237)
==77839==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77839==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77839==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77839==    by 0x67CC9D: main (main.c:223)
==77839==  Address 0xffefff71c is on thread 1's stack
==77839==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77839== 
==77839== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77839==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77839==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77839==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77839==    by 0x7187AD: pgstat_report_stat (pgstat.c:829)
==77839==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77839==    by 0x724B27: BackendRun (postmaster.c:4237)
==77839==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77839==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77839==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77839==    by 0x67CC9D: main (main.c:223)
==77839==  Address 0xffefff36c is on thread 1's stack
==77839==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77839== 
==77854== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77854==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77854==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77854==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77854==    by 0x718681: pgstat_report_stat (pgstat.c:811)
==77854==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77854==    by 0x724B27: BackendRun (postmaster.c:4237)
==77854==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77854==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77854==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77854==    by 0x67CC9D: main (main.c:223)
==77854==  Address 0xffefff71c is on thread 1's stack
==77854==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77854== 
==77854== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77854==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77854==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77854==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77854==    by 0x718794: pgstat_report_stat (pgstat.c:827)
==77854==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77854==    by 0x724B27: BackendRun (postmaster.c:4237)
==77854==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77854==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77854==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77854==    by 0x67CC9D: main (main.c:223)
==77854==  Address 0xffefff71c is on thread 1's stack
==77854==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77854== 
==77854== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77854==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77854==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77854==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77854==    by 0x7187AD: pgstat_report_stat (pgstat.c:829)
==77854==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77854==    by 0x724B27: BackendRun (postmaster.c:4237)
==77854==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77854==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77854==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77854==    by 0x67CC9D: main (main.c:223)
==77854==  Address 0xffefff36c is on thread 1's stack
==77854==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77854== 
==77826== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77826==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77826==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77826==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77826==    by 0x718794: pgstat_report_stat (pgstat.c:827)
==77826==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77826==    by 0x724B27: BackendRun (postmaster.c:4237)
==77826==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77826==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77826==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77826==    by 0x67CC9D: main (main.c:223)
==77826==  Address 0xffefff71c is on thread 1's stack
==77826==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77826== 
==77826== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77826==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77826==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77826==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77826==    by 0x7187AD: pgstat_report_stat (pgstat.c:829)
==77826==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77826==    by 0x724B27: BackendRun (postmaster.c:4237)
==77826==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77826==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77826==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77826==    by 0x67CC9D: main (main.c:223)
==77826==  Address 0xffefff36c is on thread 1's stack
==77826==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77826== 
==77830== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77830==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77830==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77830==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77830==    by 0x718681: pgstat_report_stat (pgstat.c:811)
==77830==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77830==    by 0x724B27: BackendRun (postmaster.c:4237)
==77830==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77830==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77830==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77830==    by 0x67CC9D: main (main.c:223)
==77830==  Address 0xffefff71c is on thread 1's stack
==77830==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77830== 
==77856== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77856==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77856==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77856==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77856==    by 0x718681: pgstat_report_stat (pgstat.c:811)
==77856==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77856==    by 0x724B27: BackendRun (postmaster.c:4237)
==77856==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77856==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77856==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77856==    by 0x67CC9D: main (main.c:223)
==77856==  Address 0xffefff71c is on thread 1's stack
==77856==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77856== 
==77843== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77843==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77843==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77843==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77843==    by 0x718681: pgstat_report_stat (pgstat.c:811)
==77843==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77843==    by 0x724B27: BackendRun (postmaster.c:4237)
==77843==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77843==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77843==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77843==    by 0x67CC9D: main (main.c:223)
==77843==  Address 0xffefff71c is on thread 1's stack
==77843==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77843== 
==77838== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77838==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77838==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77838==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77838==    by 0x718681: pgstat_report_stat (pgstat.c:811)
==77838==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77838==    by 0x724B27: BackendRun (postmaster.c:4237)
==77838==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77838==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77838==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77838==    by 0x67CC9D: main (main.c:223)
==77838==  Address 0xffefff71c is on thread 1's stack
==77838==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77838== 
==77823== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77823==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77823==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77823==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77823==    by 0x718681: pgstat_report_stat (pgstat.c:811)
==77823==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77823==    by 0x724B27: BackendRun (postmaster.c:4237)
==77823==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77823==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77823==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77823==    by 0x67CC9D: main (main.c:223)
==77823==  Address 0xffefff71c is on thread 1's stack
==77823==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77823== 
==77862== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77862==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77862==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77862==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77862==    by 0x718681: pgstat_report_stat (pgstat.c:811)
==77862==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77862==    by 0x724B27: BackendRun (postmaster.c:4237)
==77862==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77862==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77862==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77862==    by 0x67CC9D: main (main.c:223)
==77862==  Address 0xffefff71c is on thread 1's stack
==77862==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77862== 
==77837== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77837==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77837==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77837==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77837==    by 0x718681: pgstat_report_stat (pgstat.c:811)
==77837==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77837==    by 0x724B27: BackendRun (postmaster.c:4237)
==77837==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77837==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77837==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77837==    by 0x67CC9D: main (main.c:223)
==77837==  Address 0xffefff71c is on thread 1's stack
==77837==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77837== 
==77830== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77830==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77830==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77830==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77830==    by 0x718794: pgstat_report_stat (pgstat.c:827)
==77830==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77830==    by 0x724B27: BackendRun (postmaster.c:4237)
==77830==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77830==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77830==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77830==    by 0x67CC9D: main (main.c:223)
==77830==  Address 0xffefff71c is on thread 1's stack
==77830==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77830== 
==77830== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77830==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77830==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77830==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77830==    by 0x7187AD: pgstat_report_stat (pgstat.c:829)
==77830==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77830==    by 0x724B27: BackendRun (postmaster.c:4237)
==77830==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77830==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77830==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77830==    by 0x67CC9D: main (main.c:223)
==77830==  Address 0xffefff36c is on thread 1's stack
==77830==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77830== 
==77856== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77856==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77856==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77856==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77856==    by 0x718794: pgstat_report_stat (pgstat.c:827)
==77856==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77856==    by 0x724B27: BackendRun (postmaster.c:4237)
==77856==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77856==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77856==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77856==    by 0x67CC9D: main (main.c:223)
==77856==  Address 0xffefff71c is on thread 1's stack
==77856==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77856== 
==77838== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77838==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77838==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77838==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77838==    by 0x718794: pgstat_report_stat (pgstat.c:827)
==77838==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77838==    by 0x724B27: BackendRun (postmaster.c:4237)
==77838==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77838==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77838==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77838==    by 0x67CC9D: main (main.c:223)
==77838==  Address 0xffefff71c is on thread 1's stack
==77838==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77838== 
==77856== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77856==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77856==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77856==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77856==    by 0x7187AD: pgstat_report_stat (pgstat.c:829)
==77856==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77856==    by 0x724B27: BackendRun (postmaster.c:4237)
==77856==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77856==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77856==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77856==    by 0x67CC9D: main (main.c:223)
==77856==  Address 0xffefff36c is on thread 1's stack
==77856==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77856== 
==77838== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77838==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77838==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77838==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77838==    by 0x7187AD: pgstat_report_stat (pgstat.c:829)
==77838==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77838==    by 0x724B27: BackendRun (postmaster.c:4237)
==77838==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77838==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77838==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77838==    by 0x67CC9D: main (main.c:223)
==77838==  Address 0xffefff36c is on thread 1's stack
==77838==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77838== 
==77823== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77823==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77823==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77823==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77823==    by 0x718794: pgstat_report_stat (pgstat.c:827)
==77823==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77823==    by 0x724B27: BackendRun (postmaster.c:4237)
==77823==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77823==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77823==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77823==    by 0x67CC9D: main (main.c:223)
==77823==  Address 0xffefff71c is on thread 1's stack
==77823==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77823== 
==77823== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77823==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77823==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77823==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77823==    by 0x7187AD: pgstat_report_stat (pgstat.c:829)
==77823==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77823==    by 0x724B27: BackendRun (postmaster.c:4237)
==77823==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77823==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77823==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77823==    by 0x67CC9D: main (main.c:223)
==77823==  Address 0xffefff36c is on thread 1's stack
==77823==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77823== 
==77843== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77843==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77843==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77843==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77843==    by 0x718794: pgstat_report_stat (pgstat.c:827)
==77843==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77843==    by 0x724B27: BackendRun (postmaster.c:4237)
==77843==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77843==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77843==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77843==    by 0x67CC9D: main (main.c:223)
==77843==  Address 0xffefff71c is on thread 1's stack
==77843==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77843== 
==77843== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77843==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77843==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77843==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77843==    by 0x7187AD: pgstat_report_stat (pgstat.c:829)
==77843==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77843==    by 0x724B27: BackendRun (postmaster.c:4237)
==77843==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77843==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77843==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77843==    by 0x67CC9D: main (main.c:223)
==77843==  Address 0xffefff36c is on thread 1's stack
==77843==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77843== 
==77837== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77837==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77837==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77837==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77837==    by 0x718794: pgstat_report_stat (pgstat.c:827)
==77837==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77837==    by 0x724B27: BackendRun (postmaster.c:4237)
==77837==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77837==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77837==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77837==    by 0x67CC9D: main (main.c:223)
==77837==  Address 0xffefff71c is on thread 1's stack
==77837==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77837== 
==77837== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77837==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77837==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77837==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77837==    by 0x7187AD: pgstat_report_stat (pgstat.c:829)
==77837==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77837==    by 0x724B27: BackendRun (postmaster.c:4237)
==77837==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77837==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77837==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77837==    by 0x67CC9D: main (main.c:223)
==77837==  Address 0xffefff36c is on thread 1's stack
==77837==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77837== 
==77840== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77840==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77840==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77840==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77840==    by 0x718681: pgstat_report_stat (pgstat.c:811)
==77840==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77840==    by 0x724B27: BackendRun (postmaster.c:4237)
==77840==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77840==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77840==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77840==    by 0x67CC9D: main (main.c:223)
==77840==  Address 0xffefff71c is on thread 1's stack
==77840==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77840== 
==77840== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77840==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77840==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77840==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77840==    by 0x718794: pgstat_report_stat (pgstat.c:827)
==77840==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77840==    by 0x724B27: BackendRun (postmaster.c:4237)
==77840==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77840==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77840==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77840==    by 0x67CC9D: main (main.c:223)
==77840==  Address 0xffefff71c is on thread 1's stack
==77840==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77840== 
==77840== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77840==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77840==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77840==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77840==    by 0x7187AD: pgstat_report_stat (pgstat.c:829)
==77840==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77840==    by 0x724B27: BackendRun (postmaster.c:4237)
==77840==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77840==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77840==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77840==    by 0x67CC9D: main (main.c:223)
==77840==  Address 0xffefff36c is on thread 1's stack
==77840==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77840== 
==77862== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77862==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77862==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77862==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77862==    by 0x718794: pgstat_report_stat (pgstat.c:827)
==77862==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77862==    by 0x724B27: BackendRun (postmaster.c:4237)
==77862==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77862==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77862==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77862==    by 0x67CC9D: main (main.c:223)
==77862==  Address 0xffefff71c is on thread 1's stack
==77862==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77862== 
==77862== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77862==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77862==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77862==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77862==    by 0x7187AD: pgstat_report_stat (pgstat.c:829)
==77862==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77862==    by 0x724B27: BackendRun (postmaster.c:4237)
==77862==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77862==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77862==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77862==    by 0x67CC9D: main (main.c:223)
==77862==  Address 0xffefff36c is on thread 1's stack
==77862==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77862== 
==77872== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77872==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77872==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77872==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77872==    by 0x718681: pgstat_report_stat (pgstat.c:811)
==77872==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77872==    by 0x724B27: BackendRun (postmaster.c:4237)
==77872==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77872==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77872==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77872==    by 0x67CC9D: main (main.c:223)
==77872==  Address 0xffefff71c is on thread 1's stack
==77872==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77872== 
==77872== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77872==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77872==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77872==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77872==    by 0x718794: pgstat_report_stat (pgstat.c:827)
==77872==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77872==    by 0x724B27: BackendRun (postmaster.c:4237)
==77872==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77872==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77872==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77872==    by 0x67CC9D: main (main.c:223)
==77872==  Address 0xffefff71c is on thread 1's stack
==77872==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77872== 
==77841== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77841==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77872== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77841==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77841==    by 0x718681: pgstat_report_stat (pgstat.c:811)
==77872==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77872==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77872==    by 0x7187AD: pgstat_report_stat (pgstat.c:829)
==77841==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77872==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77872==    by 0x724B27: BackendRun (postmaster.c:4237)
==77872==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77872==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77841==    by 0x67CC9D: main (main.c:223)
==77872==    by 0x67CC9D: main (main.c:223)
==77841==  Address 0xffefff71c is on thread 1's stack
==77872==  Address 0xffefff36c is on thread 1's stack
==77841==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77841== 
==77872== 
==77878== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77878==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77878==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77878==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77878==    by 0x718681: pgstat_report_stat (pgstat.c:811)
==77878==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77878==    by 0x724B27: BackendRun (postmaster.c:4237)
==77878==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77878==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77878==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77878==    by 0x67CC9D: main (main.c:223)
==77878==  Address 0xffefff71c is on thread 1's stack
==77878==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77878== 
==77878== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77878==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77878==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77878==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77878==    by 0x718794: pgstat_report_stat (pgstat.c:827)
==77878==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77878==    by 0x724B27: BackendRun (postmaster.c:4237)
==77878==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77878==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77878==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77878==    by 0x67CC9D: main (main.c:223)
==77878==  Address 0xffefff71c is on thread 1's stack
==77878==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77878== 
==77878== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77878==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77878==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77878==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77878==    by 0x7187AD: pgstat_report_stat (pgstat.c:829)
==77878==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77878==    by 0x724B27: BackendRun (postmaster.c:4237)
==77878==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77878==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77878==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77878==    by 0x67CC9D: main (main.c:223)
==77878==  Address 0xffefff36c is on thread 1's stack
==77878==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77878== 
==77841== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77841==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77841==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77841==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77841==    by 0x718794: pgstat_report_stat (pgstat.c:827)
==77841==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77841==    by 0x724B27: BackendRun (postmaster.c:4237)
==77841==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77841==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77841==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77841==    by 0x67CC9D: main (main.c:223)
==77841==  Address 0xffefff71c is on thread 1's stack
==77841==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77841== 
==77841== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77841==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77841==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77841==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77841==    by 0x7187AD: pgstat_report_stat (pgstat.c:829)
==77841==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77841==    by 0x724B27: BackendRun (postmaster.c:4237)
==77841==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77841==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77841==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77841==    by 0x67CC9D: main (main.c:223)
==77841==  Address 0xffefff36c is on thread 1's stack
==77841==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77841== 
==77858== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77858==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77858==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77858==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77858==    by 0x718681: pgstat_report_stat (pgstat.c:811)
==77858==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77858==    by 0x724B27: BackendRun (postmaster.c:4237)
==77858==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77858==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77858==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77858==    by 0x67CC9D: main (main.c:223)
==77858==  Address 0xffefff71c is on thread 1's stack
==77858==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77858== 
==77858== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77858==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77858==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77858==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77858==    by 0x718794: pgstat_report_stat (pgstat.c:827)
==77858==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77858==    by 0x724B27: BackendRun (postmaster.c:4237)
==77858==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77858==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77858==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77858==    by 0x67CC9D: main (main.c:223)
==77858==  Address 0xffefff71c is on thread 1's stack
==77858==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77858== 
==77858== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77858==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77858==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77858==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77858==    by 0x7187AD: pgstat_report_stat (pgstat.c:829)
==77858==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77858==    by 0x724B27: BackendRun (postmaster.c:4237)
==77858==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77858==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77858==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77858==    by 0x67CC9D: main (main.c:223)
==77858==  Address 0xffefff36c is on thread 1's stack
==77858==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77858== 
==77849== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77849==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77849==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77849==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77849==    by 0x718681: pgstat_report_stat (pgstat.c:811)
==77849==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77849==    by 0x724B27: BackendRun (postmaster.c:4237)
==77849==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77849==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77849==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77849==    by 0x67CC9D: main (main.c:223)
==77849==  Address 0xffefff71c is on thread 1's stack
==77849==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77849== 
==77849== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77849==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77849==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77849==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77849==    by 0x718794: pgstat_report_stat (pgstat.c:827)
==77849==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77849==    by 0x724B27: BackendRun (postmaster.c:4237)
==77849==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77849==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77849==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77849==    by 0x67CC9D: main (main.c:223)
==77849==  Address 0xffefff71c is on thread 1's stack
==77849==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77849== 
==77849== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77849==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77849==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77849==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77849==    by 0x7187AD: pgstat_report_stat (pgstat.c:829)
==77849==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77849==    by 0x724B27: BackendRun (postmaster.c:4237)
==77849==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77849==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77849==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77849==    by 0x67CC9D: main (main.c:223)
==77849==  Address 0xffefff36c is on thread 1's stack
==77849==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77849== 
==77796== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77796==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77796==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77796==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77796==    by 0x718681: pgstat_report_stat (pgstat.c:811)
==77796==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77796==    by 0x724B27: BackendRun (postmaster.c:4237)
==77796==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77796==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77796==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77796==    by 0x67CC9D: main (main.c:223)
==77796==  Address 0xffefff71c is on thread 1's stack
==77796==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77796== 
==77796== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77796==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77796==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77796==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77796==    by 0x718794: pgstat_report_stat (pgstat.c:827)
==77796==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77796==    by 0x724B27: BackendRun (postmaster.c:4237)
==77796==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77796==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77796==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77796==    by 0x67CC9D: main (main.c:223)
==77796==  Address 0xffefff71c is on thread 1's stack
==77796==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77796== 
==77796== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77796==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77796==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77796==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77796==    by 0x7187AD: pgstat_report_stat (pgstat.c:829)
==77796==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77796==    by 0x724B27: BackendRun (postmaster.c:4237)
==77796==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77796==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77796==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77796==    by 0x67CC9D: main (main.c:223)
==77796==  Address 0xffefff36c is on thread 1's stack
==77796==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77796== 
==77848== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77848==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77848==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77848==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77848==    by 0x718681: pgstat_report_stat (pgstat.c:811)
==77848==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77848==    by 0x724B27: BackendRun (postmaster.c:4237)
==77848==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77848==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77848==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77848==    by 0x67CC9D: main (main.c:223)
==77848==  Address 0xffefff71c is on thread 1's stack
==77848==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77848== 
==77848== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77848==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77848==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77848==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77848==    by 0x718794: pgstat_report_stat (pgstat.c:827)
==77848==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77848==    by 0x724B27: BackendRun (postmaster.c:4237)
==77848==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77848==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77848==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77848==    by 0x67CC9D: main (main.c:223)
==77848==  Address 0xffefff71c is on thread 1's stack
==77848==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77848== 
==77848== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77848==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77848==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77848==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77848==    by 0x7187AD: pgstat_report_stat (pgstat.c:829)
==77848==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77848==    by 0x724B27: BackendRun (postmaster.c:4237)
==77848==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77848==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77848==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77848==    by 0x67CC9D: main (main.c:223)
==77848==  Address 0xffefff36c is on thread 1's stack
==77848==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77848== 
==77853== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77853==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77853==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77853==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77853==    by 0x718681: pgstat_report_stat (pgstat.c:811)
==77853==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77853==    by 0x724B27: BackendRun (postmaster.c:4237)
==77853==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77853==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77853==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77853==    by 0x67CC9D: main (main.c:223)
==77853==  Address 0xffefff71c is on thread 1's stack
==77853==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77853== 
==77853== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77853==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77853==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77853==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77853==    by 0x718794: pgstat_report_stat (pgstat.c:827)
==77853==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77853==    by 0x724B27: BackendRun (postmaster.c:4237)
==77853==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77853==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77853==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77853==    by 0x67CC9D: main (main.c:223)
==77853==  Address 0xffefff71c is on thread 1's stack
==77853==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77853== 
==77853== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77853==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77853==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77853==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77853==    by 0x7187AD: pgstat_report_stat (pgstat.c:829)
==77853==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77853==    by 0x724B27: BackendRun (postmaster.c:4237)
==77853==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77853==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77853==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77853==    by 0x67CC9D: main (main.c:223)
==77853==  Address 0xffefff36c is on thread 1's stack
==77853==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77853== 
==77883== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77883==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77883==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77883==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77883==    by 0x718681: pgstat_report_stat (pgstat.c:811)
==77883==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77883==    by 0x724B27: BackendRun (postmaster.c:4237)
==77883==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77883==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77883==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77883==    by 0x67CC9D: main (main.c:223)
==77883==  Address 0xffefff71c is on thread 1's stack
==77883==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77883== 
==77883== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77883==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77883==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77883==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77883==    by 0x718794: pgstat_report_stat (pgstat.c:827)
==77883==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77883==    by 0x724B27: BackendRun (postmaster.c:4237)
==77883==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77883==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77883==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77883==    by 0x67CC9D: main (main.c:223)
==77883==  Address 0xffefff71c is on thread 1's stack
==77883==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77883== 
==77883== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77883==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77883==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77883==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77883==    by 0x7187AD: pgstat_report_stat (pgstat.c:829)
==77883==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77883==    by 0x724B27: BackendRun (postmaster.c:4237)
==77883==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77883==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77883==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77883==    by 0x67CC9D: main (main.c:223)
==77883==  Address 0xffefff36c is on thread 1's stack
==77883==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77883== 
==77897== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77897==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77897==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77897==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77897==    by 0x718681: pgstat_report_stat (pgstat.c:811)
==77897==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77897==    by 0x724B27: BackendRun (postmaster.c:4237)
==77897==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77897==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77897==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77897==    by 0x67CC9D: main (main.c:223)
==77897==  Address 0xffefff71c is on thread 1's stack
==77897==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77897== 
==77897== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77897==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77897==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77897==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77897==    by 0x718794: pgstat_report_stat (pgstat.c:827)
==77897==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77897==    by 0x724B27: BackendRun (postmaster.c:4237)
==77897==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77897==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77897==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77897==    by 0x67CC9D: main (main.c:223)
==77897==  Address 0xffefff71c is on thread 1's stack
==77897==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77897== 
==77897== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77897==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77897==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77897==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77897==    by 0x7187AD: pgstat_report_stat (pgstat.c:829)
==77897==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77897==    by 0x724B27: BackendRun (postmaster.c:4237)
==77897==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77897==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77897==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77897==    by 0x67CC9D: main (main.c:223)
==77897==  Address 0xffefff36c is on thread 1's stack
==77897==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77897== 
==77855== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77855==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77855==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77855==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77855==    by 0x718681: pgstat_report_stat (pgstat.c:811)
==77855==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77855==    by 0x724B27: BackendRun (postmaster.c:4237)
==77855==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77855==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77855==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77855==    by 0x67CC9D: main (main.c:223)
==77855==  Address 0xffefff71c is on thread 1's stack
==77855==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77855== 
==77855== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77855==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77855==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77855==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77855==    by 0x718794: pgstat_report_stat (pgstat.c:827)
==77855==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77855==    by 0x724B27: BackendRun (postmaster.c:4237)
==77855==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77855==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77855==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77855==    by 0x67CC9D: main (main.c:223)
==77855==  Address 0xffefff71c is on thread 1's stack
==77855==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77855== 
==77855== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77855==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77855==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77855==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77855==    by 0x7187AD: pgstat_report_stat (pgstat.c:829)
==77855==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77855==    by 0x724B27: BackendRun (postmaster.c:4237)
==77855==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77855==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77855==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77855==    by 0x67CC9D: main (main.c:223)
==77855==  Address 0xffefff36c is on thread 1's stack
==77855==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77855== 
==77851== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77851==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77851==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77851==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77851==    by 0x718681: pgstat_report_stat (pgstat.c:811)
==77851==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77851==    by 0x724B27: BackendRun (postmaster.c:4237)
==77851==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77851==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77851==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77851==    by 0x67CC9D: main (main.c:223)
==77851==  Address 0xffefff71c is on thread 1's stack
==77851==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77851== 
==77851== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77851==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77851==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77851==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77851==    by 0x718794: pgstat_report_stat (pgstat.c:827)
==77851==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77851==    by 0x724B27: BackendRun (postmaster.c:4237)
==77851==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77851==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77851==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77851==    by 0x67CC9D: main (main.c:223)
==77851==  Address 0xffefff71c is on thread 1's stack
==77851==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77851== 
==77851== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77851==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77851==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77851==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77851==    by 0x7187AD: pgstat_report_stat (pgstat.c:829)
==77851==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77851==    by 0x724B27: BackendRun (postmaster.c:4237)
==77851==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77851==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77851==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77851==    by 0x67CC9D: main (main.c:223)
==77851==  Address 0xffefff36c is on thread 1's stack
==77851==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77851== 
==77816== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77816==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77816==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77816==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77816==    by 0x718681: pgstat_report_stat (pgstat.c:811)
==77816==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77816==    by 0x724B27: BackendRun (postmaster.c:4237)
==77816==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77816==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77816==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77816==    by 0x67CC9D: main (main.c:223)
==77816==  Address 0xffefff71c is on thread 1's stack
==77816==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77816== 
==77816== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77816==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77816==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77816==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77816==    by 0x718794: pgstat_report_stat (pgstat.c:827)
==77816==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77816==    by 0x724B27: BackendRun (postmaster.c:4237)
==77816==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77816==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77816==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77816==    by 0x67CC9D: main (main.c:223)
==77816==  Address 0xffefff71c is on thread 1's stack
==77816==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77816== 
==77816== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77816==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77816==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77816==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77816==    by 0x7187AD: pgstat_report_stat (pgstat.c:829)
==77816==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77816==    by 0x724B27: BackendRun (postmaster.c:4237)
==77816==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77816==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77816==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77816==    by 0x67CC9D: main (main.c:223)
==77816==  Address 0xffefff36c is on thread 1's stack
==77816==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77816== 
==77866== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77866==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77866==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77866==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77866==    by 0x718681: pgstat_report_stat (pgstat.c:811)
==77866==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77866==    by 0x724B27: BackendRun (postmaster.c:4237)
==77866==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77866==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77866==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77866==    by 0x67CC9D: main (main.c:223)
==77866==  Address 0xffefff71c is on thread 1's stack
==77866==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77866== 
==77866== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77866==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77866==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77866==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77866==    by 0x718794: pgstat_report_stat (pgstat.c:827)
==77866==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77866==    by 0x724B27: BackendRun (postmaster.c:4237)
==77866==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77866==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77866==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77866==    by 0x67CC9D: main (main.c:223)
==77866==  Address 0xffefff71c is on thread 1's stack
==77866==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77866== 
==77866== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77866==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77866==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77866==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77866==    by 0x7187AD: pgstat_report_stat (pgstat.c:829)
==77866==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77866==    by 0x724B27: BackendRun (postmaster.c:4237)
==77866==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77866==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77866==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77866==    by 0x67CC9D: main (main.c:223)
==77866==  Address 0xffefff36c is on thread 1's stack
==77866==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77866== 
==77842== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77842==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77842==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77842==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77842==    by 0x718681: pgstat_report_stat (pgstat.c:811)
==77842==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77842==    by 0x724B27: BackendRun (postmaster.c:4237)
==77842==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77842==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77842==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77842==    by 0x67CC9D: main (main.c:223)
==77842==  Address 0xffefff71c is on thread 1's stack
==77842==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77842== 
==77842== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77842==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77842==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77842==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77842==    by 0x718794: pgstat_report_stat (pgstat.c:827)
==77842==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77842==    by 0x724B27: BackendRun (postmaster.c:4237)
==77842==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77842==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77842==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77842==    by 0x67CC9D: main (main.c:223)
==77842==  Address 0xffefff71c is on thread 1's stack
==77842==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77842== 
==77842== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77842==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77842==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77842==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77842==    by 0x7187AD: pgstat_report_stat (pgstat.c:829)
==77842==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77842==    by 0x724B27: BackendRun (postmaster.c:4237)
==77842==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77842==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77842==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77842==    by 0x67CC9D: main (main.c:223)
==77842==  Address 0xffefff36c is on thread 1's stack
==77842==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77842== 
==77852== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77852==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77852==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77852==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77852==    by 0x718681: pgstat_report_stat (pgstat.c:811)
==77852==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77852==    by 0x724B27: BackendRun (postmaster.c:4237)
==77852==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77852==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77852==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77852==    by 0x67CC9D: main (main.c:223)
==77852==  Address 0xffefff71c is on thread 1's stack
==77852==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77852== 
==77852== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77852==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77852==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77852==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77852==    by 0x718794: pgstat_report_stat (pgstat.c:827)
==77852==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77852==    by 0x724B27: BackendRun (postmaster.c:4237)
==77852==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77852==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77852==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77852==    by 0x67CC9D: main (main.c:223)
==77852==  Address 0xffefff71c is on thread 1's stack
==77852==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77852== 
==77852== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77852==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77852==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77852==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77852==    by 0x7187AD: pgstat_report_stat (pgstat.c:829)
==77852==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77852==    by 0x724B27: BackendRun (postmaster.c:4237)
==77852==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77852==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77852==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77852==    by 0x67CC9D: main (main.c:223)
==77852==  Address 0xffefff36c is on thread 1's stack
==77852==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77852== 
==77871== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77871==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77871==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77871==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77871==    by 0x718681: pgstat_report_stat (pgstat.c:811)
==77871==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77871==    by 0x724B27: BackendRun (postmaster.c:4237)
==77871==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77871==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77871==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77871==    by 0x67CC9D: main (main.c:223)
==77871==  Address 0xffefff71c is on thread 1's stack
==77871==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77871== 
==77871== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77871==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77871==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77871==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77871==    by 0x718794: pgstat_report_stat (pgstat.c:827)
==77871==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77871==    by 0x724B27: BackendRun (postmaster.c:4237)
==77871==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77871==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77871==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77871==    by 0x67CC9D: main (main.c:223)
==77871==  Address 0xffefff71c is on thread 1's stack
==77871==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77871== 
==77871== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77871==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77871==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77871==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77871==    by 0x7187AD: pgstat_report_stat (pgstat.c:829)
==77871==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77871==    by 0x724B27: BackendRun (postmaster.c:4237)
==77871==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77871==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77871==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77871==    by 0x67CC9D: main (main.c:223)
==77871==  Address 0xffefff36c is on thread 1's stack
==77871==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77871== 
==77833== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77833==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77833==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77833==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77833==    by 0x718681: pgstat_report_stat (pgstat.c:811)
==77833==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77833==    by 0x724B27: BackendRun (postmaster.c:4237)
==77833==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77833==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77833==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77833==    by 0x67CC9D: main (main.c:223)
==77833==  Address 0xffefff71c is on thread 1's stack
==77833==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77833== 
==77833== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77833==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77833==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77833==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77833==    by 0x718794: pgstat_report_stat (pgstat.c:827)
==77833==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77833==    by 0x724B27: BackendRun (postmaster.c:4237)
==77833==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77833==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77833==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77833==    by 0x67CC9D: main (main.c:223)
==77833==  Address 0xffefff71c is on thread 1's stack
==77833==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77833== 
==77833== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77833==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77833==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77833==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77833==    by 0x7187AD: pgstat_report_stat (pgstat.c:829)
==77833==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77833==    by 0x724B27: BackendRun (postmaster.c:4237)
==77833==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77833==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77833==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77833==    by 0x67CC9D: main (main.c:223)
==77833==  Address 0xffefff36c is on thread 1's stack
==77833==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77833== 
==77867== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77867==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77867==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77867==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77867==    by 0x718681: pgstat_report_stat (pgstat.c:811)
==77867==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77867==    by 0x724B27: BackendRun (postmaster.c:4237)
==77867==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77867==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77867==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77867==    by 0x67CC9D: main (main.c:223)
==77867==  Address 0xffefff71c is on thread 1's stack
==77867==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77867== 
==77867== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77867==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77867==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77867==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77867==    by 0x718794: pgstat_report_stat (pgstat.c:827)
==77867==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77867==    by 0x724B27: BackendRun (postmaster.c:4237)
==77867==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77867==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77867==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77867==    by 0x67CC9D: main (main.c:223)
==77867==  Address 0xffefff71c is on thread 1's stack
==77867==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77867== 
==77867== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77867==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77867==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77867==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77867==    by 0x7187AD: pgstat_report_stat (pgstat.c:829)
==77867==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77867==    by 0x724B27: BackendRun (postmaster.c:4237)
==77867==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77867==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77867==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77867==    by 0x67CC9D: main (main.c:223)
==77867==  Address 0xffefff36c is on thread 1's stack
==77867==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77867== 
==77865== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77865==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77865==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77865==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77865==    by 0x718681: pgstat_report_stat (pgstat.c:811)
==77865==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77865==    by 0x724B27: BackendRun (postmaster.c:4237)
==77865==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77865==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77865==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77865==    by 0x67CC9D: main (main.c:223)
==77865==  Address 0xffefff71c is on thread 1's stack
==77865==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77865== 
==77865== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77865==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77865==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77865==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77865==    by 0x718794: pgstat_report_stat (pgstat.c:827)
==77865==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77865==    by 0x724B27: BackendRun (postmaster.c:4237)
==77865==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77865==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77865==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77865==    by 0x67CC9D: main (main.c:223)
==77865==  Address 0xffefff71c is on thread 1's stack
==77865==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77865== 
==77865== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77865==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77865==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77865==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77865==    by 0x7187AD: pgstat_report_stat (pgstat.c:829)
==77865==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77865==    by 0x724B27: BackendRun (postmaster.c:4237)
==77865==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77865==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77865==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77865==    by 0x67CC9D: main (main.c:223)
==77865==  Address 0xffefff36c is on thread 1's stack
==77865==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77865== 
==77892== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77892==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77892==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77892==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77892==    by 0x718681: pgstat_report_stat (pgstat.c:811)
==77892==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77892==    by 0x724B27: BackendRun (postmaster.c:4237)
==77892==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77892==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77892==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77892==    by 0x67CC9D: main (main.c:223)
==77892==  Address 0xffefff71c is on thread 1's stack
==77892==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77892== 
==77892== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77892==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77892==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77892==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77892==    by 0x718794: pgstat_report_stat (pgstat.c:827)
==77892==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77892==    by 0x724B27: BackendRun (postmaster.c:4237)
==77892==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77892==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77892==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77892==    by 0x67CC9D: main (main.c:223)
==77892==  Address 0xffefff71c is on thread 1's stack
==77892==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77892== 
==77892== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77892==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77892==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77892==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77892==    by 0x7187AD: pgstat_report_stat (pgstat.c:829)
==77892==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77892==    by 0x724B27: BackendRun (postmaster.c:4237)
==77892==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77892==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77892==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77892==    by 0x67CC9D: main (main.c:223)
==77892==  Address 0xffefff36c is on thread 1's stack
==77892==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77892== 
==77886== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77886==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77886==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77886==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77886==    by 0x718681: pgstat_report_stat (pgstat.c:811)
==77886==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77886==    by 0x724B27: BackendRun (postmaster.c:4237)
==77886==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77886==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77886==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77886==    by 0x67CC9D: main (main.c:223)
==77886==  Address 0xffefff71c is on thread 1's stack
==77886==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77886== 
==77886== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77886==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77886==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77886==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77886==    by 0x718794: pgstat_report_stat (pgstat.c:827)
==77886==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77886==    by 0x724B27: BackendRun (postmaster.c:4237)
==77886==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77886==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77886==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77886==    by 0x67CC9D: main (main.c:223)
==77886==  Address 0xffefff71c is on thread 1's stack
==77886==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77886== 
==77886== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77886==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77886==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77886==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77886==    by 0x7187AD: pgstat_report_stat (pgstat.c:829)
==77886==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77886==    by 0x724B27: BackendRun (postmaster.c:4237)
==77886==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77886==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77886==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77886==    by 0x67CC9D: main (main.c:223)
==77886==  Address 0xffefff36c is on thread 1's stack
==77886==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77886== 
==77864== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77864==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77864==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77864==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77864==    by 0x718681: pgstat_report_stat (pgstat.c:811)
==77864==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77864==    by 0x724B27: BackendRun (postmaster.c:4237)
==77864==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77864==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77864==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77864==    by 0x67CC9D: main (main.c:223)
==77864==  Address 0xffefff71c is on thread 1's stack
==77864==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77864== 
==77864== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77864==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77864==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77864==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77864==    by 0x718794: pgstat_report_stat (pgstat.c:827)
==77864==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77864==    by 0x724B27: BackendRun (postmaster.c:4237)
==77864==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77864==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77864==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77864==    by 0x67CC9D: main (main.c:223)
==77864==  Address 0xffefff71c is on thread 1's stack
==77864==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77864== 
==77864== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77864==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77864==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77864==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77864==    by 0x7187AD: pgstat_report_stat (pgstat.c:829)
==77864==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77864==    by 0x724B27: BackendRun (postmaster.c:4237)
==77864==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77864==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77864==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77864==    by 0x67CC9D: main (main.c:223)
==77864==  Address 0xffefff36c is on thread 1's stack
==77864==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77864== 
==77829== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77829==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77829==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77829==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77829==    by 0x718681: pgstat_report_stat (pgstat.c:811)
==77829==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77829==    by 0x724B27: BackendRun (postmaster.c:4237)
==77829==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77829==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77829==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77829==    by 0x67CC9D: main (main.c:223)
==77829==  Address 0xffefff71c is on thread 1's stack
==77829==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77829== 
==77829== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77829==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77829==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77829==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77829==    by 0x718794: pgstat_report_stat (pgstat.c:827)
==77829==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77829==    by 0x724B27: BackendRun (postmaster.c:4237)
==77829==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77829==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77829==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77829==    by 0x67CC9D: main (main.c:223)
==77829==  Address 0xffefff71c is on thread 1's stack
==77829==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77829== 
==77829== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77829==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77829==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77829==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77829==    by 0x7187AD: pgstat_report_stat (pgstat.c:829)
==77829==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77829==    by 0x724B27: BackendRun (postmaster.c:4237)
==77829==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77829==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77829==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77829==    by 0x67CC9D: main (main.c:223)
==77829==  Address 0xffefff36c is on thread 1's stack
==77829==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77829== 
==77873== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77873==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77873==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77873==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77873==    by 0x718681: pgstat_report_stat (pgstat.c:811)
==77873==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77873==    by 0x724B27: BackendRun (postmaster.c:4237)
==77873==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77873==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77873==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77873==    by 0x67CC9D: main (main.c:223)
==77873==  Address 0xffefff71c is on thread 1's stack
==77873==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77873== 
==77873== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77873==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77873==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77873==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77873==    by 0x718794: pgstat_report_stat (pgstat.c:827)
==77873==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77873==    by 0x724B27: BackendRun (postmaster.c:4237)
==77873==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77873==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77873==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77873==    by 0x67CC9D: main (main.c:223)
==77873==  Address 0xffefff71c is on thread 1's stack
==77873==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77873== 
==77873== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77873==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77873==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77873==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77873==    by 0x7187AD: pgstat_report_stat (pgstat.c:829)
==77873==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77873==    by 0x724B27: BackendRun (postmaster.c:4237)
==77873==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77873==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77873==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77873==    by 0x67CC9D: main (main.c:223)
==77873==  Address 0xffefff36c is on thread 1's stack
==77873==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77873== 
==77884== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77884==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77884==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77884==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77884==    by 0x718681: pgstat_report_stat (pgstat.c:811)
==77884==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77884==    by 0x724B27: BackendRun (postmaster.c:4237)
==77884==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77884==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77884==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77884==    by 0x67CC9D: main (main.c:223)
==77884==  Address 0xffefff71c is on thread 1's stack
==77884==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77884== 
==77884== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77884==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77884==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77884==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77884==    by 0x718794: pgstat_report_stat (pgstat.c:827)
==77884==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77884==    by 0x724B27: BackendRun (postmaster.c:4237)
==77884==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77884==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77884==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77884==    by 0x67CC9D: main (main.c:223)
==77884==  Address 0xffefff71c is on thread 1's stack
==77884==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77884== 
==77884== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77884==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77884==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77884==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77884==    by 0x7187AD: pgstat_report_stat (pgstat.c:829)
==77884==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77884==    by 0x724B27: BackendRun (postmaster.c:4237)
==77884==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77884==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77884==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77884==    by 0x67CC9D: main (main.c:223)
==77884==  Address 0xffefff36c is on thread 1's stack
==77884==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77884== 
==77894== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77894==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77894==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77894==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77894==    by 0x718681: pgstat_report_stat (pgstat.c:811)
==77894==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77894==    by 0x724B27: BackendRun (postmaster.c:4237)
==77894==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77894==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77894==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77894==    by 0x67CC9D: main (main.c:223)
==77894==  Address 0xffefff71c is on thread 1's stack
==77894==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77894== 
==77894== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77894==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77894==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77894==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77894==    by 0x718794: pgstat_report_stat (pgstat.c:827)
==77894==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77894==    by 0x724B27: BackendRun (postmaster.c:4237)
==77894==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77894==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77894==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77894==    by 0x67CC9D: main (main.c:223)
==77894==  Address 0xffefff71c is on thread 1's stack
==77894==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77894== 
==77894== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77894==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77894==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77894==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77894==    by 0x7187AD: pgstat_report_stat (pgstat.c:829)
==77894==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77894==    by 0x724B27: BackendRun (postmaster.c:4237)
==77894==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77894==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77894==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77894==    by 0x67CC9D: main (main.c:223)
==77894==  Address 0xffefff36c is on thread 1's stack
==77894==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77894== 
==77870== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77870==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77870==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77870==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77870==    by 0x718681: pgstat_report_stat (pgstat.c:811)
==77870==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77870==    by 0x724B27: BackendRun (postmaster.c:4237)
==77870==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77870==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77870==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77870==    by 0x67CC9D: main (main.c:223)
==77870==  Address 0xffefff71c is on thread 1's stack
==77870==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77870== 
==77870== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77870==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77870==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77870==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77870==    by 0x718794: pgstat_report_stat (pgstat.c:827)
==77870==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77870==    by 0x724B27: BackendRun (postmaster.c:4237)
==77870==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77870==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77870==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77870==    by 0x67CC9D: main (main.c:223)
==77870==  Address 0xffefff71c is on thread 1's stack
==77870==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77870== 
==77870== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77870==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77870==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77870==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77870==    by 0x7187AD: pgstat_report_stat (pgstat.c:829)
==77870==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77870==    by 0x724B27: BackendRun (postmaster.c:4237)
==77870==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77870==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77870==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77870==    by 0x67CC9D: main (main.c:223)
==77870==  Address 0xffefff36c is on thread 1's stack
==77870==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77870== 
==77846== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77846==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77846==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77846==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77846==    by 0x718681: pgstat_report_stat (pgstat.c:811)
==77846==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77846==    by 0x724B27: BackendRun (postmaster.c:4237)
==77846==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77846==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77846==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77846==    by 0x67CC9D: main (main.c:223)
==77846==  Address 0xffefff71c is on thread 1's stack
==77846==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77846== 
==77846== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77846==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77846==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77846==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77846==    by 0x718794: pgstat_report_stat (pgstat.c:827)
==77846==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77846==    by 0x724B27: BackendRun (postmaster.c:4237)
==77846==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77846==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77846==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77846==    by 0x67CC9D: main (main.c:223)
==77846==  Address 0xffefff71c is on thread 1's stack
==77846==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77846== 
==77877== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77877==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77877==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77877==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77877==    by 0x718681: pgstat_report_stat (pgstat.c:811)
==77877==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77877==    by 0x724B27: BackendRun (postmaster.c:4237)
==77877==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77877==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77877==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77877==    by 0x67CC9D: main (main.c:223)
==77877==  Address 0xffefff71c is on thread 1's stack
==77877==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77877== 
==77877== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77877==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77877==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77877==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77877==    by 0x718794: pgstat_report_stat (pgstat.c:827)
==77877==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77877==    by 0x724B27: BackendRun (postmaster.c:4237)
==77877==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77877==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77877==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77877==    by 0x67CC9D: main (main.c:223)
==77877==  Address 0xffefff71c is on thread 1's stack
==77877==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77877== 
==77877== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77877==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77877==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77877==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77877==    by 0x7187AD: pgstat_report_stat (pgstat.c:829)
==77877==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77877==    by 0x724B27: BackendRun (postmaster.c:4237)
==77877==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77877==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77877==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77877==    by 0x67CC9D: main (main.c:223)
==77877==  Address 0xffefff36c is on thread 1's stack
==77877==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77877== 
==77898== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77898==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77898==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77898==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77898==    by 0x718681: pgstat_report_stat (pgstat.c:811)
==77898==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77898==    by 0x724B27: BackendRun (postmaster.c:4237)
==77898==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77898==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77898==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77898==    by 0x67CC9D: main (main.c:223)
==77898==  Address 0xffefff71c is on thread 1's stack
==77898==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77898== 
==77898== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77898==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77898==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77898==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77898==    by 0x718794: pgstat_report_stat (pgstat.c:827)
==77898==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77898==    by 0x724B27: BackendRun (postmaster.c:4237)
==77898==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77898==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77898==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77898==    by 0x67CC9D: main (main.c:223)
==77898==  Address 0xffefff71c is on thread 1's stack
==77898==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77898== 
==77898== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77898==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77898==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77898==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77898==    by 0x7187AD: pgstat_report_stat (pgstat.c:829)
==77898==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77898==    by 0x724B27: BackendRun (postmaster.c:4237)
==77898==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77898==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77898==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77898==    by 0x67CC9D: main (main.c:223)
==77898==  Address 0xffefff36c is on thread 1's stack
==77898==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77898== 
==77880== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77880==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77880==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77880==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77880==    by 0x718681: pgstat_report_stat (pgstat.c:811)
==77880==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77880==    by 0x724B27: BackendRun (postmaster.c:4237)
==77880==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77880==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77880==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77880==    by 0x67CC9D: main (main.c:223)
==77880==  Address 0xffefff71c is on thread 1's stack
==77880==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77880== 
==77880== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77880==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77880==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77880==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77880==    by 0x718794: pgstat_report_stat (pgstat.c:827)
==77880==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77880==    by 0x724B27: BackendRun (postmaster.c:4237)
==77880==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77880==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77880==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77880==    by 0x67CC9D: main (main.c:223)
==77880==  Address 0xffefff71c is on thread 1's stack
==77880==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77880== 
==77818== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77818==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77818==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77818==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77818==    by 0x718681: pgstat_report_stat (pgstat.c:811)
==77818==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77818==    by 0x724B27: BackendRun (postmaster.c:4237)
==77818==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77818==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77818==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77818==    by 0x67CC9D: main (main.c:223)
==77818==  Address 0xffefff71c is on thread 1's stack
==77818==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77818== 
==77880== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77880==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77880==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77880==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77880==    by 0x7187AD: pgstat_report_stat (pgstat.c:829)
==77880==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77880==    by 0x724B27: BackendRun (postmaster.c:4237)
==77880==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77880==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77880==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77880==    by 0x67CC9D: main (main.c:223)
==77880==  Address 0xffefff36c is on thread 1's stack
==77880==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77880== 
==77818== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77818==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77818==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77818==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77818==    by 0x718794: pgstat_report_stat (pgstat.c:827)
==77818==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77818==    by 0x724B27: BackendRun (postmaster.c:4237)
==77818==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77818==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77818==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77818==    by 0x67CC9D: main (main.c:223)
==77818==  Address 0xffefff71c is on thread 1's stack
==77818==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77818== 
==77818== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77818==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77818==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77818==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77818==    by 0x7187AD: pgstat_report_stat (pgstat.c:829)
==77818==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77818==    by 0x724B27: BackendRun (postmaster.c:4237)
==77818==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77818==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77818==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77818==    by 0x67CC9D: main (main.c:223)
==77818==  Address 0xffefff36c is on thread 1's stack
==77818==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77818== 
==77874== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77874==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77874==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77874==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77874==    by 0x718681: pgstat_report_stat (pgstat.c:811)
==77874==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77874==    by 0x724B27: BackendRun (postmaster.c:4237)
==77874==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77874==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77874==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77874==    by 0x67CC9D: main (main.c:223)
==77874==  Address 0xffefff71c is on thread 1's stack
==77874==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77874== 
==77874== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77874==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77874==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77874==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77874==    by 0x718794: pgstat_report_stat (pgstat.c:827)
==77874==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77874==    by 0x724B27: BackendRun (postmaster.c:4237)
==77874==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77874==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77874==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77874==    by 0x67CC9D: main (main.c:223)
==77874==  Address 0xffefff71c is on thread 1's stack
==77874==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77874== 
==77874== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77874==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77874==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77874==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77874==    by 0x7187AD: pgstat_report_stat (pgstat.c:829)
==77874==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77874==    by 0x724B27: BackendRun (postmaster.c:4237)
==77874==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77874==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77874==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77874==    by 0x67CC9D: main (main.c:223)
==77874==  Address 0xffefff36c is on thread 1's stack
==77874==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77874== 
==77846== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77846==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77846==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77846==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77846==    by 0x7187AD: pgstat_report_stat (pgstat.c:829)
==77846==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77846==    by 0x724B27: BackendRun (postmaster.c:4237)
==77846==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77846==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77846==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77846==    by 0x67CC9D: main (main.c:223)
==77846==  Address 0xffefff36c is on thread 1's stack
==77846==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77846== 
==77863== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77863==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77863==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77863==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77863==    by 0x718681: pgstat_report_stat (pgstat.c:811)
==77863==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77863==    by 0x724B27: BackendRun (postmaster.c:4237)
==77863==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77863==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77863==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77863==    by 0x67CC9D: main (main.c:223)
==77863==  Address 0xffefff71c is on thread 1's stack
==77863==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77863== 
==77863== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77863==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77863==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77863==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77863==    by 0x718794: pgstat_report_stat (pgstat.c:827)
==77863==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77863==    by 0x724B27: BackendRun (postmaster.c:4237)
==77863==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77863==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77863==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77863==    by 0x67CC9D: main (main.c:223)
==77863==  Address 0xffefff71c is on thread 1's stack
==77863==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77863== 
==77863== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77863==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77863==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77863==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77863==    by 0x7187AD: pgstat_report_stat (pgstat.c:829)
==77863==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77863==    by 0x724B27: BackendRun (postmaster.c:4237)
==77863==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77863==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77863==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77863==    by 0x67CC9D: main (main.c:223)
==77863==  Address 0xffefff36c is on thread 1's stack
==77863==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77863== 
==77844== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77844==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77844==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77844==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77844==    by 0x718681: pgstat_report_stat (pgstat.c:811)
==77844==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77844==    by 0x724B27: BackendRun (postmaster.c:4237)
==77844==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77844==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77844==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77844==    by 0x67CC9D: main (main.c:223)
==77844==  Address 0xffefff71c is on thread 1's stack
==77844==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77844== 
==77882== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77882==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77882==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77882==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77882==    by 0x718681: pgstat_report_stat (pgstat.c:811)
==77882==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77882==    by 0x724B27: BackendRun (postmaster.c:4237)
==77882==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77882==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77882==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77882==    by 0x67CC9D: main (main.c:223)
==77882==  Address 0xffefff71c is on thread 1's stack
==77882==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77882== 
==77844== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77844==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77844==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77844==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77844==    by 0x718794: pgstat_report_stat (pgstat.c:827)
==77844==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77844==    by 0x724B27: BackendRun (postmaster.c:4237)
==77844==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77844==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77844==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77844==    by 0x67CC9D: main (main.c:223)
==77844==  Address 0xffefff71c is on thread 1's stack
==77844==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77844== 
==77844== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77844==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77844==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77844==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77844==    by 0x7187AD: pgstat_report_stat (pgstat.c:829)
==77844==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77844==    by 0x724B27: BackendRun (postmaster.c:4237)
==77844==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77844==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77844==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77844==    by 0x67CC9D: main (main.c:223)
==77844==  Address 0xffefff36c is on thread 1's stack
==77844==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77844== 
==77882== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77882==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77882==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77882==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77882==    by 0x718794: pgstat_report_stat (pgstat.c:827)
==77882==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77882==    by 0x724B27: BackendRun (postmaster.c:4237)
==77882==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77882==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77882==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77882==    by 0x67CC9D: main (main.c:223)
==77882==  Address 0xffefff71c is on thread 1's stack
==77882==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77882== 
==77882== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77882==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77882==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77882==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77882==    by 0x7187AD: pgstat_report_stat (pgstat.c:829)
==77882==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77882==    by 0x724B27: BackendRun (postmaster.c:4237)
==77882==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77882==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77882==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77882==    by 0x67CC9D: main (main.c:223)
==77882==  Address 0xffefff36c is on thread 1's stack
==77882==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77882== 
==77868== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77868==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77868==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77868==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77868==    by 0x718681: pgstat_report_stat (pgstat.c:811)
==77868==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77868==    by 0x724B27: BackendRun (postmaster.c:4237)
==77868==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77868==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77868==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77868==    by 0x67CC9D: main (main.c:223)
==77868==  Address 0xffefff71c is on thread 1's stack
==77868==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77868== 
==77868== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77868==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77868==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77868==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77868==    by 0x718794: pgstat_report_stat (pgstat.c:827)
==77868==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77868==    by 0x724B27: BackendRun (postmaster.c:4237)
==77868==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77868==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77868==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77868==    by 0x67CC9D: main (main.c:223)
==77868==  Address 0xffefff71c is on thread 1's stack
==77868==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77868== 
==77868== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77868==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77868==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77868==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77868==    by 0x7187AD: pgstat_report_stat (pgstat.c:829)
==77868==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77868==    by 0x724B27: BackendRun (postmaster.c:4237)
==77868==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77868==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77868==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77868==    by 0x67CC9D: main (main.c:223)
==77868==  Address 0xffefff36c is on thread 1's stack
==77868==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77868== 
==77859== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77859==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77859==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77859==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77859==    by 0x718681: pgstat_report_stat (pgstat.c:811)
==77859==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77859==    by 0x724B27: BackendRun (postmaster.c:4237)
==77859==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77859==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77859==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77859==    by 0x67CC9D: main (main.c:223)
==77859==  Address 0xffefff71c is on thread 1's stack
==77859==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77859== 
==77859== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77859==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77859==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77859==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77859==    by 0x718794: pgstat_report_stat (pgstat.c:827)
==77859==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77859==    by 0x724B27: BackendRun (postmaster.c:4237)
==77859==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77859==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77859==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77859==    by 0x67CC9D: main (main.c:223)
==77859==  Address 0xffefff71c is on thread 1's stack
==77859==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77859== 
==77859== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77859==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77859==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77859==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77859==    by 0x7187AD: pgstat_report_stat (pgstat.c:829)
==77859==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77859==    by 0x724B27: BackendRun (postmaster.c:4237)
==77859==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77859==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77859==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77859==    by 0x67CC9D: main (main.c:223)
==77859==  Address 0xffefff36c is on thread 1's stack
==77859==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77859== 
==77834== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77834==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77834==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77834==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77834==    by 0x718681: pgstat_report_stat (pgstat.c:811)
==77834==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77834==    by 0x724B27: BackendRun (postmaster.c:4237)
==77834==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77834==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77834==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77834==    by 0x67CC9D: main (main.c:223)
==77834==  Address 0xffefff71c is on thread 1's stack
==77834==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77834== 
==77834== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77834==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77834==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77834==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77834==    by 0x718794: pgstat_report_stat (pgstat.c:827)
==77834==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77834==    by 0x724B27: BackendRun (postmaster.c:4237)
==77834==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77834==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77834==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77834==    by 0x67CC9D: main (main.c:223)
==77834==  Address 0xffefff71c is on thread 1's stack
==77834==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77834== 
==77834== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77834==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77834==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77834==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77834==    by 0x7187AD: pgstat_report_stat (pgstat.c:829)
==77834==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77834==    by 0x724B27: BackendRun (postmaster.c:4237)
==77834==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77834==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77834==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77834==    by 0x67CC9D: main (main.c:223)
==77834==  Address 0xffefff36c is on thread 1's stack
==77834==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77834== 
==77814== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77814==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77814==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77814==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77814==    by 0x718681: pgstat_report_stat (pgstat.c:811)
==77814==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77814==    by 0x724B27: BackendRun (postmaster.c:4237)
==77814==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77814==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77814==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77814==    by 0x67CC9D: main (main.c:223)
==77814==  Address 0xffefff71c is on thread 1's stack
==77814==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77814== 
==77814== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77814==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77814==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77814==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77814==    by 0x718794: pgstat_report_stat (pgstat.c:827)
==77814==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77814==    by 0x724B27: BackendRun (postmaster.c:4237)
==77814==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77814==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77814==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77814==    by 0x67CC9D: main (main.c:223)
==77814==  Address 0xffefff71c is on thread 1's stack
==77814==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77814== 
==77814== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77814==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77814==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77814==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77814==    by 0x7187AD: pgstat_report_stat (pgstat.c:829)
==77814==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77814==    by 0x724B27: BackendRun (postmaster.c:4237)
==77814==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77814==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77814==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77814==    by 0x67CC9D: main (main.c:223)
==77814==  Address 0xffefff36c is on thread 1's stack
==77814==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77814== 
==77885== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77885==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77885==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77885==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77885==    by 0x718681: pgstat_report_stat (pgstat.c:811)
==77885==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77885==    by 0x724B27: BackendRun (postmaster.c:4237)
==77885==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77885==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77885==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77885==    by 0x67CC9D: main (main.c:223)
==77885==  Address 0xffefff71c is on thread 1's stack
==77885==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77885== 
==77885== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77885==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77885==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77885==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77885==    by 0x718794: pgstat_report_stat (pgstat.c:827)
==77885==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77885==    by 0x724B27: BackendRun (postmaster.c:4237)
==77885==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77885==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77885==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77885==    by 0x67CC9D: main (main.c:223)
==77885==  Address 0xffefff71c is on thread 1's stack
==77885==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77885== 
==77885== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77885==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77885==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77885==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77885==    by 0x7187AD: pgstat_report_stat (pgstat.c:829)
==77885==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77885==    by 0x724B27: BackendRun (postmaster.c:4237)
==77885==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77885==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77885==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77885==    by 0x67CC9D: main (main.c:223)
==77885==  Address 0xffefff36c is on thread 1's stack
==77885==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77885== 
==77881== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77881==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77881==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77881==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77881==    by 0x718681: pgstat_report_stat (pgstat.c:811)
==77881==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77881==    by 0x724B27: BackendRun (postmaster.c:4237)
==77881==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77881==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77881==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77881==    by 0x67CC9D: main (main.c:223)
==77881==  Address 0xffefff71c is on thread 1's stack
==77881==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77881== 
==77881== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77881==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77881==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77881==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77881==    by 0x718794: pgstat_report_stat (pgstat.c:827)
==77881==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77881==    by 0x724B27: BackendRun (postmaster.c:4237)
==77881==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77881==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77881==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77881==    by 0x67CC9D: main (main.c:223)
==77881==  Address 0xffefff71c is on thread 1's stack
==77881==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77881== 
==77881== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77881==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77881==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77881==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77881==    by 0x7187AD: pgstat_report_stat (pgstat.c:829)
==77881==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77881==    by 0x724B27: BackendRun (postmaster.c:4237)
==77881==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77881==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77881==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77881==    by 0x67CC9D: main (main.c:223)
==77881==  Address 0xffefff36c is on thread 1's stack
==77881==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77881== 
==77857== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77857==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77857==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77857==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77857==    by 0x718681: pgstat_report_stat (pgstat.c:811)
==77857==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77857==    by 0x724B27: BackendRun (postmaster.c:4237)
==77857==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77857==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77857==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77857==    by 0x67CC9D: main (main.c:223)
==77857==  Address 0xffefff71c is on thread 1's stack
==77857==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77857== 
==77857== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77857==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77857==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77857==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77857==    by 0x718794: pgstat_report_stat (pgstat.c:827)
==77857==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77857==    by 0x724B27: BackendRun (postmaster.c:4237)
==77857==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77857==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77857==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77857==    by 0x67CC9D: main (main.c:223)
==77857==  Address 0xffefff71c is on thread 1's stack
==77857==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77857== 
==77857== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77857==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77857==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77857==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77857==    by 0x7187AD: pgstat_report_stat (pgstat.c:829)
==77857==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77857==    by 0x724B27: BackendRun (postmaster.c:4237)
==77857==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77857==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77857==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77857==    by 0x67CC9D: main (main.c:223)
==77857==  Address 0xffefff36c is on thread 1's stack
==77857==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77857== 
==77889== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77889==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77889==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77889==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77889==    by 0x718681: pgstat_report_stat (pgstat.c:811)
==77889==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77889==    by 0x724B27: BackendRun (postmaster.c:4237)
==77889==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77889==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77889==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77889==    by 0x67CC9D: main (main.c:223)
==77889==  Address 0xffefff71c is on thread 1's stack
==77889==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77889== 
==77889== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77889==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77889==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77889==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77889==    by 0x718794: pgstat_report_stat (pgstat.c:827)
==77889==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77889==    by 0x724B27: BackendRun (postmaster.c:4237)
==77889==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77889==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77889==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77889==    by 0x67CC9D: main (main.c:223)
==77889==  Address 0xffefff71c is on thread 1's stack
==77889==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77889== 
==77889== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77889==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77889==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77889==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77889==    by 0x7187AD: pgstat_report_stat (pgstat.c:829)
==77889==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77889==    by 0x724B27: BackendRun (postmaster.c:4237)
==77889==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77889==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77889==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77889==    by 0x67CC9D: main (main.c:223)
==77889==  Address 0xffefff36c is on thread 1's stack
==77889==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77889== 
==77876== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77876==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77876==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77876==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77876==    by 0x718681: pgstat_report_stat (pgstat.c:811)
==77876==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77876==    by 0x724B27: BackendRun (postmaster.c:4237)
==77876==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77876==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77876==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77876==    by 0x67CC9D: main (main.c:223)
==77876==  Address 0xffefff71c is on thread 1's stack
==77876==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77876== 
==77876== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77876==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77876==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77876==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77876==    by 0x718794: pgstat_report_stat (pgstat.c:827)
==77876==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77876==    by 0x724B27: BackendRun (postmaster.c:4237)
==77876==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77876==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77876==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77876==    by 0x67CC9D: main (main.c:223)
==77876==  Address 0xffefff71c is on thread 1's stack
==77876==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77876== 
==77876== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77876==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77876==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77876==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77876==    by 0x7187AD: pgstat_report_stat (pgstat.c:829)
==77876==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77876==    by 0x724B27: BackendRun (postmaster.c:4237)
==77876==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77876==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77876==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77876==    by 0x67CC9D: main (main.c:223)
==77876==  Address 0xffefff36c is on thread 1's stack
==77876==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77876== 
==77887== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77887==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77887==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77887==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77887==    by 0x718681: pgstat_report_stat (pgstat.c:811)
==77887==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77887==    by 0x724B27: BackendRun (postmaster.c:4237)
==77887==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77887==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77887==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77887==    by 0x67CC9D: main (main.c:223)
==77887==  Address 0xffefff71c is on thread 1's stack
==77887==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77887== 
==77887== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77887==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77887==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77887==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77887==    by 0x718794: pgstat_report_stat (pgstat.c:827)
==77887==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77887==    by 0x724B27: BackendRun (postmaster.c:4237)
==77887==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77887==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77887==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77887==    by 0x67CC9D: main (main.c:223)
==77887==  Address 0xffefff71c is on thread 1's stack
==77887==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77887== 
==77887== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77887==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77887==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77887==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77887==    by 0x7187AD: pgstat_report_stat (pgstat.c:829)
==77887==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77887==    by 0x724B27: BackendRun (postmaster.c:4237)
==77887==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77887==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77887==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77887==    by 0x67CC9D: main (main.c:223)
==77887==  Address 0xffefff36c is on thread 1's stack
==77887==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77887== 
==77879== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77879==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77879==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77879==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77879==    by 0x718681: pgstat_report_stat (pgstat.c:811)
==77879==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77879==    by 0x724B27: BackendRun (postmaster.c:4237)
==77891== Syscall param socketcall.sendto(msg) points to unin==77879==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77879==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77879==    by 0x67CC9D: main (main.c:223)
==77879==  Address 0xffefff71c is on thread 1's stack
==77879==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77879== 
==77891==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77891==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77891==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77891==    by 0x718681: pgstat_report_stat (pgstat.c:811)
==77891==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77891==    by 0x724B27: BackendRun (postmaster.c:4237)
==77891==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77891==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77891==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77891==    by 0x67CC9D: main (main.c:223)
==77891==  Address 0xffefff71c is on thread 1's stack
==77891==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77891== 
==77879== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77879==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77879==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77879==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77879==    by 0x718794: pgstat_report_stat (pgstat.c:827)
==77879==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77879==    by 0x724B27: BackendRun (postmaster.c:4237)
==77879==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77879==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77879==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77879==    by 0x67CC9D: main (main.c:223)
==77879==  Address 0xffefff71c is on thread 1's stack
==77879==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77879== 
==77891== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77891==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77891==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77891==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77891==    by 0x718794: pgstat_report_stat (pgstat.c:827)
==77891==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77891==    by 0x724B27: BackendRun (postmaster.c:4237)
==77891==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77891==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77891==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77891==    by 0x67CC9D: main (main.c:223)
==77891==  Address 0xffefff71c is on thread 1's stack
==77891==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77891== 
==77879== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77879==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77879==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77879==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77879==    by 0x7187AD: pgstat_report_stat (pgstat.c:829)
==77879==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77879==    by 0x724B27: BackendRun (postmaster.c:4237)
==77879==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77879==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77879==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77879==    by 0x67CC9D: main (main.c:223)
==77879==  Address 0xffefff36c is on thread 1's stack
==77879==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77879== 
==77891== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77891==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77891==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77891==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77891==    by 0x7187AD: pgstat_report_stat (pgstat.c:829)
==77891==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77891==    by 0x724B27: BackendRun (postmaster.c:4237)
==77891==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77891==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77891==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77891==    by 0x67CC9D: main (main.c:223)
==77891==  Address 0xffefff36c is on thread 1's stack
==77891==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77891== 
==77869== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77869==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77869==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77869==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77869==    by 0x718681: pgstat_report_stat (pgstat.c:811)
==77869==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77869==    by 0x724B27: BackendRun (postmaster.c:4237)
==77869==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77869==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77869==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77869==    by 0x67CC9D: main (main.c:223)
==77869==  Address 0xffefff71c is on thread 1's stack
==77869==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77869== 
==77869== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77869==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77869==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77869==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77869==    by 0x718794: pgstat_report_stat (pgstat.c:827)
==77869==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77869==    by 0x724B27: BackendRun (postmaster.c:4237)
==77869==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77869==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77869==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77869==    by 0x67CC9D: main (main.c:223)
==77869==  Address 0xffefff71c is on thread 1's stack
==77869==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77869== 
==77869== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77869==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77869==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77869==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77869==    by 0x7187AD: pgstat_report_stat (pgstat.c:829)
==77869==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77869==    by 0x724B27: BackendRun (postmaster.c:4237)
==77869==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77869==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77869==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77869==    by 0x67CC9D: main (main.c:223)
==77869==  Address 0xffefff36c is on thread 1's stack
==77869==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77869== 
==77875== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77875==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77875==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77875==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77875==    by 0x718681: pgstat_report_stat (pgstat.c:811)
==77875==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77875==    by 0x724B27: BackendRun (postmaster.c:4237)
==77875==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77875==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77875==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77875==    by 0x67CC9D: main (main.c:223)
==77875==  Address 0xffefff71c is on thread 1's stack
==77875==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77875== 
==77875== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77875==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77875==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77875==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77875==    by 0x718794: pgstat_report_stat (pgstat.c:827)
==77875==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77875==    by 0x724B27: BackendRun (postmaster.c:4237)
==77875==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77875==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77875==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77875==    by 0x67CC9D: main (main.c:223)
==77875==  Address 0xffefff71c is on thread 1's stack
==77875==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77875== 
==77875== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77875==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77875==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77875==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77875==    by 0x7187AD: pgstat_report_stat (pgstat.c:829)
==77875==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77875==    by 0x724B27: BackendRun (postmaster.c:4237)
==77875==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77875==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77875==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77875==    by 0x67CC9D: main (main.c:223)
==77875==  Address 0xffefff36c is on thread 1's stack
==77875==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77875== 
==77861== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77861==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77861==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77861==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77861==    by 0x718681: pgstat_report_stat (pgstat.c:811)
==77861==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77861==    by 0x724B27: BackendRun (postmaster.c:4237)
==77861==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77861==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77861==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77861==    by 0x67CC9D: main (main.c:223)
==77861==  Address 0xffefff71c is on thread 1's stack
==77861==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77861== 
==77861== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77861==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77861==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77861==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77861==    by 0x718794: pgstat_report_stat (pgstat.c:827)
==77861==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77861==    by 0x724B27: BackendRun (postmaster.c:4237)
==77861==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77861==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77861==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77861==    by 0x67CC9D: main (main.c:223)
==77861==  Address 0xffefff71c is on thread 1's stack
==77861==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77861== 
==77861== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77861==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77861==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77861==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77861==    by 0x7187AD: pgstat_report_stat (pgstat.c:829)
==77861==    by 0x798BD5: PostgresMain (postgres.c:3965)
==77861==    by 0x724B27: BackendRun (postmaster.c:4237)
==77861==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77861==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77861==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77861==    by 0x67CC9D: main (main.c:223)
==77861==  Address 0xffefff36c is on thread 1's stack
==77861==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77861== 
==77900== LEAK SUMMARY:
==77900==    definitely lost: 443 bytes in 2 blocks
==77900==    indirectly lost: 3,182 bytes in 48 blocks
==77900==      possibly lost: 5,136 bytes in 107 blocks
==77900==    still reachable: 145,037 bytes in 100 blocks
==77900==         suppressed: 0 bytes in 0 blocks
==77900== Rerun with --leak-check=full to see details of leaked memory
==77900== 
==77900== For counts of detected and suppressed errors, rerun with: -v
==77900== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 2 from 2)
==77904== LEAK SUMMARY:
==77904==    definitely lost: 443 bytes in 2 blocks
==77904==    indirectly lost: 3,182 bytes in 48 blocks
==77904==      possibly lost: 5,328 bytes in 111 blocks
==77904==    still reachable: 145,037 bytes in 100 blocks
==77904==         suppressed: 0 bytes in 0 blocks
==77904== Rerun with --leak-check=full to see details of leaked memory
==77904== 
==77904== For counts of detected and suppressed errors, rerun with: -v
==77904== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 2 from 2)
==77919== LEAK SUMMARY:
==77919==    definitely lost: 443 bytes in 2 blocks
==77919==    indirectly lost: 3,182 bytes in 48 blocks
==77919==      possibly lost: 6,000 bytes in 125 blocks
==77919==    still reachable: 145,037 bytes in 100 blocks
==77919==         suppressed: 0 bytes in 0 blocks
==77919== Rerun with --leak-check=full to see details of leaked memory
==77919== 
==77919== For counts of detected and suppressed errors, rerun with: -v
==77919== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 2 from 2)
==77901== LEAK SUMMARY:
==77901==    definitely lost: 443 bytes in 2 blocks
==77901==    indirectly lost: 3,182 bytes in 48 blocks
==77901==      possibly lost: 5,184 bytes in 108 blocks
==77901==    still reachable: 145,037 bytes in 100 blocks
==77901==         suppressed: 0 bytes in 0 blocks
==77901== Rerun with --leak-check=full to see details of leaked memory
==77901== 
==77901== For counts of detected and suppressed errors, rerun with: -v
==77901== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 2 from 2)
==77896== LEAK SUMMARY:
==77896==    definitely lost: 443 bytes in 2 blocks
==77896==    indirectly lost: 3,182 bytes in 48 blocks
==77896==      possibly lost: 4,944 bytes in 103 blocks
==77896==    still reachable: 145,037 bytes in 100 blocks
==77896==         suppressed: 0 bytes in 0 blocks
==77896== Rerun with --leak-check=full to see details of leaked memory
==77896== 
==77896== For counts of detected and suppressed errors, rerun with: -v
==77896== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 2 from 2)
==77905== LEAK SUMMARY:
==77905==    definitely lost: 443 bytes in 2 blocks
==77905==    indirectly lost: 3,182 bytes in 48 blocks
==77905==      possibly lost: 5,376 bytes in 112 blocks
==77905==    still reachable: 145,037 bytes in 100 blocks
==77905==         suppressed: 0 bytes in 0 blocks
==77905== Rerun with --leak-check=full to see details of leaked memory
==77905== 
==77905== For counts of detected and suppressed errors, rerun with: -v
==77905== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 2 from 2)
==77893== LEAK SUMMARY:
==77893==    definitely lost: 443 bytes in 2 blocks
==77893==    indirectly lost: 3,182 bytes in 48 blocks
==77893==      possibly lost: 4,800 bytes in 100 blocks
==77893==    still reachable: 145,037 bytes in 100 blocks
==77893==         suppressed: 0 bytes in 0 blocks
==77893== Rerun with --leak-check=full to see details of leaked memory
==77893== 
==77893== For counts of detected and suppressed errors, rerun with: -v
==77893== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 2 from 2)
==77899== LEAK SUMMARY:
==77899==    definitely lost: 443 bytes in 2 blocks
==77899==    indirectly lost: 3,182 bytes in 48 blocks
==77899==      possibly lost: 5,088 bytes in 106 blocks
==77899==    still reachable: 145,037 bytes in 100 blocks
==77899==         suppressed: 0 bytes in 0 blocks
==77899== Rerun with --leak-check=full to see details of leaked memory
==77899== 
==77899== For counts of detected and suppressed errors, rerun with: -v
==77899== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 2 from 2)
==77908== LEAK SUMMARY:
==77908==    definitely lost: 443 bytes in 2 blocks
==77908==    indirectly lost: 3,182 bytes in 48 blocks
==77908==      possibly lost: 5,520 bytes in 115 blocks
==77908==    still reachable: 145,037 bytes in 100 blocks
==77908==         suppressed: 0 bytes in 0 blocks
==77908== Rerun with --leak-check=full to see details of leaked memory
==77908== 
==77908== For counts of detected and suppressed errors, rerun with: -v
==77908== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 2 from 2)
==77895== LEAK SUMMARY:
==77895==    definitely lost: 443 bytes in 2 blocks
==77895==    indirectly lost: 3,182 bytes in 48 blocks
==77895==      possibly lost: 4,896 bytes in 102 blocks
==77895==    still reachable: 145,037 bytes in 100 blocks
==77895==         suppressed: 0 bytes in 0 blocks
==77895== Rerun with --leak-check=full to see details of leaked memory
==77895== 
==77895== For counts of detected and suppressed errors, rerun with: -v
==77895== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 2 from 2)
==77890== LEAK SUMMARY:
==77890==    definitely lost: 443 bytes in 2 blocks
==77890==    indirectly lost: 3,182 bytes in 48 blocks
==77890==      possibly lost: 4,656 bytes in 97 blocks
==77890==    still reachable: 145,037 bytes in 100 blocks
==77890==         suppressed: 0 bytes in 0 blocks
==77890== Rerun with --leak-check=full to see details of leaked memory
==77890== 
==77890== For counts of detected and suppressed errors, rerun with: -v
==77890== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 2 from 2)
==77909== LEAK SUMMARY:
==77909==    definitely lost: 443 bytes in 2 blocks
==77909==    indirectly lost: 3,182 bytes in 48 blocks
==77909==      possibly lost: 5,568 bytes in 116 blocks
==77909==    still reachable: 145,037 bytes in 100 blocks
==77909==         suppressed: 0 bytes in 0 blocks
==77909== Rerun with --leak-check=full to see details of leaked memory
==77909== 
==77909== For counts of detected and suppressed errors, rerun with: -v
==77909== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 2 from 2)
==77903== LEAK SUMMARY:
==77903==    definitely lost: 443 bytes in 2 blocks
==77903==    indirectly lost: 3,182 bytes in 48 blocks
==77903==      possibly lost: 5,280 bytes in 110 blocks
==77903==    still reachable: 145,037 bytes in 100 blocks
==77903==         suppressed: 0 bytes in 0 blocks
==77903== Rerun with --leak-check=full to see details of leaked memory
==77903== 
==77903== For counts of detected and suppressed errors, rerun with: -v
==77903== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 2 from 2)
==77906== LEAK SUMMARY:
==77906==    definitely lost: 443 bytes in 2 blocks
==77906==    indirectly lost: 3,182 bytes in 48 blocks
==77906==      possibly lost: 5,424 bytes in 113 blocks
==77906==    still reachable: 145,037 bytes in 100 blocks
==77906==         suppressed: 0 bytes in 0 blocks
==77906== Rerun with --leak-check=full to see details of leaked memory
==77906== 
==77906== For counts of detected and suppressed errors, rerun with: -v
==77906== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 2 from 2)
==77910== LEAK SUMMARY:
==77910==    definitely lost: 443 bytes in 2 blocks
==77910==    indirectly lost: 3,182 bytes in 48 blocks
==77910==      possibly lost: 5,568 bytes in 116 blocks
==77910==    still reachable: 145,037 bytes in 100 blocks
==77910==         suppressed: 0 bytes in 0 blocks
==77910== Rerun with --leak-check=full to see details of leaked memory
==77910== 
==77910== For counts of detected and suppressed errors, rerun with: -v
==77910== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 2 from 2)
==77914== LEAK SUMMARY:
==77914==    definitely lost: 443 bytes in 2 blocks
==77914==    indirectly lost: 3,182 bytes in 48 blocks
==77914==      possibly lost: 5,760 bytes in 120 blocks
==77914==    still reachable: 145,037 bytes in 100 blocks
==77914==         suppressed: 0 bytes in 0 blocks
==77914== Rerun with --leak-check=full to see details of leaked memory
==77914== 
==77914== For counts of detected and suppressed errors, rerun with: -v
==77914== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 2 from 2)
==77913== LEAK SUMMARY:
==77913==    definitely lost: 443 bytes in 2 blocks
==77913==    indirectly lost: 3,182 bytes in 48 blocks
==77913==      possibly lost: 5,712 bytes in 119 blocks
==77913==    still reachable: 145,037 bytes in 100 blocks
==77913==         suppressed: 0 bytes in 0 blocks
==77913== Rerun with --leak-check=full to see details of leaked memory
==77913== 
==77913== For counts of detected and suppressed errors, rerun with: -v
==77913== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 2 from 2)
==77902== LEAK SUMMARY:
==77902==    definitely lost: 443 bytes in 2 blocks
==77902==    indirectly lost: 3,182 bytes in 48 blocks
==77902==      possibly lost: 5,232 bytes in 109 blocks
==77902==    still reachable: 145,037 bytes in 100 blocks
==77902==         suppressed: 0 bytes in 0 blocks
==77902== Rerun with --leak-check=full to see details of leaked memory
==77902== 
==77902== For counts of detected and suppressed errors, rerun with: -v
==77902== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 2 from 2)
==77911== LEAK SUMMARY:
==77911==    definitely lost: 443 bytes in 2 blocks
==77911==    indirectly lost: 3,182 bytes in 48 blocks
==77911==      possibly lost: 5,616 bytes in 117 blocks
==77911==    still reachable: 145,037 bytes in 100 blocks
==77911==         suppressed: 0 bytes in 0 blocks
==77911== Rerun with --leak-check=full to see details of leaked memory
==77911== 
==77911== For counts of detected and suppressed errors, rerun with: -v
==77911== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 2 from 2)
==77921== LEAK SUMMARY:
==77921==    definitely lost: 443 bytes in 2 blocks
==77921==    indirectly lost: 3,182 bytes in 48 blocks
==77921==      possibly lost: 6,096 bytes in 127 blocks
==77921==    still reachable: 145,037 bytes in 100 blocks
==77921==         suppressed: 0 bytes in 0 blocks
==77921== Rerun with --leak-check=full to see details of leaked memory
==77921== 
==77921== For counts of detected and suppressed errors, rerun with: -v
==77921== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 2 from 2)
==77916== LEAK SUMMARY:
==77916==    definitely lost: 443 bytes in 2 blocks
==77916==    indirectly lost: 3,182 bytes in 48 blocks
==77916==      possibly lost: 5,856 bytes in 122 blocks
==77916==    still reachable: 145,037 bytes in 100 blocks
==77916==         suppressed: 0 bytes in 0 blocks
==77916== Rerun with --leak-check=full to see details of leaked memory
==77916== 
==77916== For counts of detected and suppressed errors, rerun with: -v
==77916== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 2 from 2)
==77912== LEAK SUMMARY:
==77912==    definitely lost: 443 bytes in 2 blocks
==77912==    indirectly lost: 3,182 bytes in 48 blocks
==77912==      possibly lost: 5,664 bytes in 118 blocks
==77912==    still reachable: 145,037 bytes in 100 blocks
==77912==         suppressed: 0 bytes in 0 blocks
==77912== Rerun with --leak-check=full to see details of leaked memory
==77912== 
==77912== For counts of detected and suppressed errors, rerun with: -v
==77912== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 2 from 2)
==77888== LEAK SUMMARY:
==77888==    definitely lost: 443 bytes in 2 blocks
==77888==    indirectly lost: 3,182 bytes in 48 blocks
==77888==      possibly lost: 4,560 bytes in 95 blocks
==77888==    still reachable: 145,037 bytes in 100 blocks
==77888==         suppressed: 0 bytes in 0 blocks
==77888== Rerun with --leak-check=full to see details of leaked memory
==77888== 
==77888== For counts of detected and suppressed errors, rerun with: -v
==77888== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 2 from 2)
==77915== LEAK SUMMARY:
==77915==    definitely lost: 443 bytes in 2 blocks
==77915==    indirectly lost: 3,182 bytes in 48 blocks
==77915==      possibly lost: 5,808 bytes in 121 blocks
==77915==    still reachable: 145,037 bytes in 100 blocks
==77915==         suppressed: 0 bytes in 0 blocks
==77915== Rerun with --leak-check=full to see details of leaked memory
==77915== 
==77915== For counts of detected and suppressed errors, rerun with: -v
==77915== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 2 from 2)
==77917== LEAK SUMMARY:
==77917==    definitely lost: 443 bytes in 2 blocks
==77917==    indirectly lost: 3,182 bytes in 48 blocks
==77917==      possibly lost: 5,904 bytes in 123 blocks
==77917==    still reachable: 145,037 bytes in 100 blocks
==77917==         suppressed: 0 bytes in 0 blocks
==77917== Rerun with --leak-check=full to see details of leaked memory
==77917== 
==77917== For counts of detected and suppressed errors, rerun with: -v
==77917== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 2 from 2)
==77920== LEAK SUMMARY:
==77920==    definitely lost: 443 bytes in 2 blocks
==77920==    indirectly lost: 3,182 bytes in 48 blocks
==77920==      possibly lost: 6,048 bytes in 126 blocks
==77920==    still reachable: 145,037 bytes in 100 blocks
==77920==         suppressed: 0 bytes in 0 blocks
==77920== Rerun with --leak-check=full to see details of leaked memory
==77920== 
==77920== For counts of detected and suppressed errors, rerun with: -v
==77920== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 2 from 2)
==77907== LEAK SUMMARY:
==77907==    definitely lost: 443 bytes in 2 blocks
==77907==    indirectly lost: 3,182 bytes in 48 blocks
==77907==      possibly lost: 5,472 bytes in 114 blocks
==77907==    still reachable: 145,037 bytes in 100 blocks
==77907==         suppressed: 0 bytes in 0 blocks
==77907== Rerun with --leak-check=full to see details of leaked memory
==77907== 
==77907== For counts of detected and suppressed errors, rerun with: -v
==77907== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 2 from 2)
==77918== LEAK SUMMARY:
==77918==    definitely lost: 443 bytes in 2 blocks
==77918==    indirectly lost: 3,182 bytes in 48 blocks
==77918==      possibly lost: 5,952 bytes in 124 blocks
==77918==    still reachable: 145,037 bytes in 100 blocks
==77918==         suppressed: 0 bytes in 0 blocks
==77918== Rerun with --leak-check=full to see details of leaked memory
==77918== 
==77918== For counts of detected and suppressed errors, rerun with: -v
==77918== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 2 from 2)
ERROR:  duplicate key value violates unique constraint "pgbench_branches_pkey"
DETAIL:  Key (bid)=(110) already exists.
STATEMENT:  UPDATE pgbench_branches SET bbalance = bbalance + $1 WHERE bid = $2;
ERROR:  duplicate key value violates unique constraint "pgbench_branches_pkey"
DETAIL:  Key (bid)=(172) already exists.
STATEMENT:  UPDATE pgbench_branches SET bbalance = bbalance + $1 WHERE bid = $2;
LOG:  could not send data to client: Broken pipe
FATAL:  connection to client lost
==77872== 
==77872== HEAP SUMMARY:
==77872==     in use at exit: 1,144,310 bytes in 387 blocks
==77872==   total heap usage: 801 allocs, 414 frees, 2,757,674 bytes allocated
==77872== 
LOG:  could not send data to client: Broken pipe
FATAL:  connection to client lost
ERROR:  duplicate key value violates unique constraint "pgbench_branches_pkey"
DETAIL:  Key (bid)=(174) already exists.
STATEMENT:  UPDATE pgbench_branches SET bbalance = bbalance + $1 WHERE bid = $2;
==77823== 
==77823== HEAP SUMMARY:
==77823==     in use at exit: 1,142,983 bytes in 339 blocks
==77823==   total heap usage: 745 allocs, 406 frees, 2,962,736 bytes allocated
==77823== 
ERROR:  duplicate key value violates unique constraint "pgbench_branches_pkey"
DETAIL:  Key (bid)=(168) already exists.
STATEMENT:  UPDATE pgbench_branches SET bbalance = bbalance + $1 WHERE bid = $2;
LOG:  could not send data to client: Broken pipe
LOG:  could not send data to client: Broken pipe
FATAL:  connection to client lost
FATAL:  connection to client lost
==77826== 
==77826== HEAP SUMMARY:
==77826==     in use at exit: 1,143,127 bytes in 342 blocks
==77826==   total heap usage: 791 allocs, 449 frees, 3,192,128 bytes allocated
==77826== 
ERROR:  duplicate key value violates unique constraint "pgbench_branches_pkey"
DETAIL:  Key (bid)=(134) already exists.
STATEMENT:  UPDATE pgbench_branches SET bbalance = bbalance + $1 WHERE bid = $2;
==77858== 
==77858== HEAP SUMMARY:
==77858==     in use at exit: 1,144,663 bytes in 374 blocks
==77858==   total heap usage: 855 allocs, 481 frees, 3,207,744 bytes allocated
==77858== 
LOG:  could not send data to client: Broken pipe
FATAL:  connection to client lost
==77837== 
==77837== HEAP SUMMARY:
==77837==     in use at exit: 1,144,103 bytes in 354 blocks
==77837==   total heap usage: 774 allocs, 420 frees, 2,970,016 bytes allocated
==77837== 
ERROR:  duplicate key value violates unique constraint "pgbench_branches_pkey"
DETAIL:  Key (bid)=(144) already exists.
STATEMENT:  UPDATE pgbench_branches SET bbalance = bbalance + $1 WHERE bid = $2;
ERROR:  duplicate key value violates unique constraint "pgbench_branches_pkey"
DETAIL:  Key (bid)=(10) already exists.
STATEMENT:  UPDATE pgbench_branches SET bbalance = bbalance + $1 WHERE bid = $2;
ERROR:  duplicate key value violates unique constraint "pgbench_branches_pkey"
DETAIL:  Key (bid)=(218) already exists.
STATEMENT:  UPDATE pgbench_branches SET bbalance = bbalance + $1 WHERE bid = $2;
LOG:  could not send data to client: Broken pipe
FATAL:  connection to client lost
ERROR:  duplicate key value violates unique constraint "pgbench_branches_pkey"
DETAIL:  Key (bid)=(165) already exists.
STATEMENT:  UPDATE pgbench_branches SET bbalance = bbalance + $1 WHERE bid = $2;
ERROR:  duplicate key value violates unique constraint "pgbench_branches_pkey"
DETAIL:  Key (bid)=(249) already exists.
STATEMENT:  UPDATE pgbench_branches SET bbalance = bbalance + $1 WHERE bid = $2;
ERROR:  duplicate key value violates unique constraint "pgbench_branches_pkey"
DETAIL:  Key (bid)=(169) already exists.
STATEMENT:  UPDATE pgbench_branches SET bbalance = bbalance + $1 WHERE bid = $2;
LOG:  could not send data to client: Broken pipe
FATAL:  connection to client lost
ERROR:  duplicate key value violates unique constraint "pgbench_branches_pkey"
DETAIL:  Key (bid)=(248) already exists.
STATEMENT:  UPDATE pgbench_branches SET bbalance = bbalance + $1 WHERE bid = $2;
ERROR:  duplicate key value violates unique constraint "pgbench_branches_pkey"
DETAIL:  Key (bid)=(56) already exists.
STATEMENT:  UPDATE pgbench_branches SET bbalance = bbalance + $1 WHERE bid = $2;
LOG:  could not send data to client: Broken pipe
FATAL:  connection to client lost
==77841== 
==77841== HEAP SUMMARY:
==77841==     in use at exit: 1,183,804 bytes in 373 blocks
==77841==   total heap usage: 989 allocs, 616 frees, 4,217,253 bytes allocated
==77841== 
LOG:  could not send data to client: Broken pipe
LOG:  could not send data to client: Broken pipe
FATAL:  connection to client lost
FATAL:  connection to client lost
LOG:  could not send data to client: Broken pipe
FATAL:  connection to client lost
==77843== 
==77843== HEAP SUMMARY:
==77843==     in use at exit: 1,183,900 bytes in 375 blocks
==77843==   total heap usage: 1,184 allocs, 809 frees, 5,615,287 bytes allocated
==77843== 
LOG:  could not send data to client: Broken pipe
FATAL:  connection to client lost
==77872== LEAK SUMMARY:
==77872==    definitely lost: 443 bytes in 2 blocks
==77872==    indirectly lost: 3,182 bytes in 48 blocks
==77872==      possibly lost: 3,792 bytes in 79 blocks
==77872==    still reachable: 1,136,893 bytes in 258 blocks
==77872==         suppressed: 0 bytes in 0 blocks
==77872== Rerun with --leak-check=full to see details of leaked memory
==77872== 
==77872== For counts of detected and suppressed errors, rerun with: -v
==77872== Use --track-origins=yes to see where uninitialised values come from
==77872== ERROR SUMMARY: 12 errors from 3 contexts (suppressed: 2 from 2)
==77828== 
==77828== HEAP SUMMARY:
==77828==     in use at exit: 1,183,628 bytes in 361 blocks
==77828==   total heap usage: 1,195 allocs, 834 frees, 5,918,821 bytes allocated
==77828== 
ERROR:  duplicate key value violates unique constraint "pgbench_branches_pkey"
DETAIL:  Key (bid)=(225) already exists.
STATEMENT:  UPDATE pgbench_branches SET bbalance = bbalance + $1 WHERE bid = $2;
ERROR:  duplicate key value violates unique constraint "pgbench_branches_pkey"
DETAIL:  Key (bid)=(70) already exists.
STATEMENT:  UPDATE pgbench_branches SET bbalance = bbalance + $1 WHERE bid = $2;
==77862== 
==77862== HEAP SUMMARY:
==77862==     in use at exit: 1,144,876 bytes in 379 blocks
==77862==   total heap usage: 864 allocs, 485 frees, 3,218,088 bytes allocated
==77862== 
==77838== 
==77838== HEAP SUMMARY:
==77838==     in use at exit: 1,183,660 bytes in 370 blocks
==77838==   total heap usage: 1,025 allocs, 655 frees, 4,526,237 bytes allocated
==77838== 
==77851== 
==77851== HEAP SUMMARY:
==77851==     in use at exit: 1,143,286 bytes in 365 blocks
==77851==   total heap usage: 758 allocs, 393 frees, 2,747,410 bytes allocated
==77851== 
ERROR:  duplicate key value violates unique constraint "pgbench_branches_pkey"
DETAIL:  Key (bid)=(228) already exists.
STATEMENT:  UPDATE pgbench_branches SET bbalance = bbalance + $1 WHERE bid = $2;
==77821== 
==77821== HEAP SUMMARY:
==77821==     in use at exit: 1,182,844 bytes in 353 blocks
==77821==   total heap usage: 1,119 allocs, 766 frees, 5,449,327 bytes allocated
==77821== 
==77826== LEAK SUMMARY:
==77826==    definitely lost: 443 bytes in 2 blocks
==77826==    indirectly lost: 3,182 bytes in 48 blocks
==77826==      possibly lost: 1,584 bytes in 33 blocks
==77826==    still reachable: 1,137,918 bytes in 259 blocks
==77826==         suppressed: 0 bytes in 0 blocks
==77826== Rerun with --leak-check=full to see details of leaked memory
==77826== 
==77826== For counts of detected and suppressed errors, rerun with: -v
==77826== Use --track-origins=yes to see where uninitialised values come from
==77826== ERROR SUMMARY: 14 errors from 3 contexts (suppressed: 2 from 2)
==77823== LEAK SUMMARY:
==77823==    definitely lost: 443 bytes in 2 blocks
==77823==    indirectly lost: 3,182 bytes in 48 blocks
==77823==      possibly lost: 1,440 bytes in 30 blocks
==77823==    still reachable: 1,137,918 bytes in 259 blocks
==77823==         suppressed: 0 bytes in 0 blocks
==77823== Rerun with --leak-check=full to see details of leaked memory
==77823== 
==77823== For counts of detected and suppressed errors, rerun with: -v
==77823== Use --track-origins=yes to see where uninitialised values come from
==77823== ERROR SUMMARY: 14 errors from 3 contexts (suppressed: 2 from 2)
ERROR:  duplicate key value violates unique constraint "pgbench_branches_pkey"
DETAIL:  Key (bid)=(248) already exists.
STATEMENT:  UPDATE pgbench_branches SET bbalance = bbalance + $1 WHERE bid = $2;
==77883== 
==77883== HEAP SUMMARY:
==77883==     in use at exit: 1,145,884 bytes in 400 blocks
==77883==   total heap usage: 948 allocs, 548 frees, 3,464,677 bytes allocated
==77883== 
LOG:  could not send data to client: Broken pipe
FATAL:  connection to client lost
LOG:  could not send data to client: Broken pipe
FATAL:  connection to client lost
LOG:  could not send data to client: Broken pipe
FATAL:  connection to client lost
ERROR:  duplicate key value violates unique constraint "pgbench_branches_pkey"
DETAIL:  Key (bid)=(57) already exists.
STATEMENT:  UPDATE pgbench_branches SET bbalance = bbalance + $1 WHERE bid = $2;
LOG:  could not send data to client: Broken pipe
FATAL:  connection to client lost
==77858== LEAK SUMMARY:
==77858==    definitely lost: 443 bytes in 2 blocks
==77858==    indirectly lost: 3,182 bytes in 48 blocks
==77858==      possibly lost: 3,120 bytes in 65 blocks
==77858==    still reachable: 1,137,918 bytes in 259 blocks
==77858==         suppressed: 0 bytes in 0 blocks
==77858== Rerun with --leak-check=full to see details of leaked memory
==77858== 
==77858== For counts of detected and suppressed errors, rerun with: -v
==77858== Use --track-origins=yes to see where uninitialised values come from
==77858== ERROR SUMMARY: 14 errors from 3 contexts (suppressed: 2 from 2)
==77825== 
==77825== HEAP SUMMARY:
==77825==     in use at exit: 1,183,036 bytes in 357 blocks
==77825==   total heap usage: 1,104 allocs, 747 frees, 5,296,013 bytes allocated
==77825== 
ERROR:  duplicate key value violates unique constraint "pgbench_branches_pkey"
DETAIL:  Key (bid)=(269) already exists.
STATEMENT:  UPDATE pgbench_branches SET bbalance = bbalance + $1 WHERE bid = $2;
==77832== 
==77832== HEAP SUMMARY:
==77832==     in use at exit: 1,143,435 bytes in 349 blocks
==77832==   total heap usage: 765 allocs, 416 frees, 2,975,540 bytes allocated
==77832== 
ERROR:  duplicate key value violates unique constraint "pgbench_branches_pkey"
DETAIL:  Key (bid)=(7) already exists.
STATEMENT:  UPDATE pgbench_branches SET bbalance = bbalance + $1 WHERE bid = $2;
==77796== 
==77796== HEAP SUMMARY:
==77796==     in use at exit: 1,182,620 bytes in 340 blocks
==77796==   total heap usage: 966 allocs, 626 frees, 4,536,133 bytes allocated
==77796== 
ERROR:  duplicate key value violates unique constraint "pgbench_branches_pkey"
DETAIL:  Key (bid)=(171) already exists.
STATEMENT:  UPDATE pgbench_branches SET bbalance = bbalance + $1 WHERE bid = $2;
ERROR:  duplicate key value violates unique constraint "pgbench_branches_pkey"
DETAIL:  Key (bid)=(33) already exists.
STATEMENT:  UPDATE pgbench_branches SET bbalance = bbalance + $1 WHERE bid = $2;
ERROR:  duplicate key value violates unique constraint "pgbench_branches_pkey"
DETAIL:  Key (bid)=(228) already exists.
STATEMENT:  UPDATE pgbench_branches SET bbalance = bbalance + $1 WHERE bid = $2;
LOG:  could not send data to client: Broken pipe
FATAL:  connection to client lost
==77840== 
==77840== HEAP SUMMARY:
==77840==     in use at exit: 1,183,756 bytes in 372 blocks
==77840==   total heap usage: 1,034 allocs, 662 frees, 4,569,173 bytes allocated
==77840== 
LOG:  could not send data to client: Broken pipe
ERROR:  duplicate key value violates unique constraint "pgbench_branches_pkey"
DETAIL:  Key (bid)=(248) already exists.
STATEMENT:  UPDATE pgbench_branches SET bbalance = bbalance + $1 WHERE bid = $2;
FATAL:  connection to client lost
ERROR:  duplicate key value violates unique constraint "pgbench_branches_pkey"
DETAIL:  Key (bid)=(206) already exists.
STATEMENT:  UPDATE pgbench_branches SET bbalance = bbalance + $1 WHERE bid = $2;
ERROR:  duplicate key value violates unique constraint "pgbench_branches_pkey"
DETAIL:  Key (bid)=(16) already exists.
STATEMENT:  UPDATE pgbench_branches SET bbalance = bbalance + $1 WHERE bid = $2;
LOG:  could not send data to client: Broken pipe
FATAL:  connection to client lost
LOG:  could not send data to client: Broken pipe
FATAL:  connection to client lost
ERROR:  duplicate key value violates unique constraint "pgbench_branches_pkey"
DETAIL:  Key (bid)=(228) already exists.
STATEMENT:  UPDATE pgbench_branches SET bbalance = bbalance + $1 WHERE bid = $2;
ERROR:  duplicate key value violates unique constraint "pgbench_branches_pkey"
DETAIL:  Key (bid)=(57) already exists.
STATEMENT:  UPDATE pgbench_branches SET bbalance = bbalance + $1 WHERE bid = $2;
ERROR:  duplicate key value violates unique constraint "pgbench_branches_pkey"
DETAIL:  Key (bid)=(132) already exists.
STATEMENT:  UPDATE pgbench_branches SET bbalance = bbalance + $1 WHERE bid = $2;
LOG:  could not send data to client: Broken pipe
ERROR:  duplicate key value violates unique constraint "pgbench_branches_pkey"
DETAIL:  Key (bid)=(279) already exists.
STATEMENT:  UPDATE pgbench_branches SET bbalance = bbalance + $1 WHERE bid = $2;
LOG:  could not send data to client: Broken pipe
FATAL:  connection to client lost
FATAL:  connection to client lost
ERROR:  duplicate key value violates unique constraint "pgbench_branches_pkey"
DETAIL:  Key (bid)=(125) already exists.
STATEMENT:  UPDATE pgbench_branches SET bbalance = bbalance + $1 WHERE bid = $2;
ERROR:  duplicate key value violates unique constraint "pgbench_branches_pkey"
DETAIL:  Key (bid)=(48) already exists.
STATEMENT:  UPDATE pgbench_branches SET bbalance = bbalance + $1 WHERE bid = $2;
ERROR:  duplicate key value violates unique constraint "pgbench_branches_pkey"
DETAIL:  Key (bid)=(163) already exists.
STATEMENT:  UPDATE pgbench_branches SET bbalance = bbalance + $1 WHERE bid = $2;
==77868== 
==77868== HEAP SUMMARY:
==77868==     in use at exit: 1,144,102 bytes in 382 blocks
==77868==   total heap usage: 793 allocs, 411 frees, 2,764,098 bytes allocated
==77868== 
ERROR:  duplicate key value violates unique constraint "pgbench_branches_pkey"
DETAIL:  Key (bid)=(149) already exists.
STATEMENT:  UPDATE pgbench_branches SET bbalance = bbalance + $1 WHERE bid = $2;
ERROR:  duplicate key value violates unique constraint "pgbench_branches_pkey"
DETAIL:  Key (bid)=(173) already exists.
STATEMENT:  UPDATE pgbench_branches SET bbalance = bbalance + $1 WHERE bid = $2;
ERROR:  duplicate key value violates unique constraint "pgbench_branches_pkey"
DETAIL:  Key (bid)=(248) already exists.
STATEMENT:  UPDATE pgbench_branches SET bbalance = bbalance + $1 WHERE bid = $2;
ERROR:  duplicate key value violates unique constraint "pgbench_branches_pkey"
DETAIL:  Key (bid)=(187) already exists.
STATEMENT:  UPDATE pgbench_branches SET bbalance = bbalance + $1 WHERE bid = $2;
==77876== 
==77876== HEAP SUMMARY:
==77876==     in use at exit: 1,144,934 bytes in 391 blocks
==77876==   total heap usage: 810 allocs, 419 frees, 2,768,450 bytes allocated
==77876== 
ERROR:  duplicate key value violates unique constraint "pgbench_branches_pkey"
DETAIL:  Key (bid)=(33) already exists.
STATEMENT:  UPDATE pgbench_branches SET bbalance = bbalance + $1 WHERE bid = $2;
LOG:  could not send data to client: Broken pipe
FATAL:  connection to client lost
==77676== 
==77676== HEAP SUMMARY:
==77676==     in use at exit: 1,141,671 bytes in 313 blocks
==77676==   total heap usage: 732 allocs, 419 frees, 3,185,424 bytes allocated
==77676== 
==77830== 
==77830== HEAP SUMMARY:
==77830==     in use at exit: 1,183,724 bytes in 363 blocks
==77830==   total heap usage: 1,063 allocs, 700 frees, 4,917,170 bytes allocated
==77830== 
LOG:  could not send data to client: Broken pipe
LOG:  could not send data to client: Broken pipe
LOG:  could not send data to client: Broken pipe
FATAL:  connection to client lost
==77859== 
==77859== HEAP SUMMARY:
==77859==     in use at exit: 1,144,732 bytes in 376 blocks
==77859==   total heap usage: 819 allocs, 443 frees, 2,997,088 bytes allocated
==77859== 
FATAL:  connection to client lost
ERROR:  duplicate key value violates unique constraint "pgbench_branches_pkey"
DETAIL:  Key (bid)=(84) already exists.
STATEMENT:  UPDATE pgbench_branches SET bbalance = bbalance + $1 WHERE bid = $2;
FATAL:  connection to client lost
LOG:  could not send data to client: Broken pipe
FATAL:  connection to client lost
LOG:  could not send data to client: Broken pipe
FATAL:  connection to client lost
LOG:  could not send data to client: Broken pipe
LOG:  could not send data to client: Broken pipe
LOG:  could not send data to client: Broken pipe
FATAL:  connection to client lost
LOG:  could not send data to client: Broken pipe
FATAL:  connection to client lost
==77878== 
==77878== HEAP SUMMARY:
==77878==     in use at exit: 1,186,028 bytes in 411 blocks
==77878==   total heap usage: 1,298 allocs, 887 frees, 5,967,818 bytes allocated
==77878== 
ERROR:  duplicate key value violates unique constraint "pgbench_branches_pkey"
DETAIL:  Key (bid)=(125) already exists.
STATEMENT:  UPDATE pgbench_branches SET bbalance = bbalance + $1 WHERE bid = $2;
FATAL:  connection to client lost
LOG:  could not send data to client: Broken pipe
FATAL:  connection to client lost
ERROR:  duplicate key value violates unique constraint "pgbench_branches_pkey"
DETAIL:  Key (bid)=(218) already exists.
STATEMENT:  UPDATE pgbench_branches SET bbalance = bbalance + $1 WHERE bid = $2;
ERROR:  duplicate key value violates unique constraint "pgbench_branches_pkey"
DETAIL:  Key (bid)=(149) already exists.
STATEMENT:  UPDATE pgbench_branches SET bbalance = bbalance + $1 WHERE bid = $2;
FATAL:  connection to client lost
LOG:  could not send data to client: Broken pipe
FATAL:  connection to client lost
LOG:  could not send data to client: Broken pipe
FATAL:  connection to client lost
==77837== LEAK SUMMARY:
==77837==    definitely lost: 443 bytes in 2 blocks
==77837==    indirectly lost: 3,182 bytes in 48 blocks
==77837==      possibly lost: 2,112 bytes in 44 blocks
==77837==    still reachable: 1,138,366 bytes in 260 blocks
==77837==         suppressed: 0 bytes in 0 blocks
==77837== Rerun with --leak-check=full to see details of leaked memory
==77837== 
==77837== For counts of detected and suppressed errors, rerun with: -v
==77837== Use --track-origins=yes to see where uninitialised values come from
==77837== ERROR SUMMARY: 14 errors from 3 contexts (suppressed: 2 from 2)
==77874== 
LOG:  could not send data to client: Broken pipe
FATAL:  connection to client lost
==77874== HEAP SUMMARY:
==77874==     in use at exit: 1,144,390 bytes in 388 blocks
==77874==   total heap usage: 805 allocs, 417 frees, 2,767,026 bytes allocated
==77874== 
==77791== 
==77791== HEAP SUMMARY:
==77791==     in use at exit: 1,141,995 bytes in 319 blocks
==77791==   total heap usage: 705 allocs, 386 frees, 2,960,900 bytes allocated
==77791== 
LOG:  could not send data to client: Broken pipe
FATAL:  connection to client lost
ERROR:  duplicate key value violates unique constraint "pgbench_branches_pkey"
DETAIL:  Key (bid)=(261) already exists.
STATEMENT:  UPDATE pgbench_branches SET bbalance = bbalance + $1 WHERE bid = $2;
ERROR:  duplicate key value violates unique constraint "pgbench_branches_pkey"
DETAIL:  Key (bid)=(107) already exists.
STATEMENT:  UPDATE pgbench_branches SET bbalance = bbalance + $1 WHERE bid = $2;
==77869== 
==77869== HEAP SUMMARY:
==77869==     in use at exit: 1,145,212 bytes in 386 blocks
==77869==   total heap usage: 962 allocs, 576 frees, 3,710,928 bytes allocated
==77869== 
ERROR:  duplicate key value violates unique constraint "pgbench_branches_pkey"
DETAIL:  Key (bid)=(218) already exists.
STATEMENT:  UPDATE pgbench_branches SET bbalance = bbalance + $1 WHERE bid = $2;
ERROR:  duplicate key value violates unique constraint "pgbench_branches_pkey"
DETAIL:  Key (bid)=(211) already exists.
STATEMENT:  UPDATE pgbench_branches SET bbalance = bbalance + $1 WHERE bid = $2;
ERROR:  duplicate key value violates unique constraint "pgbench_branches_pkey"
DETAIL:  Key (bid)=(171) already exists.
STATEMENT:  UPDATE pgbench_branches SET bbalance = bbalance + $1 WHERE bid = $2;
LOG:  could not send data to client: Broken pipe
FATAL:  connection to client lost
ERROR:  duplicate key value violates unique constraint "pgbench_branches_pkey"
DETAIL:  Key (bid)=(288) already exists.
STATEMENT:  UPDATE pgbench_branches SET bbalance = bbalance + $1 WHERE bid = $2;
==77829== 
==77829== HEAP SUMMARY:
==77829==     in use at exit: 1,183,228 bytes in 361 blocks
==77829==   total heap usage: 1,058 allocs, 697 frees, 4,916,192 bytes allocated
==77829== 
==77795== 
==77795== HEAP SUMMARY:
==77795==     in use at exit: 1,142,636 bytes in 324 blocks
==77795==   total heap usage: 796 allocs, 472 frees, 3,435,941 bytes allocated
==77795== 
ERROR:  duplicate key value violates unique constraint "pgbench_branches_pkey"
DETAIL:  Key (bid)=(205) already exists.
STATEMENT:  UPDATE pgbench_branches SET bbalance = bbalance + $1 WHERE bid = $2;
==77800== 
==77800== HEAP SUMMARY:
==77800==     in use at exit: 1,142,407 bytes in 327 blocks
==77800==   total heap usage: 722 allocs, 395 frees, 2,965,272 bytes allocated
==77800== 
==77833== 
==77833== HEAP SUMMARY:
==77833==     in use at exit: 1,183,868 bytes in 366 blocks
==77833==   total heap usage: 1,025 allocs, 659 frees, 4,599,773 bytes allocated
==77833== 
==77799== 
==77799== HEAP SUMMARY:
==77799==     in use at exit: 1,142,400 bytes in 328 blocks
==77799==   total heap usage: 804 allocs, 476 frees, 3,437,465 bytes allocated
==77799== 
==77870== 
==77870== HEAP SUMMARY:
==77870==     in use at exit: 1,144,198 bytes in 384 blocks
==77870==   total heap usage: 797 allocs, 413 frees, 2,765,074 bytes allocated
==77870== 
==77882== 
==77882== HEAP SUMMARY:
==77882==     in use at exit: 1,144,774 bytes in 396 blocks
==77882==   total heap usage: 821 allocs, 425 frees, 2,770,930 bytes allocated
==77882== 
==77846== 
==77846== HEAP SUMMARY:
==77846==     in use at exit: 1,144,108 bytes in 363 blocks
==77846==   total heap usage: 875 allocs, 512 frees, 3,463,384 bytes allocated
==77846== 
LOG:  could not send data to client: Broken pipe
FATAL:  connection to client lost
ERROR:  duplicate key value violates unique constraint "pgbench_branches_pkey"
DETAIL:  Key (bid)=(10) already exists.
STATEMENT:  UPDATE pgbench_branches SET bbalance = bbalance + $1 WHERE bid = $2;
ERROR:  duplicate key value violates unique constraint "pgbench_branches_pkey"
DETAIL:  Key (bid)=(203) already exists.
STATEMENT:  UPDATE pgbench_branches SET bbalance = bbalance + $1 WHERE bid = $2;
ERROR:  duplicate key value violates unique constraint "pgbench_branches_pkey"
DETAIL:  Key (bid)=(57) already exists.
STATEMENT:  UPDATE pgbench_branches SET bbalance = bbalance + $1 WHERE bid = $2;
ERROR:  duplicate key value violates unique constraint "pgbench_branches_pkey"
DETAIL:  Key (bid)=(107) already exists.
STATEMENT:  UPDATE pgbench_branches SET bbalance = bbalance + $1 WHERE bid = $2;
ERROR:  duplicate key value violates unique constraint "pgbench_branches_pkey"
DETAIL:  Key (bid)=(296) already exists.
STATEMENT:  UPDATE pgbench_branches SET bbalance = bbalance + $1 WHERE bid = $2;
LOG:  could not send data to client: Broken pipe
FATAL:  connection to client lost
LOG:  could not send data to client: Broken pipe
==77842== 
==77842== HEAP SUMMARY:
==77842==     in use at exit: 1,144,364 bytes in 360 blocks
==77842==   total heap usage: 868 allocs, 508 frees, 3,461,880 bytes allocated
==77842== 
==77681== 
==77681== HEAP SUMMARY:
==77681==     in use at exit: 1,181,664 bytes in 329 blocks
==77681==   total heap usage: 950 allocs, 621 frees, 4,572,897 bytes allocated
==77681== 
FATAL:  connection to client lost
ERROR:  duplicate key value violates unique constraint "pgbench_branches_pkey"
DETAIL:  Key (bid)=(173) already exists.
STATEMENT:  UPDATE pgbench_branches SET bbalance = bbalance + $1 WHERE bid = $2;
==77788== 
==77788== HEAP SUMMARY:
==77788==     in use at exit: 1,181,808 bytes in 332 blocks
==77788==   total heap usage: 1,022 allocs, 690 frees, 5,065,209 bytes allocated
==77788== 
==77886== 
==77886== HEAP SUMMARY:
==77886==     in use at exit: 1,146,028 bytes in 403 blocks
==77886==   total heap usage: 955 allocs, 552 frees, 3,482,904 bytes allocated
==77886== 
LOG:  could not send data to client: Broken pipe
FATAL:  connection to client lost
LOG:  could not send data to client: Broken pipe
LOG:  could not send data to client: Broken pipe
LOG:  could not send data to client: Broken pipe
FATAL:  connection to client lost
LOG:  could not send data to client: Broken pipe
FATAL:  connection to client lost
FATAL:  connection to client lost
==77863== 
==77863== HEAP SUMMARY:
==77863==     in use at exit: 1,178,140 bytes in 393 blocks
==77863==   total heap usage: 993 allocs, 600 frees, 3,952,960 bytes allocated
==77863== 
ERROR:  duplicate key value violates unique constraint "pgbench_branches_pkey"
DETAIL:  Key (bid)=(252) already exists.
STATEMENT:  UPDATE pgbench_branches SET bbalance = bbalance + $1 WHERE bid = $2;
FATAL:  connection to client lost
ERROR:  duplicate key value violates unique constraint "pgbench_branches_pkey"
DETAIL:  Key (bid)=(162) already exists.
STATEMENT:  UPDATE pgbench_branches SET bbalance = bbalance + $1 WHERE bid = $2;
ERROR:  duplicate key value violates unique constraint "pgbench_branches_pkey"
DETAIL:  Key (bid)=(107) already exists.
STATEMENT:  UPDATE pgbench_branches SET bbalance = bbalance + $1 WHERE bid = $2;
ERROR:  duplicate key value violates unique constraint "pgbench_branches_pkey"
DETAIL:  Key (bid)=(288) already exists.
STATEMENT:  UPDATE pgbench_branches SET bbalance = bbalance + $1 WHERE bid = $2;
ERROR:  duplicate key value violates unique constraint "pgbench_branches_pkey"
DETAIL:  Key (bid)=(124) already exists.
STATEMENT:  UPDATE pgbench_branches SET bbalance = bbalance + $1 WHERE bid = $2;
LOG:  could not send data to client: Broken pipe
FATAL:  connection to client lost
LOG:  could not send data to client: Broken pipe
FATAL:  connection to client lost
LOG:  could not send data to client: Broken pipe
FATAL:  connection to client lost
LOG:  could not send data to client: Broken pipe
ERROR:  duplicate key value violates unique constraint "pgbench_branches_pkey"
DETAIL:  Key (bid)=(56) already exists.
STATEMENT:  UPDATE pgbench_branches SET bbalance = bbalance + $1 WHERE bid = $2;
ERROR:  duplicate key value violates unique constraint "pgbench_branches_pkey"
DETAIL:  Key (bid)=(162) already exists.
STATEMENT:  UPDATE pgbench_branches SET bbalance = bbalance + $1 WHERE bid = $2;
LOG:  could not send data to client: Broken pipe
FATAL:  connection to client lost
ERROR:  duplicate key value violates unique constraint "pgbench_branches_pkey"
DETAIL:  Key (bid)=(16) already exists.
STATEMENT:  UPDATE pgbench_branches SET bbalance = bbalance + $1 WHERE bid = $2;
ERROR:  duplicate key value violates unique constraint "pgbench_branches_pkey"
DETAIL:  Key (bid)=(266) already exists.
STATEMENT:  UPDATE pgbench_branches SET bbalance = bbalance + $1 WHERE bid = $2;
FATAL:  connection to client lost
ERROR:  duplicate key value violates unique constraint "pgbench_branches_pkey"
DETAIL:  Key (bid)=(33) already exists.
STATEMENT:  UPDATE pgbench_branches SET bbalance = bbalance + $1 WHERE bid = $2;
==77794== 
==77794== HEAP SUMMARY:
==77794==     in use at exit: 1,182,076 bytes in 337 blocks
==77794==   total heap usage: 902 allocs, 565 frees, 4,094,813 bytes allocated
==77794== 
LOG:  could not send data to client: Broken pipe
FATAL:  connection to client lost
ERROR:  duplicate key value violates unique constraint "pgbench_branches_pkey"
DETAIL:  Key (bid)=(167) already exists.
STATEMENT:  UPDATE pgbench_branches SET bbalance = bbalance + $1 WHERE bid = $2;
==77792== 
==77792== HEAP SUMMARY:
==77792==     in use at exit: 1,142,044 bytes in 320 blocks
==77792==   total heap usage: 748 allocs, 428 frees, 3,197,709 bytes allocated
==77792== 
ERROR:  duplicate key value violates unique constraint "pgbench_branches_pkey"
DETAIL:  Key (bid)=(132) already exists.
STATEMENT:  UPDATE pgbench_branches SET bbalance = bbalance + $1 WHERE bid = $2;
ERROR:  duplicate key value violates unique constraint "pgbench_branches_pkey"
DETAIL:  Key (bid)=(162) already exists.
STATEMENT:  UPDATE pgbench_branches SET bbalance = bbalance + $1 WHERE bid = $2;
ERROR:  duplicate key value violates unique constraint "pgbench_branches_pkey"
DETAIL:  Key (bid)=(48) already exists.
STATEMENT:  UPDATE pgbench_branches SET bbalance = bbalance + $1 WHERE bid = $2;
LOG:  could not send data to client: Broken pipe
FATAL:  connection to client lost
ERROR:  duplicate key value violates unique constraint "pgbench_branches_pkey"
DETAIL:  Key (bid)=(252) already exists.
STATEMENT:  UPDATE pgbench_branches SET bbalance = bbalance + $1 WHERE bid = $2;
==77797== 
==77797== HEAP SUMMARY:
==77797==     in use at exit: 1,182,220 bytes in 340 blocks
==77797==   total heap usage: 952 allocs, 612 frees, 4,423,509 bytes allocated
==77797== 
LOG:  could not send data to client: Broken pipe
FATAL:  connection to client lost
ERROR:  duplicate key value violates unique constraint "pgbench_branches_pkey"
DETAIL:  Key (bid)=(203) already exists.
STATEMENT:  UPDATE pgbench_branches SET bbalance = bbalance + $1 WHERE bid = $2;
==77877== 
==77877== HEAP SUMMARY:
==77877==     in use at exit: 1,146,044 bytes in 395 blocks
==77877==   total heap usage: 941 allocs, 546 frees, 3,511,928 bytes allocated
==77877== 
ERROR:  duplicate key value violates unique constraint "pgbench_branches_pkey"
DETAIL:  Key (bid)=(296) already exists.
STATEMENT:  UPDATE pgbench_branches SET bbalance = bbalance + $1 WHERE bid = $2;
==77852== 
==77852== HEAP SUMMARY:
==77852==     in use at exit: 1,184,780 bytes in 385 blocks
==77852==   total heap usage: 1,110 allocs, 725 frees, 4,977,616 bytes allocated
==77852== 
LOG:  could not send data to client: Broken pipe
==77834== 
==77834== HEAP SUMMARY:
==77834==     in use at exit: 1,143,980 bytes in 352 blocks
==77834==   total heap usage: 770 allocs, 418 frees, 2,985,336 bytes allocated
==77834== 
==77836== 
==77836== HEAP SUMMARY:
==77836==     in use at exit: 1,184,012 bytes in 369 blocks
==77836==   total heap usage: 1,527 allocs, 1,158 frees, 8,251,106 bytes allocated
==77836== 
LOG:  could not send data to client: Broken pipe
FATAL:  connection to client lost
FATAL:  connection to client lost
==77845== 
==77845== HEAP SUMMARY:
==77845==     in use at exit: 1,144,487 bytes in 362 blocks
==77845==   total heap usage: 791 allocs, 429 frees, 2,982,312 bytes allocated
==77845== 
ERROR:  duplicate key value violates unique constraint "pgbench_branches_pkey"
DETAIL:  Key (bid)=(33) already exists.
STATEMENT:  UPDATE pgbench_branches SET bbalance = bbalance + $1 WHERE bid = $2;
ERROR:  duplicate key value violates unique constraint "pgbench_branches_pkey"
DETAIL:  Key (bid)=(136) already exists.
STATEMENT:  UPDATE pgbench_branches SET bbalance = bbalance + $1 WHERE bid = $2;
ERROR:  duplicate key value violates unique constraint "pgbench_branches_pkey"
DETAIL:  Key (bid)=(173) already exists.
STATEMENT:  UPDATE pgbench_branches SET bbalance = bbalance + $1 WHERE bid = $2;
ERROR:  duplicate key value violates unique constraint "pgbench_branches_pkey"
DETAIL:  Key (bid)=(205) already exists.
STATEMENT:  UPDATE pgbench_branches SET bbalance = bbalance + $1 WHERE bid = $2;
LOG:  could not send data to client: Broken pipe
LOG:  could not send data to client: Broken pipe
FATAL:  connection to client lost
LOG:  could not send data to client: Broken pipe
FATAL:  connection to client lost
LOG:  could not send data to client: Broken pipe
==77844== 
==77844== HEAP SUMMARY:
==77844==     in use at exit: 1,183,948 bytes in 376 blocks
==77844==   total heap usage: 1,024 allocs, 648 frees, 4,449,448 bytes allocated
==77844== 
LOG:  could not send data to client: Broken pipe
LOG:  could not send data to client: Broken pipe
==77816== 
==77816== HEAP SUMMARY:
==77816==     in use at exit: 1,183,052 bytes in 349 blocks
==77816==   total heap usage: 1,078 allocs, 729 frees, 5,237,549 bytes allocated
==77816== 
ERROR:  duplicate key value violates unique constraint "pgbench_branches_pkey"
DETAIL:  Key (bid)=(218) already exists.
STATEMENT:  UPDATE pgbench_branches SET bbalance = bbalance + $1 WHERE bid = $2;
FATAL:  connection to client lost
LOG:  could not send data to client: Broken pipe
FATAL:  connection to client lost
==77801== 
==77801== HEAP SUMMARY:
==77801==     in use at exit: 1,175,692 bytes in 342 blocks
==77801==   total heap usage: 894 allocs, 552 frees, 3,952,669 bytes allocated
==77801== 
==77885== 
==77885== HEAP SUMMARY:
==77885==     in use at exit: 1,186,364 bytes in 418 blocks
==77885==   total heap usage: 1,110 allocs, 692 frees, 4,502,872 bytes allocated
==77885== 
LOG:  could not send data to client: Broken pipe
FATAL:  connection to client lost
LOG:  could not send data to client: Broken pipe
FATAL:  connection to client lost
FATAL:  connection to client lost
==77820== 
==77820== HEAP SUMMARY:
==77820==     in use at exit: 1,142,860 bytes in 337 blocks
==77820==   total heap usage: 864 allocs, 527 frees, 3,678,645 bytes allocated
==77820== 
FATAL:  connection to client lost
FATAL:  connection to client lost
LOG:  could not send data to client: Broken pipe
FATAL:  connection to client lost
LOG:  could not send data to client: Broken pipe
LOG:  could not send data to client: Broken pipe
ERROR:  duplicate key value violates unique constraint "pgbench_branches_pkey"
DETAIL:  Key (bid)=(288) already exists.
STATEMENT:  UPDATE pgbench_branches SET bbalance = bbalance + $1 WHERE bid = $2;
LOG:  could not send data to client: Broken pipe
FATAL:  connection to client lost
FATAL:  connection to client lost
ERROR:  duplicate key value violates unique constraint "pgbench_branches_pkey"
DETAIL:  Key (bid)=(167) already exists.
STATEMENT:  UPDATE pgbench_branches SET bbalance = bbalance + $1 WHERE bid = $2;
==77841== LEAK SUMMARY:
==77841==    definitely lost: 443 bytes in 2 blocks
==77841==    indirectly lost: 3,182 bytes in 48 blocks
==77841==      possibly lost: 2,304 bytes in 48 blocks
==77841==    still reachable: 1,177,875 bytes in 275 blocks
==77841==         suppressed: 0 bytes in 0 blocks
==77841== Rerun with --leak-check=full to see details of leaked memory
==77841== 
==77841== For counts of detected and suppressed errors, rerun with: -v
==77841== Use --track-origins=yes to see where uninitialised values come from
==77841== ERROR SUMMARY: 16 errors from 3 contexts (suppressed: 2 from 2)
==77814== 
==77814== HEAP SUMMARY:
==77814==     in use at exit: 1,142,572 bytes in 331 blocks
==77814==   total heap usage: 770 allocs, 439 frees, 3,211,448 bytes allocated
==77814== 
FATAL:  connection to client lost
ERROR:  duplicate key value violates unique constraint "pgbench_branches_pkey"
DETAIL:  Key (bid)=(18) already exists.
STATEMENT:  UPDATE pgbench_branches SET bbalance = bbalance + $1 WHERE bid = $2;
==77828== LEAK SUMMARY:
==77828==    definitely lost: 443 bytes in 2 blocks
==77828==    indirectly lost: 3,182 bytes in 48 blocks
==77828==      possibly lost: 1,680 bytes in 35 blocks
==77828==    still reachable: 1,178,323 bytes in 276 blocks
==77828==         suppressed: 0 bytes in 0 blocks
==77828== Rerun with --leak-check=full to see details of leaked memory
==77828== 
==77828== For counts of detected and suppressed errors, rerun with: -v
==77828== Use --track-origins=yes to see where uninitialised values come from
==77828== ERROR SUMMARY: 18 errors from 3 contexts (suppressed: 2 from 2)
==77843== LEAK SUMMARY:
==77843==    definitely lost: 443 bytes in 2 blocks
==77843==    indirectly lost: 3,182 bytes in 48 blocks
==77843==      possibly lost: 2,400 bytes in 50 blocks
==77843==    still reachable: 1,177,875 bytes in 275 blocks
==77843==         suppressed: 0 bytes in 0 blocks
==77843== Rerun with --leak-check=full to see details of leaked memory
==77843== 
==77843== For counts of detected and suppressed errors, rerun with: -v
==77843== Use --track-origins=yes to see where uninitialised values come from
==77843== ERROR SUMMARY: 17 errors from 3 contexts (suppressed: 2 from 2)
ERROR:  duplicate key value violates unique constraint "pgbench_branches_pkey"
DETAIL:  Key (bid)=(296) already exists.
STATEMENT:  UPDATE pgbench_branches SET bbalance = bbalance + $1 WHERE bid = $2;
==77847== 
==77847== HEAP SUMMARY:
==77847==     in use at exit: 1,184,560 bytes in 381 blocks
==77847==   total heap usage: 1,055 allocs, 674 frees, 4,606,646 bytes allocated
==77847== 
ERROR:  duplicate key value violates unique constraint "pgbench_branches_pkey"
DETAIL:  Key (bid)=(118) already exists.
STATEMENT:  UPDATE pgbench_branches SET bbalance = bbalance + $1 WHERE bid = $2;
ERROR:  duplicate key value violates unique constraint "pgbench_branches_pkey"
DETAIL:  Key (bid)=(86) already exists.
STATEMENT:  UPDATE pgbench_branches SET bbalance = bbalance + $1 WHERE bid = $2;
LOG:  could not send data to client: Broken pipe
FATAL:  connection to client lost
==77855== 
==77855== HEAP SUMMARY:
==77855==     in use at exit: 1,184,924 bytes in 388 blocks
==77855==   total heap usage: 1,072 allocs, 684 frees, 4,651,848 bytes allocated
==77855== 
==77644== Syscall param write(buf) points to uninitialised byte(s)
==77644==    at 0x562A9E0: __write_nocancel (in /usr/lib64/libc-2.17.so)
==77644==    by 0x55B9E72: _IO_file_write@@GLIBC_2.2.5 (in /usr/lib64/libc-2.17.so)
==77644==    by 0x55BB2DB: _IO_do_write@@GLIBC_2.2.5 (in /usr/lib64/libc-2.17.so)
==77644==    by 0x55BABCF: _IO_file_close_it@@GLIBC_2.2.5 (in /usr/lib64/libc-2.17.so)
==77644==    by 0x55AEB0F: fclose@@GLIBC_2.2.5 (in /usr/lib64/libc-2.17.so)
==77644==    by 0x76984E: FreeDesc (fd.c:1811)
==77644==    by 0x769948: FreeFile (fd.c:1854)
==77644==    by 0x71CCA7: pgstat_write_db_statsfile (pgstat.c:3983)
==77644==    by 0x71C6ED: pgstat_write_statsfiles (pgstat.c:3801)
==77644==    by 0x71BE71: PgstatCollectorMain (pgstat.c:3398)
==77644==    by 0x7184AE: pgstat_start (pgstat.c:709)
==77644==    by 0x72287A: reaper (postmaster.c:2781)
==77644==  Address 0x4023009 is not stack'd, malloc'd or (recently) free'd
==77644== 
==77879== 
==77879== HEAP SUMMARY:
==77879==     in use at exit: 1,186,076 bytes in 412 blocks
==77879==   total heap usage: 1,073 allocs, 661 frees, 4,303,360 bytes allocated
==77879== 
LOG:  could not send data to client: Broken pipe
LOG:  could not send data to client: Broken pipe
FATAL:  connection to client lost
ERROR:  duplicate key value violates unique constraint "pgbench_branches_pkey"
DETAIL:  Key (bid)=(201) already exists.
STATEMENT:  UPDATE pgbench_branches SET bbalance = bbalance + $1 WHERE bid = $2;
==77790== 
==77790== HEAP SUMMARY:
==77790==     in use at exit: 1,182,332 bytes in 334 blocks
==77790==   total heap usage: 939 allocs, 605 frees, 4,420,541 bytes allocated
==77790== 
FATAL:  connection to client lost
==77851== LEAK SUMMARY:
==77851==    definitely lost: 443 bytes in 2 blocks
==77851==    indirectly lost: 3,182 bytes in 48 blocks
==77851==      possibly lost: 2,784 bytes in 58 blocks
==77851==    still reachable: 1,136,877 bytes in 257 blocks
==77851==         suppressed: 0 bytes in 0 blocks
==77851== Rerun with --leak-check=full to see details of leaked memory
==77851== 
==77851== For counts of detected and suppressed errors, rerun with: -v
==77851== Use --track-origins=yes to see where uninitialised values come from
==77851== ERROR SUMMARY: 12 errors from 3 contexts (suppressed: 2 from 2)
LOG:  could not send data to client: Broken pipe
FATAL:  connection to client lost
==77838== LEAK SUMMARY:
==77838==    definitely lost: 443 bytes in 2 blocks
==77838==    indirectly lost: 3,182 bytes in 48 blocks
==77838==      possibly lost: 2,160 bytes in 45 blocks
==77838==    still reachable: 1,177,875 bytes in 275 blocks
==77838==         suppressed: 0 bytes in 0 blocks
==77838== Rerun with --leak-check=full to see details of leaked memory
==77838== 
==77838== For counts of detected and suppressed errors, rerun with: -v
==77838== Use --track-origins=yes to see where uninitialised values come from
==77838== ERROR SUMMARY: 16 errors from 3 contexts (suppressed: 2 from 2)
LOG:  could not send data to client: Broken pipe
ERROR:  duplicate key value violates unique constraint "pgbench_branches_pkey"
DETAIL:  Key (bid)=(18) already exists.
STATEMENT:  UPDATE pgbench_branches SET bbalance = bbalance + $1 WHERE bid = $2;
LOG:  could not send data to client: Broken pipe
FATAL:  connection to client lost
==77819== 
==77819== HEAP SUMMARY:
==77819==     in use at exit: 1,183,196 bytes in 352 blocks
==77819==   total heap usage: 978 allocs, 626 frees, 4,462,293 bytes allocated
==77819== 
FATAL:  connection to client lost
==77839== 
==77839== HEAP SUMMARY:
==77839==     in use at exit: 1,184,156 bytes in 372 blocks
==77839==   total heap usage: 1,344 allocs, 972 frees, 6,855,554 bytes allocated
==77839== 
LOG:  could not send data to client: Broken pipe
FATAL:  connection to client lost
==77887== 
==77887== HEAP SUMMARY:
==77887==     in use at exit: 1,186,012 bytes in 419 blocks
==77887==   total heap usage: 1,088 allocs, 669 frees, 4,306,816 bytes allocated
==77887== 
==77854== 
==77854== HEAP SUMMARY:
==77854==     in use at exit: 1,144,940 bytes in 372 blocks
==77854==   total heap usage: 892 allocs, 520 frees, 3,459,365 bytes allocated
==77854== 
ERROR:  duplicate key value violates unique constraint "pgbench_branches_pkey"
DETAIL:  Key (bid)=(252) already exists.
STATEMENT:  UPDATE pgbench_branches SET bbalance = bbalance + $1 WHERE bid = $2;
==77685== 
==77685== HEAP SUMMARY:
==77685==     in use at exit: 1,181,740 bytes in 330 blocks
==77685==   total heap usage: 910 allocs, 580 frees, 4,255,013 bytes allocated
==77685== 
==77880== 
==77880== HEAP SUMMARY:
==77880==     in use at exit: 1,145,740 bytes in 397 blocks
==77880==   total heap usage: 984 allocs, 587 frees, 3,716,296 bytes allocated
==77880== 
==77857== 
==77857== HEAP SUMMARY:
==77857==     in use at exit: 1,184,572 bytes in 389 blocks
==77857==   total heap usage: 1,050 allocs, 661 frees, 4,455,792 bytes allocated
==77857== 
ERROR:  duplicate key value violates unique constraint "pgbench_branches_pkey"
DETAIL:  Key (bid)=(159) already exists.
STATEMENT:  UPDATE pgbench_branches SET bbalance = bbalance + $1 WHERE bid = $2;
==77835== 
==77835== HEAP SUMMARY:
==77835==     in use at exit: 1,183,964 bytes in 368 blocks
==77835==   total heap usage: 1,358 allocs, 990 frees, 7,054,389 bytes allocated
==77835== 
==77866== 
==77866== HEAP SUMMARY:
==77866==     in use at exit: 1,185,004 bytes in 398 blocks
==77866==   total heap usage: 1,379 allocs, 981 frees, 6,713,121 bytes allocated
==77866== 
==77922== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77922==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77922==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77922==    by 0x719365: pgstat_report_autovac (pgstat.c:1320)
==77922==    by 0x711D56: AutoVacWorkerMain (autovacuum.c:1627)
==77922==    by 0x711A6C: StartAutoVacWorker (autovacuum.c:1454)
==77922==    by 0x7253E9: StartAutovacuumWorker (postmaster.c:5291)
==77922==    by 0x724D1E: sigusr1_handler (postmaster.c:4975)
==77922==    by 0x557864F: ??? (in /usr/lib64/libc-2.17.so)
==77922==    by 0x56308D2: __select_nocancel (in /usr/lib64/libc-2.17.so)
==77922==    by 0x720BD5: ServerLoop (postmaster.c:1648)
==77922==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77922==    by 0x67CC9D: main (main.c:223)
==77922==  Address 0xffeffec1c is on thread 1's stack
==77922==  in frame #2, created by pgstat_report_autovac (pgstat.c:1310)
==77922== 
==77831== 
==77831== HEAP SUMMARY:
==77831==     in use at exit: 1,183,792 bytes in 365 blocks
==77831==   total heap usage: 1,003 allocs, 638 frees, 4,468,169 bytes allocated
==77831== 
ERROR:  duplicate key value violates unique constraint "pgbench_branches_pkey"
DETAIL:  Key (bid)=(167) already exists.
STATEMENT:  UPDATE pgbench_branches SET bbalance = bbalance + $1 WHERE bid = $2;
LOG:  could not send data to client: Broken pipe
==77897== 
==77897== HEAP SUMMARY:
==77897==     in use at exit: 1,186,940 bytes in 430 blocks
==77897==   total heap usage: 1,241 allocs, 811 frees, 5,293,840 bytes allocated
==77897== 
==77892== 
==77892== HEAP SUMMARY:
==77892==     in use at exit: 1,146,764 bytes in 410 blocks
==77892==   total heap usage: 1,009 allocs, 599 frees, 3,722,600 bytes allocated
==77892== 
==77789== 
==77789== HEAP SUMMARY:
==77789==     in use at exit: 1,182,284 bytes in 333 blocks
==77789==   total heap usage: 940 allocs, 607 frees, 4,453,021 bytes allocated
==77789== 
FATAL:  connection to client lost
LOG:  could not send data to client: Broken pipe
FATAL:  connection to client lost
LOG:  could not send data to client: Broken pipe
ERROR:  duplicate key value violates unique constraint "pgbench_branches_pkey"
DETAIL:  Key (bid)=(132) already exists.
STATEMENT:  UPDATE pgbench_branches SET bbalance = bbalance + $1 WHERE bid = $2;
ERROR:  duplicate key value violates unique constraint "pgbench_branches_pkey"
DETAIL:  Key (bid)=(201) already exists.
STATEMENT:  UPDATE pgbench_branches SET bbalance = bbalance + $1 WHERE bid = $2;
==77862== LEAK SUMMARY:
==77862==    definitely lost: 443 bytes in 2 blocks
==77862==    indirectly lost: 3,182 bytes in 48 blocks
==77862==      possibly lost: 3,312 bytes in 69 blocks
==77862==    still reachable: 1,137,939 bytes in 260 blocks
==77862==         suppressed: 0 bytes in 0 blocks
==77862== Rerun with --leak-check=full to see details of leaked memory
==77862== 
==77862== For counts of detected and suppressed errors, rerun with: -v
==77862== Use --track-origins=yes to see where uninitialised values come from
==77862== ERROR SUMMARY: 15 errors from 3 contexts (suppressed: 2 from 2)
==77793== 
==77793== HEAP SUMMARY:
==77793==     in use at exit: 1,182,476 bytes in 337 blocks
==77793==   total heap usage: 989 allocs, 652 frees, 4,749,237 bytes allocated
==77793== 
LOG:  could not send data to client: Broken pipe
FATAL:  connection to client lost
LOG:  could not send data to client: Broken pipe
FATAL:  connection to client lost
FATAL:  connection to client lost
LOG:  could not send data to client: Broken pipe
FATAL:  connection to client lost
LOG:  could not send data to client: Broken pipe
FATAL:  connection to client lost
==77853== 
==77853== HEAP SUMMARY:
==77853==     in use at exit: 1,184,828 bytes in 386 blocks
==77853==   total heap usage: 1,349 allocs, 963 frees, 6,728,128 bytes allocated
==77853== 
==77875== 
==77875== HEAP SUMMARY:
==77875==     in use at exit: 1,178,716 bytes in 405 blocks
==77875==   total heap usage: 1,017 allocs, 612 frees, 3,958,816 bytes allocated
==77875== 
LOG:  could not send data to client: Broken pipe
==77821== LEAK SUMMARY:
==77821==    definitely lost: 443 bytes in 2 blocks
==77821==    indirectly lost: 3,182 bytes in 48 blocks
==77821==      possibly lost: 1,344 bytes in 28 blocks
==77821==    still reachable: 1,177,875 bytes in 275 blocks
==77821==         suppressed: 0 bytes in 0 blocks
==77821== Rerun with --leak-check=full to see details of leaked memory
==77821== 
==77821== For counts of detected and suppressed errors, rerun with: -v
==77821== Use --track-origins=yes to see where uninitialised values come from
==77821== ERROR SUMMARY: 18 errors from 3 contexts (suppressed: 2 from 2)
==77883== LEAK SUMMARY:
==77883==    definitely lost: 443 bytes in 2 blocks
==77883==    indirectly lost: 3,182 bytes in 48 blocks
==77883==      possibly lost: 4,320 bytes in 90 blocks
==77883==    still reachable: 1,137,939 bytes in 260 blocks
==77883==         suppressed: 0 bytes in 0 blocks
==77883== Rerun with --leak-check=full to see details of leaked memory
==77883== 
==77883== For counts of detected and suppressed errors, rerun with: -v
==77883== Use --track-origins=yes to see where uninitialised values come from
==77883== ERROR SUMMARY: 15 errors from 3 contexts (suppressed: 2 from 2)
ERROR:  duplicate key value violates unique constraint "pgbench_branches_pkey"
DETAIL:  Key (bid)=(124) already exists.
STATEMENT:  UPDATE pgbench_branches SET bbalance = bbalance + $1 WHERE bid = $2;
ERROR:  duplicate key value violates unique constraint "pgbench_branches_pkey"
DETAIL:  Key (bid)=(75) already exists.
STATEMENT:  UPDATE pgbench_branches SET bbalance = bbalance + $1 WHERE bid = $2;
==77818== 
==77818== HEAP SUMMARY:
==77818==     in use at exit: 1,182,700 bytes in 350 blocks
==77818==   total heap usage: 928 allocs, 578 frees, 4,109,528 bytes allocated
==77818== 
==77865== 
==77865== HEAP SUMMARY:
==77865==     in use at exit: 1,184,956 bytes in 397 blocks
==77865==   total heap usage: 1,220 allocs, 823 frees, 5,605,008 bytes allocated
==77865== 
LOG:  could not send data to client: Broken pipe
FATAL:  connection to client lost
LOG:  could not send data to client: Broken pipe
FATAL:  connection to client lost
==77881== 
==77881== HEAP SUMMARY:
==77881==     in use at exit: 1,186,172 bytes in 414 blocks
==77881==   total heap usage: 1,055 allocs, 641 frees, 4,140,720 bytes allocated
==77881== 
FATAL:  connection to client lost
ERROR:  duplicate key value violates unique constraint "pgbench_branches_pkey"
DETAIL:  Key (bid)=(16) already exists.
STATEMENT:  UPDATE pgbench_branches SET bbalance = bbalance + $1 WHERE bid = $2;
ERROR:  duplicate key value violates unique constraint "pgbench_branches_pkey"
DETAIL:  Key (bid)=(124) already exists.
STATEMENT:  UPDATE pgbench_branches SET bbalance = bbalance + $1 WHERE bid = $2;
LOG:  could not send data to client: Broken pipe
FATAL:  connection to client lost
ERROR:  duplicate key value violates unique constraint "pgbench_branches_pkey"
DETAIL:  Key (bid)=(159) already exists.
STATEMENT:  UPDATE pgbench_branches SET bbalance = bbalance + $1 WHERE bid = $2;
ERROR:  duplicate key value violates unique constraint "pgbench_branches_pkey"
DETAIL:  Key (bid)=(296) already exists.
STATEMENT:  UPDATE pgbench_branches SET bbalance = bbalance + $1 WHERE bid = $2;
==77798== 
==77798== HEAP SUMMARY:
==77798==     in use at exit: 1,182,268 bytes in 341 blocks
==77798==   total heap usage: 1,042 allocs, 701 frees, 5,078,461 bytes allocated
==77798== 
==77827== 
==77827== HEAP SUMMARY:
==77827==     in use at exit: 1,183,580 bytes in 360 blocks
==77827==   total heap usage: 1,126 allocs, 766 frees, 5,447,893 bytes allocated
==77827== 
LOG:  could not send data to client: Broken pipe
FATAL:  connection to client lost
==77813== 
==77813== HEAP SUMMARY:
==77813==     in use at exit: 1,182,908 bytes in 346 blocks
==77813==   total heap usage: 1,029 allocs, 683 frees, 4,917,245 bytes allocated
==77813== 
==77871== 
==77871== HEAP SUMMARY:
==77871==     in use at exit: 1,185,692 bytes in 404 blocks
==77871==   total heap usage: 1,320 allocs, 916 frees, 6,254,456 bytes allocated
==77871== 
==77674== 
==77674== HEAP SUMMARY:
==77674==     in use at exit: 1,182,076 bytes in 332 blocks
==77674==   total heap usage: 1,124 allocs, 792 frees, 5,856,181 bytes allocated
==77674== 
==77684== 
==77684== HEAP SUMMARY:
==77684==     in use at exit: 1,182,328 bytes in 342 blocks
==77684==   total heap usage: 1,314 allocs, 972 frees, 7,166,702 bytes allocated
==77684== 
LOG:  could not send data to client: Broken pipe
==77884== 
==77884== HEAP SUMMARY:
==77884==     in use at exit: 1,146,380 bytes in 402 blocks
==77884==   total heap usage: 870 allocs, 468 frees, 3,009,736 bytes allocated
==77884== 
FATAL:  connection to client lost
==77861== 
==77861== HEAP SUMMARY:
==77861==     in use at exit: 1,185,212 bytes in 394 blocks
==77861==   total heap usage: 1,433 allocs, 1,039 frees, 7,239,664 bytes allocated
==77861== 
LOG:  could not send data to client: Broken pipe
FATAL:  connection to client lost
LOG:  could not send data to client: Broken pipe
FATAL:  connection to client lost
LOG:  could not send data to client: Broken pipe
==77894== 
==77894== HEAP SUMMARY:
==77894==     in use at exit: 1,186,796 bytes in 427 blocks
==77894==   total heap usage: 1,257 allocs, 830 frees, 5,455,992 bytes allocated
==77894== 
FATAL:  connection to client lost
==77867== 
==77867== HEAP SUMMARY:
==77867==     in use at exit: 1,185,500 bytes in 400 blocks
==77867==   total heap usage: 1,491 allocs, 1,091 frees, 7,594,400 bytes allocated
==77867== 
==77815== 
==77815== HEAP SUMMARY:
==77815==     in use at exit: 1,183,004 bytes in 348 blocks
==77815==   total heap usage: 1,212 allocs, 864 frees, 6,260,117 bytes allocated
==77815== 
==77848== 
==77848== HEAP SUMMARY:
==77848==     in use at exit: 1,184,588 bytes in 381 blocks
==77848==   total heap usage: 1,432 allocs, 1,051 frees, 7,437,696 bytes allocated
==77848== 
LOG:  could not send data to client: Broken pipe
FATAL:  connection to client lost
LOG:  could not send data to client: Broken pipe
FATAL:  connection to client lost
LOG:  could not send data to client: Broken pipe
FATAL:  connection to client lost
==77796== LEAK SUMMARY:
==77796==    definitely lost: 443 bytes in 2 blocks
==77796==    indirectly lost: 3,182 bytes in 48 blocks
==77796==      possibly lost: 672 bytes in 14 blocks
==77796==    still reachable: 1,178,323 bytes in 276 blocks
==77796==         suppressed: 0 bytes in 0 blocks
==77796== Rerun with --leak-check=full to see details of leaked memory
==77796== 
==77796== For counts of detected and suppressed errors, rerun with: -v
==77796== Use --track-origins=yes to see where uninitialised values come from
==77796== ERROR SUMMARY: 17 errors from 3 contexts (suppressed: 2 from 2)
==77864== 
==77864== HEAP SUMMARY:
==77864==     in use at exit: 1,185,356 bytes in 397 blocks
==77864==   total heap usage: 1,043 allocs, 646 frees, 4,296,040 bytes allocated
==77864== 
==77825== LEAK SUMMARY:
==77825==    definitely lost: 443 bytes in 2 blocks
==77825==    indirectly lost: 3,182 bytes in 48 blocks
==77825==      possibly lost: 1,536 bytes in 32 blocks
==77825==    still reachable: 1,177,875 bytes in 275 blocks
==77825==         suppressed: 0 bytes in 0 blocks
==77825== Rerun with --leak-check=full to see details of leaked memory
==77825== 
==77825== For counts of detected and suppressed errors, rerun with: -v
==77825== Use --track-origins=yes to see where uninitialised values come from
==77825== ERROR SUMMARY: 18 errors from 3 contexts (suppressed: 2 from 2)
==77824== 
==77824== HEAP SUMMARY:
==77824==     in use at exit: 1,182,988 bytes in 356 blocks
==77824==   total heap usage: 1,138 allocs, 782 frees, 5,576,629 bytes allocated
==77824== 
==77832== LEAK SUMMARY:
==77832==    definitely lost: 443 bytes in 2 blocks
==77832==    indirectly lost: 3,182 bytes in 48 blocks
==77832==      possibly lost: 1,872 bytes in 39 blocks
==77832==    still reachable: 1,137,938 bytes in 260 blocks
==77832==         suppressed: 0 bytes in 0 blocks
==77832== Rerun with --leak-check=full to see details of leaked memory
==77832== 
==77832== For counts of detected and suppressed errors, rerun with: -v
==77832== Use --track-origins=yes to see where uninitialised values come from
==77832== ERROR SUMMARY: 14 errors from 3 contexts (suppressed: 2 from 2)
==77891== 
==77891== HEAP SUMMARY:
==77891==     in use at exit: 1,186,652 bytes in 424 blocks
==77891==   total heap usage: 1,166 allocs, 742 frees, 4,833,032 bytes allocated
==77891== 
==77850== 
==77850== HEAP SUMMARY:
==77850==     in use at exit: 1,184,684 bytes in 383 blocks
==77850==   total heap usage: 1,257 allocs, 874 frees, 6,080,613 bytes allocated
==77850== 
==77889== 
==77889== HEAP SUMMARY:
==77889==     in use at exit: 1,186,556 bytes in 422 blocks
==77889==   total heap usage: 1,203 allocs, 781 frees, 5,126,320 bytes allocated
==77889== 
==77856== 
==77856== HEAP SUMMARY:
==77856==     in use at exit: 1,184,992 bytes in 390 blocks
==77856==   total heap usage: 1,506 allocs, 1,116 frees, 7,819,769 bytes allocated
==77856== 
==77860== 
==77860== HEAP SUMMARY:
==77860==     in use at exit: 1,185,164 bytes in 393 blocks
==77860==   total heap usage: 1,211 allocs, 818 frees, 5,594,645 bytes allocated
==77860== 
==77849== 
==77849== HEAP SUMMARY:
==77849==     in use at exit: 1,184,636 bytes in 382 blocks
==77849==   total heap usage: 1,676 allocs, 1,294 frees, 9,229,589 bytes allocated
==77849== 
==77840== LEAK SUMMARY:
==77840==    definitely lost: 443 bytes in 2 blocks
==77840==    indirectly lost: 3,182 bytes in 48 blocks
==77840==      possibly lost: 2,256 bytes in 47 blocks
==77840==    still reachable: 1,177,875 bytes in 275 blocks
==77840==         suppressed: 0 bytes in 0 blocks
==77840== Rerun with --leak-check=full to see details of leaked memory
==77840== 
==77840== For counts of detected and suppressed errors, rerun with: -v
==77840== Use --track-origins=yes to see where uninitialised values come from
==77840== ERROR SUMMARY: 17 errors from 3 contexts (suppressed: 2 from 2)
==77830== LEAK SUMMARY:
==77830==    definitely lost: 443 bytes in 2 blocks
==77830==    indirectly lost: 3,182 bytes in 48 blocks
==77830==      possibly lost: 1,776 bytes in 37 blocks
==77830==    still reachable: 1,178,323 bytes in 276 blocks
==77830==         suppressed: 0 bytes in 0 blocks
==77830== Rerun with --leak-check=full to see details of leaked memory
==77830== 
==77830== For counts of detected and suppressed errors, rerun with: -v
==77830== Use --track-origins=yes to see where uninitialised values come from
==77830== ERROR SUMMARY: 18 errors from 3 contexts (suppressed: 2 from 2)
==77876== LEAK SUMMARY:
==77876==    definitely lost: 443 bytes in 2 blocks
==77876==    indirectly lost: 3,182 bytes in 48 blocks
==77876==      possibly lost: 3,984 bytes in 83 blocks
==77876==    still reachable: 1,137,325 bytes in 258 blocks
==77876==         suppressed: 0 bytes in 0 blocks
==77876== Rerun with --leak-check=full to see details of leaked memory
==77876== 
==77876== For counts of detected and suppressed errors, rerun with: -v
==77876== Use --track-origins=yes to see where uninitialised values come from
==77876== ERROR SUMMARY: 12 errors from 3 contexts (suppressed: 2 from 2)
==77868== LEAK SUMMARY:
==77868==    definitely lost: 443 bytes in 2 blocks
==77868==    indirectly lost: 3,182 bytes in 48 blocks
==77868==      possibly lost: 3,600 bytes in 75 blocks
==77868==    still reachable: 1,136,877 bytes in 257 blocks
==77868==         suppressed: 0 bytes in 0 blocks
==77868== Rerun with --leak-check=full to see details of leaked memory
==77868== 
==77868== For counts of detected and suppressed errors, rerun with: -v
==77868== Use --track-origins=yes to see where uninitialised values come from
==77868== ERROR SUMMARY: 12 errors from 3 contexts (suppressed: 2 from 2)
==77676== LEAK SUMMARY:
==77676==    definitely lost: 443 bytes in 2 blocks
==77676==    indirectly lost: 3,182 bytes in 48 blocks
==77676==      possibly lost: 96 bytes in 2 blocks
==77676==    still reachable: 1,137,950 bytes in 261 blocks
==77676==         suppressed: 0 bytes in 0 blocks
==77676== Rerun with --leak-check=full to see details of leaked memory
==77676== 
==77676== For counts of detected and suppressed errors, rerun with: -v
==77676== Use --track-origins=yes to see where uninitialised values come from
==77676== ERROR SUMMARY: 15 errors from 3 contexts (suppressed: 2 from 2)
==77791== LEAK SUMMARY:
==77791==    definitely lost: 443 bytes in 2 blocks
==77791==    indirectly lost: 3,182 bytes in 48 blocks
==77791==      possibly lost: 432 bytes in 9 blocks
==77791==    still reachable: 1,137,938 bytes in 260 blocks
==77791==         suppressed: 0 bytes in 0 blocks
==77791== Rerun with --leak-check=full to see details of leaked memory
==77791== 
==77791== For counts of detected and suppressed errors, rerun with: -v
==77791== Use --track-origins=yes to see where uninitialised values come from
==77791== ERROR SUMMARY: 14 errors from 3 contexts (suppressed: 2 from 2)
==77859== LEAK SUMMARY:
==77859==    definitely lost: 443 bytes in 2 blocks
==77859==    indirectly lost: 3,182 bytes in 48 blocks
==77859==      possibly lost: 3,168 bytes in 66 blocks
==77859==    still reachable: 1,137,939 bytes in 260 blocks
==77859==         suppressed: 0 bytes in 0 blocks
==77859== Rerun with --leak-check=full to see details of leaked memory
==77859== 
==77859== For counts of detected and suppressed errors, rerun with: -v
==77859== Use --track-origins=yes to see where uninitialised values come from
==77859== ERROR SUMMARY: 14 errors from 3 contexts (suppressed: 2 from 2)
==77874== LEAK SUMMARY:
==77874==    definitely lost: 443 bytes in 2 blocks
==77874==    indirectly lost: 3,182 bytes in 48 blocks
==77874==      possibly lost: 3,888 bytes in 81 blocks
==77874==    still reachable: 1,136,877 bytes in 257 blocks
==77874==         suppressed: 0 bytes in 0 blocks
==77874== Rerun with --leak-check=full to see details of leaked memory
==77874== 
==77874== For counts of detected and suppressed errors, rerun with: -v
==77874== Use --track-origins=yes to see where uninitialised values come from
==77874== ERROR SUMMARY: 12 errors from 3 contexts (suppressed: 2 from 2)
==77869== LEAK SUMMARY:
==77869==    definitely lost: 443 bytes in 2 blocks
==77869==    indirectly lost: 3,182 bytes in 48 blocks
==77869==      possibly lost: 3,648 bytes in 76 blocks
==77869==    still reachable: 1,137,939 bytes in 260 blocks
==77869==         suppressed: 0 bytes in 0 blocks
==77869== Rerun with --leak-check=full to see details of leaked memory
==77869== 
==77869== For counts of detected and suppressed errors, rerun with: -v
==77869== Use --track-origins=yes to see where uninitialised values come from
==77869== ERROR SUMMARY: 16 errors from 3 contexts (suppressed: 2 from 2)
==77878== LEAK SUMMARY:
==77878==    definitely lost: 443 bytes in 2 blocks
==77878==    indirectly lost: 3,182 bytes in 48 blocks
==77878==      possibly lost: 4,080 bytes in 85 blocks
==77878==    still reachable: 1,178,323 bytes in 276 blocks
==77878==         suppressed: 0 bytes in 0 blocks
==77878== Rerun with --leak-check=full to see details of leaked memory
==77878== 
==77878== For counts of detected and suppressed errors, rerun with: -v
==77878== Use --track-origins=yes to see where uninitialised values come from
==77878== ERROR SUMMARY: 21 errors from 3 contexts (suppressed: 2 from 2)
==77795== LEAK SUMMARY:
==77795==    definitely lost: 443 bytes in 2 blocks
==77795==    indirectly lost: 3,182 bytes in 48 blocks
==77795==      possibly lost: 624 bytes in 13 blocks
==77795==    still reachable: 1,138,387 bytes in 261 blocks
==77795==         suppressed: 0 bytes in 0 blocks
==77795== Rerun with --leak-check=full to see details of leaked memory
==77795== 
==77795== For counts of detected and suppressed errors, rerun with: -v
==77795== Use --track-origins=yes to see where uninitialised values come from
==77795== ERROR SUMMARY: 15 errors from 3 contexts (suppressed: 2 from 2)
==77870== LEAK SUMMARY:
==77870==    definitely lost: 443 bytes in 2 blocks
==77870==    indirectly lost: 3,182 bytes in 48 blocks
==77870==      possibly lost: 3,696 bytes in 77 blocks
==77870==    still reachable: 1,136,877 bytes in 257 blocks
==77870==         suppressed: 0 bytes in 0 blocks
==77870== Rerun with --leak-check=full to see details of leaked memory
==77870== 
==77870== For counts of detected and suppressed errors, rerun with: -v
==77870== Use --track-origins=yes to see where uninitialised values come from
==77870== ERROR SUMMARY: 12 errors from 3 contexts (suppressed: 2 from 2)
==77800== LEAK SUMMARY:
==77800==    definitely lost: 443 bytes in 2 blocks
==77800==    indirectly lost: 3,182 bytes in 48 blocks
==77800==      possibly lost: 864 bytes in 18 blocks
==77800==    still reachable: 1,137,918 bytes in 259 blocks
==77800==         suppressed: 0 bytes in 0 blocks
==77800== Rerun with --leak-check=full to see details of leaked memory
==77800== 
==77800== For counts of detected and suppressed errors, rerun with: -v
==77800== Use --track-origins=yes to see where uninitialised values come from
==77800== ERROR SUMMARY: 14 errors from 3 contexts (suppressed: 2 from 2)
==77799== LEAK SUMMARY:
==77799==    definitely lost: 443 bytes in 2 blocks
==77799==    indirectly lost: 3,182 bytes in 48 blocks
==77799==      possibly lost: 816 bytes in 17 blocks
==77799==    still reachable: 1,137,959 bytes in 261 blocks
==77799==         suppressed: 0 bytes in 0 blocks
==77799== Rerun with --leak-check=full to see details of leaked memory
==77799== 
==77799== For counts of detected and suppressed errors, rerun with: -v
==77799== Use --track-origins=yes to see where uninitialised values come from
==77799== ERROR SUMMARY: 15 errors from 3 contexts (suppressed: 2 from 2)
==77681== LEAK SUMMARY:
==77681==    definitely lost: 443 bytes in 2 blocks
==77681==    indirectly lost: 3,182 bytes in 48 blocks
==77681==      possibly lost: 144 bytes in 3 blocks
==77681==    still reachable: 1,177,895 bytes in 276 blocks
==77681==         suppressed: 0 bytes in 0 blocks
==77681== Rerun with --leak-check=full to see details of leaked memory
==77681== 
==77681== For counts of detected and suppressed errors, rerun with: -v
==77681== Use --track-origins=yes to see where uninitialised values come from
==77681== ERROR SUMMARY: 18 errors from 3 contexts (suppressed: 2 from 2)
==77842== LEAK SUMMARY:
==77842==    definitely lost: 443 bytes in 2 blocks
==77842==    indirectly lost: 3,182 bytes in 48 blocks
==77842==      possibly lost: 2,352 bytes in 49 blocks
==77842==    still reachable: 1,138,387 bytes in 261 blocks
==77842==         suppressed: 0 bytes in 0 blocks
==77842== Rerun with --leak-check=full to see details of leaked memory
==77842== 
==77842== For counts of detected and suppressed errors, rerun with: -v
==77842== Use --track-origins=yes to see where uninitialised values come from
==77842== ERROR SUMMARY: 15 errors from 3 contexts (suppressed: 2 from 2)
==77882== LEAK SUMMARY:
==77882==    definitely lost: 443 bytes in 2 blocks
==77882==    indirectly lost: 3,182 bytes in 48 blocks
==77882==      possibly lost: 4,272 bytes in 89 blocks
==77882==    still reachable: 1,136,877 bytes in 257 blocks
==77882==         suppressed: 0 bytes in 0 blocks
==77882== Rerun with --leak-check=full to see details of leaked memory
==77882== 
==77882== For counts of detected and suppressed errors, rerun with: -v
==77882== Use --track-origins=yes to see where uninitialised values come from
==77882== ERROR SUMMARY: 12 errors from 3 contexts (suppressed: 2 from 2)
==77833== LEAK SUMMARY:
==77833==    definitely lost: 443 bytes in 2 blocks
==77833==    indirectly lost: 3,182 bytes in 48 blocks
==77833==      possibly lost: 1,920 bytes in 40 blocks
==77833==    still reachable: 1,178,323 bytes in 276 blocks
==77833==         suppressed: 0 bytes in 0 blocks
==77833== Rerun with --leak-check=full to see details of leaked memory
==77833== 
==77833== For counts of detected and suppressed errors, rerun with: -v
==77833== Use --track-origins=yes to see where uninitialised values come from
==77833== ERROR SUMMARY: 18 errors from 3 contexts (suppressed: 2 from 2)
==77829== LEAK SUMMARY:
==77829==    definitely lost: 443 bytes in 2 blocks
==77829==    indirectly lost: 3,182 bytes in 48 blocks
==77829==      possibly lost: 1,728 bytes in 36 blocks
==77829==    still reachable: 1,177,875 bytes in 275 blocks
==77829==         suppressed: 0 bytes in 0 blocks
==77829== Rerun with --leak-check=full to see details of leaked memory
==77829== 
==77829== For counts of detected and suppressed errors, rerun with: -v
==77829== Use --track-origins=yes to see where uninitialised values come from
==77829== ERROR SUMMARY: 18 errors from 3 contexts (suppressed: 2 from 2)
==77846== LEAK SUMMARY:
==77846==    definitely lost: 443 bytes in 2 blocks
==77846==    indirectly lost: 3,182 bytes in 48 blocks
==77846==      possibly lost: 2,544 bytes in 53 blocks
==77846==    still reachable: 1,137,939 bytes in 260 blocks
==77846==         suppressed: 0 bytes in 0 blocks
==77846== Rerun with --leak-check=full to see details of leaked memory
==77846== 
==77846== For counts of detected and suppressed errors, rerun with: -v
==77846== Use --track-origins=yes to see where uninitialised values come from
==77846== ERROR SUMMARY: 16 errors from 3 contexts (suppressed: 2 from 2)
==77922== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77922==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77922==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77922==    by 0x7196B4: pgstat_send_inquiry (pgstat.c:1493)
==77922==    by 0x71DF22: backend_read_statsfile (pgstat.c:4608)
==77922==    by 0x71A994: pgstat_fetch_stat_dbentry (pgstat.c:2283)
==77922==    by 0x7123C6: do_autovacuum (autovacuum.c:1914)
==77922==    by 0x711E1B: AutoVacWorkerMain (autovacuum.c:1647)
==77922==    by 0x711A6C: StartAutoVacWorker (autovacuum.c:1454)
==77922==    by 0x7253E9: StartAutovacuumWorker (postmaster.c:5291)
==77922==    by 0x724D1E: sigusr1_handler (postmaster.c:4975)
==77922==    by 0x557864F: ??? (in /usr/lib64/libc-2.17.so)
==77922==    by 0x56308D2: __select_nocancel (in /usr/lib64/libc-2.17.so)
==77922==  Address 0xffeffe8cc is on thread 1's stack
==77922==  in frame #2, created by pgstat_send_inquiry (pgstat.c:1486)
==77922== 
==77644== Syscall param write(buf) points to uninitialised byte(s)
==77644==    at 0x562A9E0: __write_nocancel (in /usr/lib64/libc-2.17.so)
==77644==    by 0x55B9E72: _IO_file_write@@GLIBC_2.2.5 (in /usr/lib64/libc-2.17.so)
==77644==    by 0x55BB2DB: _IO_do_write@@GLIBC_2.2.5 (in /usr/lib64/libc-2.17.so)
==77644==    by 0x55BA510: _IO_file_xsputn@@GLIBC_2.2.5 (in /usr/lib64/libc-2.17.so)
==77644==    by 0x55AFF0C: fwrite (in /usr/lib64/libc-2.17.so)
==77644==    by 0x71CB88: pgstat_write_db_statsfile (pgstat.c:3952)
==77644==    by 0x71C6ED: pgstat_write_statsfiles (pgstat.c:3801)
==77644==    by 0x71BE71: PgstatCollectorMain (pgstat.c:3398)
==77644==    by 0x7184AE: pgstat_start (pgstat.c:709)
==77644==    by 0x72287A: reaper (postmaster.c:2781)
==77644==    by 0x557864F: ??? (in /usr/lib64/libc-2.17.so)
==77644==    by 0x56308D2: __select_nocancel (in /usr/lib64/libc-2.17.so)
==77644==  Address 0x4023356 is not stack'd, malloc'd or (recently) free'd
==77644== 
==77788== LEAK SUMMARY:
==77788==    definitely lost: 443 bytes in 2 blocks
==77788==    indirectly lost: 3,182 bytes in 48 blocks
==77788==      possibly lost: 288 bytes in 6 blocks
==77788==    still reachable: 1,177,895 bytes in 276 blocks
==77788==         suppressed: 0 bytes in 0 blocks
==77788== Rerun with --leak-check=full to see details of leaked memory
==77788== 
==77788== For counts of detected and suppressed errors, rerun with: -v
==77788== Use --track-origins=yes to see where uninitialised values come from
==77788== ERROR SUMMARY: 20 errors from 3 contexts (suppressed: 2 from 2)
==77863== LEAK SUMMARY:
==77863==    definitely lost: 443 bytes in 2 blocks
==77863==    indirectly lost: 3,182 bytes in 48 blocks
==77863==      possibly lost: 3,360 bytes in 70 blocks
==77863==    still reachable: 1,171,155 bytes in 273 blocks
==77863==         suppressed: 0 bytes in 0 blocks
==77863== Rerun with --leak-check=full to see details of leaked memory
==77863== 
==77863== For counts of detected and suppressed errors, rerun with: -v
==77863== Use --track-origins=yes to see where uninitialised values come from
==77863== ERROR SUMMARY: 16 errors from 3 contexts (suppressed: 2 from 2)
==77886== LEAK SUMMARY:
==77886==    definitely lost: 443 bytes in 2 blocks
==77886==    indirectly lost: 3,182 bytes in 48 blocks
==77886==      possibly lost: 4,464 bytes in 93 blocks
==77886==    still reachable: 1,137,939 bytes in 260 blocks
==77886==         suppressed: 0 bytes in 0 blocks
==77886== Rerun with --leak-check=full to see details of leaked memory
==77886== 
==77886== For counts of detected and suppressed errors, rerun with: -v
==77886== Use --track-origins=yes to see where uninitialised values come from
==77886== ERROR SUMMARY: 15 errors from 3 contexts (suppressed: 2 from 2)
==77834== LEAK SUMMARY:
==77834==    definitely lost: 443 bytes in 2 blocks
==77834==    indirectly lost: 3,182 bytes in 48 blocks
==77834==      possibly lost: 1,968 bytes in 41 blocks
==77834==    still reachable: 1,138,387 bytes in 261 blocks
==77834==         suppressed: 0 bytes in 0 blocks
==77834== Rerun with --leak-check=full to see details of leaked memory
==77834== 
==77834== For counts of detected and suppressed errors, rerun with: -v
==77834== Use --track-origins=yes to see where uninitialised values come from
==77834== ERROR SUMMARY: 14 errors from 3 contexts (suppressed: 2 from 2)
==77794== LEAK SUMMARY:
==77794==    definitely lost: 443 bytes in 2 blocks
==77794==    indirectly lost: 3,182 bytes in 48 blocks
==77794==      possibly lost: 576 bytes in 12 blocks
==77794==    still reachable: 1,177,875 bytes in 275 blocks
==77794==         suppressed: 0 bytes in 0 blocks
==77794== Rerun with --leak-check=full to see details of leaked memory
==77794== 
==77794== For counts of detected and suppressed errors, rerun with: -v
==77794== Use --track-origins=yes to see where uninitialised values come from
==77794== ERROR SUMMARY: 17 errors from 3 contexts (suppressed: 2 from 2)
==77792== LEAK SUMMARY:
==77792==    definitely lost: 443 bytes in 2 blocks
==77792==    indirectly lost: 3,182 bytes in 48 blocks
==77792==      possibly lost: 480 bytes in 10 blocks
==77792==    still reachable: 1,137,939 bytes in 260 blocks
==77792==         suppressed: 0 bytes in 0 blocks
==77792== Rerun with --leak-check=full to see details of leaked memory
==77792== 
==77792== For counts of detected and suppressed errors, rerun with: -v
==77792== Use --track-origins=yes to see where uninitialised values come from
==77792== ERROR SUMMARY: 15 errors from 3 contexts (suppressed: 2 from 2)
==77877== LEAK SUMMARY:
==77877==    definitely lost: 443 bytes in 2 blocks
==77877==    indirectly lost: 3,182 bytes in 48 blocks
==77877==      possibly lost: 4,032 bytes in 84 blocks
==77877==    still reachable: 1,138,387 bytes in 261 blocks
==77877==         suppressed: 0 bytes in 0 blocks
==77877== Rerun with --leak-check=full to see details of leaked memory
==77877== 
==77877== For counts of detected and suppressed errors, rerun with: -v
==77877== Use --track-origins=yes to see where uninitialised values come from
==77877== ERROR SUMMARY: 16 errors from 3 contexts (suppressed: 2 from 2)
==77852== LEAK SUMMARY:
==77852==    definitely lost: 443 bytes in 2 blocks
==77852==    indirectly lost: 3,182 bytes in 48 blocks
==77852==      possibly lost: 2,832 bytes in 59 blocks
==77852==    still reachable: 1,178,323 bytes in 276 blocks
==77852==         suppressed: 0 bytes in 0 blocks
==77852== Rerun with --leak-check=full to see details of leaked memory
==77852== 
==77852== For counts of detected and suppressed errors, rerun with: -v
==77852== Use --track-origins=yes to see where uninitialised values come from
==77852== ERROR SUMMARY: 19 errors from 3 contexts (suppressed: 2 from 2)
==77845== LEAK SUMMARY:
==77845==    definitely lost: 443 bytes in 2 blocks
==77845==    indirectly lost: 3,182 bytes in 48 blocks
==77845==      possibly lost: 2,496 bytes in 52 blocks
==77845==    still reachable: 1,138,366 bytes in 260 blocks
==77845==         suppressed: 0 bytes in 0 blocks
==77845== Rerun with --leak-check=full to see details of leaked memory
==77845== 
==77845== For counts of detected and suppressed errors, rerun with: -v
==77845== Use --track-origins=yes to see where uninitialised values come from
==77845== ERROR SUMMARY: 14 errors from 3 contexts (suppressed: 2 from 2)
==77797== LEAK SUMMARY:
==77797==    definitely lost: 443 bytes in 2 blocks
==77797==    indirectly lost: 3,182 bytes in 48 blocks
==77797==      possibly lost: 720 bytes in 15 blocks
==77797==    still reachable: 1,177,875 bytes in 275 blocks
==77797==         suppressed: 0 bytes in 0 blocks
==77797== Rerun with --leak-check=full to see details of leaked memory
==77797== 
==77797== For counts of detected and suppressed errors, rerun with: -v
==77797== Use --track-origins=yes to see where uninitialised values come from
==77797== ERROR SUMMARY: 18 errors from 3 contexts (suppressed: 2 from 2)
==77820== LEAK SUMMARY:
==77820==    definitely lost: 443 bytes in 2 blocks
==77820==    indirectly lost: 3,182 bytes in 48 blocks
==77820==      possibly lost: 1,296 bytes in 27 blocks
==77820==    still reachable: 1,137,939 bytes in 260 blocks
==77820==         suppressed: 0 bytes in 0 blocks
==77820== Rerun with --leak-check=full to see details of leaked memory
==77820== 
==77820== For counts of detected and suppressed errors, rerun with: -v
==77820== Use --track-origins=yes to see where uninitialised values come from
==77820== ERROR SUMMARY: 16 errors from 3 contexts (suppressed: 2 from 2)
==77836== LEAK SUMMARY:
==77836==    definitely lost: 443 bytes in 2 blocks
==77836==    indirectly lost: 3,182 bytes in 48 blocks
==77836==      possibly lost: 2,064 bytes in 43 blocks
==77836==    still reachable: 1,178,323 bytes in 276 blocks
==77836==         suppressed: 0 bytes in 0 blocks
==77836== Rerun with --leak-check=full to see details of leaked memory
==77836== 
==77836== For counts of detected and suppressed errors, rerun with: -v
==77836== Use --track-origins=yes to see where uninitialised values come from
==77836== ERROR SUMMARY: 26 errors from 3 contexts (suppressed: 2 from 2)
==77844== LEAK SUMMARY:
==77844==    definitely lost: 443 bytes in 2 blocks
==77844==    indirectly lost: 3,182 bytes in 48 blocks
==77844==      possibly lost: 2,448 bytes in 51 blocks
==77844==    still reachable: 1,177,875 bytes in 275 blocks
==77844==         suppressed: 0 bytes in 0 blocks
==77844== Rerun with --leak-check=full to see details of leaked memory
==77844== 
==77844== For counts of detected and suppressed errors, rerun with: -v
==77844== Use --track-origins=yes to see where uninitialised values come from
==77844== ERROR SUMMARY: 17 errors from 3 contexts (suppressed: 2 from 2)
==77885== LEAK SUMMARY:
==77885==    definitely lost: 443 bytes in 2 blocks
==77885==    indirectly lost: 3,182 bytes in 48 blocks
==77885==      possibly lost: 4,416 bytes in 92 blocks
==77885==    still reachable: 1,178,323 bytes in 276 blocks
==77885==         suppressed: 0 bytes in 0 blocks
==77885== Rerun with --leak-check=full to see details of leaked memory
==77885== 
==77885== For counts of detected and suppressed errors, rerun with: -v
==77885== Use --track-origins=yes to see where uninitialised values come from
==77885== ERROR SUMMARY: 18 errors from 3 contexts (suppressed: 2 from 2)
==77816== LEAK SUMMARY:
==77816==    definitely lost: 443 bytes in 2 blocks
==77816==    indirectly lost: 3,182 bytes in 48 blocks
==77816==      possibly lost: 1,104 bytes in 23 blocks
==77816==    still reachable: 1,178,323 bytes in 276 blocks
==77816==         suppressed: 0 bytes in 0 blocks
==77816== Rerun with --leak-check=full to see details of leaked memory
==77816== 
==77816== For counts of detected and suppressed errors, rerun with: -v
==77816== Use --track-origins=yes to see where uninitialised values come from
==77816== ERROR SUMMARY: 19 errors from 3 contexts (suppressed: 2 from 2)
==77801== LEAK SUMMARY:
==77801==    definitely lost: 443 bytes in 2 blocks
==77801==    indirectly lost: 3,182 bytes in 48 blocks
==77801==      possibly lost: 912 bytes in 19 blocks
==77801==    still reachable: 1,171,155 bytes in 273 blocks
==77801==         suppressed: 0 bytes in 0 blocks
==77801== Rerun with --leak-check=full to see details of leaked memory
==77801== 
==77801== For counts of detected and suppressed errors, rerun with: -v
==77801== Use --track-origins=yes to see where uninitialised values come from
==77801== ERROR SUMMARY: 17 errors from 3 contexts (suppressed: 2 from 2)
==77879== LEAK SUMMARY:
==77879==    definitely lost: 443 bytes in 2 blocks
==77879==    indirectly lost: 3,182 bytes in 48 blocks
==77879==      possibly lost: 4,128 bytes in 86 blocks
==77879==    still reachable: 1,178,323 bytes in 276 blocks
==77879==         suppressed: 0 bytes in 0 blocks
==77879== Rerun with --leak-check=full to see details of leaked memory
==77879== 
==77879== For counts of detected and suppressed errors, rerun with: -v
==77879== Use --track-origins=yes to see where uninitialised values come from
==77879== ERROR SUMMARY: 18 errors from 3 contexts (suppressed: 2 from 2)
==77790== LEAK SUMMARY:
==77790==    definitely lost: 443 bytes in 2 blocks
==77790==    indirectly lost: 3,182 bytes in 48 blocks
==77790==      possibly lost: 384 bytes in 8 blocks
==77790==    still reachable: 1,178,323 bytes in 276 blocks
==77790==         suppressed: 0 bytes in 0 blocks
==77790== Rerun with --leak-check=full to see details of leaked memory
==77790== 
==77790== For counts of detected and suppressed errors, rerun with: -v
==77790== Use --track-origins=yes to see where uninitialised values come from
==77790== ERROR SUMMARY: 18 errors from 3 contexts (suppressed: 2 from 2)
==77866== LEAK SUMMARY:
==77866==    definitely lost: 443 bytes in 2 blocks
==77866==    indirectly lost: 3,182 bytes in 48 blocks
==77866==      possibly lost: 3,504 bytes in 73 blocks
==77866==    still reachable: 1,177,875 bytes in 275 blocks
==77866==         suppressed: 0 bytes in 0 blocks
==77866== Rerun with --leak-check=full to see details of leaked memory
==77866== 
==77866== For counts of detected and suppressed errors, rerun with: -v
==77866== Use --track-origins=yes to see where uninitialised values come from
==77866== ERROR SUMMARY: 23 errors from 3 contexts (suppressed: 2 from 2)
==77814== LEAK SUMMARY:
==77814==    definitely lost: 443 bytes in 2 blocks
==77814==    indirectly lost: 3,182 bytes in 48 blocks
==77814==      possibly lost: 1,008 bytes in 21 blocks
==77814==    still reachable: 1,137,939 bytes in 260 blocks
==77814==         suppressed: 0 bytes in 0 blocks
==77814== Rerun with --leak-check=full to see details of leaked memory
==77814== 
==77814== For counts of detected and suppressed errors, rerun with: -v
==77814== Use --track-origins=yes to see where uninitialised values come from
==77814== ERROR SUMMARY: 15 errors from 3 contexts (suppressed: 2 from 2)
==77839== LEAK SUMMARY:
==77839==    definitely lost: 443 bytes in 2 blocks
==77839==    indirectly lost: 3,182 bytes in 48 blocks
==77839==      possibly lost: 2,208 bytes in 46 blocks
==77839==    still reachable: 1,178,323 bytes in 276 blocks
==77839==         suppressed: 0 bytes in 0 blocks
==77839== Rerun with --leak-check=full to see details of leaked memory
==77839== 
==77839== For counts of detected and suppressed errors, rerun with: -v
==77839== Use --track-origins=yes to see where uninitialised values come from
==77839== ERROR SUMMARY: 25 errors from 3 contexts (suppressed: 2 from 2)
==77855== LEAK SUMMARY:
==77855==    definitely lost: 443 bytes in 2 blocks
==77855==    indirectly lost: 3,182 bytes in 48 blocks
==77855==      possibly lost: 2,976 bytes in 62 blocks
==77855==    still reachable: 1,178,323 bytes in 276 blocks
==77855==         suppressed: 0 bytes in 0 blocks
==77855== Rerun with --leak-check=full to see details of leaked memory
==77855== 
==77855== For counts of detected and suppressed errors, rerun with: -v
==77855== Use --track-origins=yes to see where uninitialised values come from
==77855== ERROR SUMMARY: 19 errors from 3 contexts (suppressed: 2 from 2)
==77880== LEAK SUMMARY:
==77880==    definitely lost: 443 bytes in 2 blocks
==77880==    indirectly lost: 3,182 bytes in 48 blocks
==77880==      possibly lost: 4,176 bytes in 87 blocks
==77880==    still reachable: 1,137,939 bytes in 260 blocks
==77880==         suppressed: 0 bytes in 0 blocks
==77880== Rerun with --leak-check=full to see details of leaked memory
==77880== 
==77880== For counts of detected and suppressed errors, rerun with: -v
==77880== Use --track-origins=yes to see where uninitialised values come from
==77880== ERROR SUMMARY: 16 errors from 3 contexts (suppressed: 2 from 2)
==77847== LEAK SUMMARY:
==77847==    definitely lost: 443 bytes in 2 blocks
==77847==    indirectly lost: 3,182 bytes in 48 blocks
==77847==      possibly lost: 2,592 bytes in 54 blocks
==77847==    still reachable: 1,178,343 bytes in 277 blocks
==77847==         suppressed: 0 bytes in 0 blocks
==77847== Rerun with --leak-check=full to see details of leaked memory
==77847== 
==77847== For counts of detected and suppressed errors, rerun with: -v
==77847== Use --track-origins=yes to see where uninitialised values come from
==77847== ERROR SUMMARY: 19 errors from 3 contexts (suppressed: 2 from 2)
==77685== LEAK SUMMARY:
==77685==    definitely lost: 443 bytes in 2 blocks
==77685==    indirectly lost: 3,182 bytes in 48 blocks
==77685==      possibly lost: 240 bytes in 5 blocks
==77685==    still reachable: 1,177,875 bytes in 275 blocks
==77685==         suppressed: 0 bytes in 0 blocks
==77685== Rerun with --leak-check=full to see details of leaked memory
==77685== 
==77685== For counts of detected and suppressed errors, rerun with: -v
==77685== Use --track-origins=yes to see where uninitialised values come from
==77685== ERROR SUMMARY: 17 errors from 3 contexts (suppressed: 2 from 2)
==77819== LEAK SUMMARY:
==77819==    definitely lost: 443 bytes in 2 blocks
==77819==    indirectly lost: 3,182 bytes in 48 blocks
==77819==      possibly lost: 1,248 bytes in 26 blocks
==77819==    still reachable: 1,178,323 bytes in 276 blocks
==77819==         suppressed: 0 bytes in 0 blocks
==77819== Rerun with --leak-check=full to see details of leaked memory
==77819== 
==77819== For counts of detected and suppressed errors, rerun with: -v
==77819== Use --track-origins=yes to see where uninitialised values come from
==77819== ERROR SUMMARY: 19 errors from 3 contexts (suppressed: 2 from 2)
==77897== LEAK SUMMARY:
==77897==    definitely lost: 443 bytes in 2 blocks
==77897==    indirectly lost: 3,182 bytes in 48 blocks
==77897==      possibly lost: 4,992 bytes in 104 blocks
==77897==    still reachable: 1,178,323 bytes in 276 blocks
==77897==         suppressed: 0 bytes in 0 blocks
==77897== Rerun with --leak-check=full to see details of leaked memory
==77897== 
==77897== For counts of detected and suppressed errors, rerun with: -v
==77897== Use --track-origins=yes to see where uninitialised values come from
==77897== ERROR SUMMARY: 20 errors from 3 contexts (suppressed: 2 from 2)
==77831== LEAK SUMMARY:
==77831==    definitely lost: 443 bytes in 2 blocks
==77831==    indirectly lost: 3,182 bytes in 48 blocks
==77831==      possibly lost: 1,824 bytes in 38 blocks
==77831==    still reachable: 1,178,343 bytes in 277 blocks
==77831==         suppressed: 0 bytes in 0 blocks
==77831== Rerun with --leak-check=full to see details of leaked memory
==77831== 
==77831== For counts of detected and suppressed errors, rerun with: -v
==77831== Use --track-origins=yes to see where uninitialised values come from
==77831== ERROR SUMMARY: 18 errors from 3 contexts (suppressed: 2 from 2)
==77854== LEAK SUMMARY:
==77854==    definitely lost: 443 bytes in 2 blocks
==77854==    indirectly lost: 3,182 bytes in 48 blocks
==77854==      possibly lost: 2,928 bytes in 61 blocks
==77854==    still reachable: 1,138,387 bytes in 261 blocks
==77854==         suppressed: 0 bytes in 0 blocks
==77854== Rerun with --leak-check=full to see details of leaked memory
==77854== 
==77854== For counts of detected and suppressed errors, rerun with: -v
==77854== Use --track-origins=yes to see where uninitialised values come from
==77854== ERROR SUMMARY: 16 errors from 3 contexts (suppressed: 2 from 2)
==77887== LEAK SUMMARY:
==77887==    definitely lost: 443 bytes in 2 blocks
==77887==    indirectly lost: 3,182 bytes in 48 blocks
==77887==      possibly lost: 4,512 bytes in 94 blocks
==77887==    still reachable: 1,177,875 bytes in 275 blocks
==77887==         suppressed: 0 bytes in 0 blocks
==77887== Rerun with --leak-check=full to see details of leaked memory
==77887== 
==77887== For counts of detected and suppressed errors, rerun with: -v
==77887== Use --track-origins=yes to see where uninitialised values come from
==77887== ERROR SUMMARY: 18 errors from 3 contexts (suppressed: 2 from 2)
==77857== LEAK SUMMARY:
==77857==    definitely lost: 443 bytes in 2 blocks
==77857==    indirectly lost: 3,182 bytes in 48 blocks
==77857==      possibly lost: 3,072 bytes in 64 blocks
==77857==    still reachable: 1,177,875 bytes in 275 blocks
==77857==         suppressed: 0 bytes in 0 blocks
==77857== Rerun with --leak-check=full to see details of leaked memory
==77857== 
==77857== For counts of detected and suppressed errors, rerun with: -v
==77857== Use --track-origins=yes to see where uninitialised values come from
==77857== ERROR SUMMARY: 19 errors from 3 contexts (suppressed: 2 from 2)
==77853== LEAK SUMMARY:
==77853==    definitely lost: 443 bytes in 2 blocks
==77853==    indirectly lost: 3,182 bytes in 48 blocks
==77853==      possibly lost: 2,880 bytes in 60 blocks
==77853==    still reachable: 1,178,323 bytes in 276 blocks
==77853==         suppressed: 0 bytes in 0 blocks
==77853== Rerun with --leak-check=full to see details of leaked memory
==77853== 
==77853== For counts of detected and suppressed errors, rerun with: -v
==77853== Use --track-origins=yes to see where uninitialised values come from
==77853== ERROR SUMMARY: 23 errors from 3 contexts (suppressed: 2 from 2)
==77835== LEAK SUMMARY:
==77835==    definitely lost: 443 bytes in 2 blocks
==77835==    indirectly lost: 3,182 bytes in 48 blocks
==77835==      possibly lost: 2,016 bytes in 42 blocks
==77835==    still reachable: 1,178,323 bytes in 276 blocks
==77835==         suppressed: 0 bytes in 0 blocks
==77835== Rerun with --leak-check=full to see details of leaked memory
==77835== 
==77835== For counts of detected and suppressed errors, rerun with: -v
==77835== Use --track-origins=yes to see where uninitialised values come from
==77835== ERROR SUMMARY: 23 errors from 3 contexts (suppressed: 2 from 2)
==77789== LEAK SUMMARY:
==77789==    definitely lost: 443 bytes in 2 blocks
==77789==    indirectly lost: 3,182 bytes in 48 blocks
==77789==      possibly lost: 336 bytes in 7 blocks
==77789==    still reachable: 1,178,323 bytes in 276 blocks
==77789==         suppressed: 0 bytes in 0 blocks
==77789== Rerun with --leak-check=full to see details of leaked memory
==77789== 
==77789== For counts of detected and suppressed errors, rerun with: -v
==77789== Use --track-origins=yes to see where uninitialised values come from
==77789== ERROR SUMMARY: 18 errors from 3 contexts (suppressed: 2 from 2)
==77892== LEAK SUMMARY:
==77892==    definitely lost: 443 bytes in 2 blocks
==77892==    indirectly lost: 3,182 bytes in 48 blocks
==77892==      possibly lost: 4,752 bytes in 99 blocks
==77892==    still reachable: 1,138,387 bytes in 261 blocks
==77892==         suppressed: 0 bytes in 0 blocks
==77892== Rerun with --leak-check=full to see details of leaked memory
==77892== 
==77892== For counts of detected and suppressed errors, rerun with: -v
==77892== Use --track-origins=yes to see where uninitialised values come from
==77892== ERROR SUMMARY: 16 errors from 3 contexts (suppressed: 2 from 2)
==77798== LEAK SUMMARY:
==77798==    definitely lost: 443 bytes in 2 blocks
==77798==    indirectly lost: 3,182 bytes in 48 blocks
==77798==      possibly lost: 768 bytes in 16 blocks
==77798==    still reachable: 1,177,875 bytes in 275 blocks
==77798==         suppressed: 0 bytes in 0 blocks
==77798== Rerun with --leak-check=full to see details of leaked memory
==77798== 
==77798== For counts of detected and suppressed errors, rerun with: -v
==77798== Use --track-origins=yes to see where uninitialised values come from
==77798== ERROR SUMMARY: 20 errors from 3 contexts (suppressed: 2 from 2)
==77793== LEAK SUMMARY:
==77793==    definitely lost: 443 bytes in 2 blocks
==77793==    indirectly lost: 3,182 bytes in 48 blocks
==77793==      possibly lost: 528 bytes in 11 blocks
==77793==    still reachable: 1,178,323 bytes in 276 blocks
==77793==         suppressed: 0 bytes in 0 blocks
==77793== Rerun with --leak-check=full to see details of leaked memory
==77793== 
==77793== For counts of detected and suppressed errors, rerun with: -v
==77793== Use --track-origins=yes to see where uninitialised values come from
==77793== ERROR SUMMARY: 19 errors from 3 contexts (suppressed: 2 from 2)
==77865== LEAK SUMMARY:
==77865==    definitely lost: 443 bytes in 2 blocks
==77865==    indirectly lost: 3,182 bytes in 48 blocks
==77865==      possibly lost: 3,456 bytes in 72 blocks
==77865==    still reachable: 1,177,875 bytes in 275 blocks
==77865==         suppressed: 0 bytes in 0 blocks
==77865== Rerun with --leak-check=full to see details of leaked memory
==77865== 
==77865== For counts of detected and suppressed errors, rerun with: -v
==77865== Use --track-origins=yes to see where uninitialised values come from
==77865== ERROR SUMMARY: 21 errors from 3 contexts (suppressed: 2 from 2)
==77674== LEAK SUMMARY:
==77674==    definitely lost: 443 bytes in 2 blocks
==77674==    indirectly lost: 3,182 bytes in 48 blocks
==77674==      possibly lost: 48 bytes in 1 blocks
==77674==    still reachable: 1,178,403 bytes in 281 blocks
==77674==         suppressed: 0 bytes in 0 blocks
==77674== Rerun with --leak-check=full to see details of leaked memory
==77674== 
==77674== For counts of detected and suppressed errors, rerun with: -v
==77674== Use --track-origins=yes to see where uninitialised values come from
==77674== ERROR SUMMARY: 23 errors from 3 contexts (suppressed: 2 from 2)
==77881== LEAK SUMMARY:
==77881==    definitely lost: 443 bytes in 2 blocks
==77881==    indirectly lost: 3,182 bytes in 48 blocks
==77881==      possibly lost: 4,224 bytes in 88 blocks
==77881==    still reachable: 1,178,323 bytes in 276 blocks
==77881==         suppressed: 0 bytes in 0 blocks
==77881== Rerun with --leak-check=full to see details of leaked memory
==77881== 
==77881== For counts of detected and suppressed errors, rerun with: -v
==77881== Use --track-origins=yes to see where uninitialised values come from
==77881== ERROR SUMMARY: 17 errors from 3 contexts (suppressed: 2 from 2)
==77875== LEAK SUMMARY:
==77875==    definitely lost: 443 bytes in 2 blocks
==77875==    indirectly lost: 3,182 bytes in 48 blocks
==77875==      possibly lost: 3,936 bytes in 82 blocks
==77875==    still reachable: 1,171,155 bytes in 273 blocks
==77875==         suppressed: 0 bytes in 0 blocks
==77875== Rerun with --leak-check=full to see details of leaked memory
==77875== 
==77875== For counts of detected and suppressed errors, rerun with: -v
==77875== Use --track-origins=yes to see where uninitialised values come from
==77875== ERROR SUMMARY: 16 errors from 3 contexts (suppressed: 2 from 2)
==77827== LEAK SUMMARY:
==77827==    definitely lost: 443 bytes in 2 blocks
==77827==    indirectly lost: 3,182 bytes in 48 blocks
==77827==      possibly lost: 1,632 bytes in 34 blocks
==77827==    still reachable: 1,178,323 bytes in 276 blocks
==77827==         suppressed: 0 bytes in 0 blocks
==77827== Rerun with --leak-check=full to see details of leaked memory
==77827== 
==77827== For counts of detected and suppressed errors, rerun with: -v
==77827== Use --track-origins=yes to see where uninitialised values come from
==77827== ERROR SUMMARY: 20 errors from 3 contexts (suppressed: 2 from 2)
==77818== LEAK SUMMARY:
==77818==    definitely lost: 443 bytes in 2 blocks
==77818==    indirectly lost: 3,182 bytes in 48 blocks
==77818==      possibly lost: 1,200 bytes in 25 blocks
==77818==    still reachable: 1,177,875 bytes in 275 blocks
==77818==         suppressed: 0 bytes in 0 blocks
==77818== Rerun with --leak-check=full to see details of leaked memory
==77818== 
==77818== For counts of detected and suppressed errors, rerun with: -v
==77818== Use --track-origins=yes to see where uninitialised values come from
==77818== ERROR SUMMARY: 18 errors from 3 contexts (suppressed: 2 from 2)
==77894== LEAK SUMMARY:
==77894==    definitely lost: 443 bytes in 2 blocks
==77894==    indirectly lost: 3,182 bytes in 48 blocks
==77894==      possibly lost: 4,848 bytes in 101 blocks
==77894==    still reachable: 1,178,323 bytes in 276 blocks
==77894==         suppressed: 0 bytes in 0 blocks
==77894== Rerun with --leak-check=full to see details of leaked memory
==77894== 
==77894== For counts of detected and suppressed errors, rerun with: -v
==77894== Use --track-origins=yes to see where uninitialised values come from
==77894== ERROR SUMMARY: 22 errors from 3 contexts (suppressed: 2 from 2)
==77884== LEAK SUMMARY:
==77884==    definitely lost: 443 bytes in 2 blocks
==77884==    indirectly lost: 3,182 bytes in 48 blocks
==77884==      possibly lost: 4,368 bytes in 91 blocks
==77884==    still reachable: 1,138,387 bytes in 261 blocks
==77884==         suppressed: 0 bytes in 0 blocks
==77884== Rerun with --leak-check=full to see details of leaked memory
==77884== 
==77884== For counts of detected and suppressed errors, rerun with: -v
==77884== Use --track-origins=yes to see where uninitialised values come from
==77884== ERROR SUMMARY: 14 errors from 3 contexts (suppressed: 2 from 2)
==77815== LEAK SUMMARY:
==77815==    definitely lost: 443 bytes in 2 blocks
==77815==    indirectly lost: 3,182 bytes in 48 blocks
==77815==      possibly lost: 1,056 bytes in 22 blocks
==77815==    still reachable: 1,178,323 bytes in 276 blocks
==77815==         suppressed: 0 bytes in 0 blocks
==77815== Rerun with --leak-check=full to see details of leaked memory
==77815== 
==77815== For counts of detected and suppressed errors, rerun with: -v
==77815== Use --track-origins=yes to see where uninitialised values come from
==77815== ERROR SUMMARY: 23 errors from 3 contexts (suppressed: 2 from 2)
==77871== LEAK SUMMARY:
==77871==    definitely lost: 443 bytes in 2 blocks
==77871==    indirectly lost: 3,182 bytes in 48 blocks
==77871==      possibly lost: 3,744 bytes in 78 blocks
==77871==    still reachable: 1,178,323 bytes in 276 blocks
==77871==         suppressed: 0 bytes in 0 blocks
==77871== Rerun with --leak-check=full to see details of leaked memory
==77871== 
==77871== For counts of detected and suppressed errors, rerun with: -v
==77871== Use --track-origins=yes to see where uninitialised values come from
==77871== ERROR SUMMARY: 23 errors from 3 contexts (suppressed: 2 from 2)
==77684== LEAK SUMMARY:
==77684==    definitely lost: 443 bytes in 2 blocks
==77684==    indirectly lost: 3,182 bytes in 48 blocks
==77684==      possibly lost: 192 bytes in 4 blocks
==77684==    still reachable: 1,178,511 bytes in 288 blocks
==77684==         suppressed: 0 bytes in 0 blocks
==77684== Rerun with --leak-check=full to see details of leaked memory
==77684== 
==77684== For counts of detected and suppressed errors, rerun with: -v
==77684== Use --track-origins=yes to see where uninitialised values come from
==77684== ERROR SUMMARY: 25 errors from 3 contexts (suppressed: 2 from 2)
==77864== LEAK SUMMARY:
==77864==    definitely lost: 443 bytes in 2 blocks
==77864==    indirectly lost: 3,182 bytes in 48 blocks
==77864==      possibly lost: 3,408 bytes in 71 blocks
==77864==    still reachable: 1,178,323 bytes in 276 blocks
==77864==         suppressed: 0 bytes in 0 blocks
==77864== Rerun with --leak-check=full to see details of leaked memory
==77864== 
==77864== For counts of detected and suppressed errors, rerun with: -v
==77864== Use --track-origins=yes to see where uninitialised values come from
==77864== ERROR SUMMARY: 18 errors from 3 contexts (suppressed: 2 from 2)
==77813== LEAK SUMMARY:
==77813==    definitely lost: 443 bytes in 2 blocks
==77813==    indirectly lost: 3,182 bytes in 48 blocks
==77813==      possibly lost: 960 bytes in 20 blocks
==77813==    still reachable: 1,178,323 bytes in 276 blocks
==77813==         suppressed: 0 bytes in 0 blocks
==77813== Rerun with --leak-check=full to see details of leaked memory
==77813== 
==77813== For counts of detected and suppressed errors, rerun with: -v
==77813== Use --track-origins=yes to see where uninitialised values come from
==77813== ERROR SUMMARY: 19 errors from 3 contexts (suppressed: 2 from 2)
==77848== LEAK SUMMARY:
==77848==    definitely lost: 443 bytes in 2 blocks
==77848==    indirectly lost: 3,182 bytes in 48 blocks
==77848==      possibly lost: 2,640 bytes in 55 blocks
==77848==    still reachable: 1,178,323 bytes in 276 blocks
==77848==         suppressed: 0 bytes in 0 blocks
==77848== Rerun with --leak-check=full to see details of leaked memory
==77848== 
==77848== For counts of detected and suppressed errors, rerun with: -v
==77848== Use --track-origins=yes to see where uninitialised values come from
==77848== ERROR SUMMARY: 25 errors from 3 contexts (suppressed: 2 from 2)
==77824== LEAK SUMMARY:
==77824==    definitely lost: 443 bytes in 2 blocks
==77824==    indirectly lost: 3,182 bytes in 48 blocks
==77824==      possibly lost: 1,488 bytes in 31 blocks
==77824==    still reachable: 1,177,875 bytes in 275 blocks
==77824==         suppressed: 0 bytes in 0 blocks
==77824== Rerun with --leak-check=full to see details of leaked memory
==77824== 
==77824== For counts of detected and suppressed errors, rerun with: -v
==77824== Use --track-origins=yes to see where uninitialised values come from
==77824== ERROR SUMMARY: 20 errors from 3 contexts (suppressed: 2 from 2)
==77861== LEAK SUMMARY:
==77861==    definitely lost: 443 bytes in 2 blocks
==77861==    indirectly lost: 3,182 bytes in 48 blocks
==77861==      possibly lost: 3,264 bytes in 68 blocks
==77861==    still reachable: 1,178,323 bytes in 276 blocks
==77861==         suppressed: 0 bytes in 0 blocks
==77861== Rerun with --leak-check=full to see details of leaked memory
==77861== 
==77861== For counts of detected and suppressed errors, rerun with: -v
==77861== Use --track-origins=yes to see where uninitialised values come from
==77861== ERROR SUMMARY: 24 errors from 3 contexts (suppressed: 2 from 2)
==77856== LEAK SUMMARY:
==77856==    definitely lost: 443 bytes in 2 blocks
==77856==    indirectly lost: 3,182 bytes in 48 blocks
==77856==      possibly lost: 3,024 bytes in 63 blocks
==77856==    still reachable: 1,178,343 bytes in 277 blocks
==77856==         suppressed: 0 bytes in 0 blocks
==77856== Rerun with --leak-check=full to see details of leaked memory
==77856== 
==77856== For counts of detected and suppressed errors, rerun with: -v
==77856== Use --track-origins=yes to see where uninitialised values come from
==77856== ERROR SUMMARY: 28 errors from 3 contexts (suppressed: 2 from 2)
==77867== LEAK SUMMARY:
==77867==    definitely lost: 443 bytes in 2 blocks
==77867==    indirectly lost: 3,182 bytes in 48 blocks
==77867==      possibly lost: 3,552 bytes in 74 blocks
==77867==    still reachable: 1,178,323 bytes in 276 blocks
==77867==         suppressed: 0 bytes in 0 blocks
==77867== Rerun with --leak-check=full to see details of leaked memory
==77867== 
==77867== For counts of detected and suppressed errors, rerun with: -v
==77867== Use --track-origins=yes to see where uninitialised values come from
==77867== ERROR SUMMARY: 24 errors from 3 contexts (suppressed: 2 from 2)
==77860== LEAK SUMMARY:
==77860==    definitely lost: 443 bytes in 2 blocks
==77860==    indirectly lost: 3,182 bytes in 48 blocks
==77860==      possibly lost: 3,216 bytes in 67 blocks
==77860==    still reachable: 1,178,323 bytes in 276 blocks
==77860==         suppressed: 0 bytes in 0 blocks
==77860== Rerun with --leak-check=full to see details of leaked memory
==77860== 
==77860== For counts of detected and suppressed errors, rerun with: -v
==77860== Use --track-origins=yes to see where uninitialised values come from
==77860== ERROR SUMMARY: 22 errors from 3 contexts (suppressed: 2 from 2)
==77891== LEAK SUMMARY:
==77891==    definitely lost: 443 bytes in 2 blocks
==77891==    indirectly lost: 3,182 bytes in 48 blocks
==77891==      possibly lost: 4,704 bytes in 98 blocks
==77891==    still reachable: 1,178,323 bytes in 276 blocks
==77891==         suppressed: 0 bytes in 0 blocks
==77891== Rerun with --leak-check=full to see details of leaked memory
==77891== 
==77891== For counts of detected and suppressed errors, rerun with: -v
==77891== Use --track-origins=yes to see where uninitialised values come from
==77891== ERROR SUMMARY: 20 errors from 3 contexts (suppressed: 2 from 2)
==77850== LEAK SUMMARY:
==77850==    definitely lost: 443 bytes in 2 blocks
==77850==    indirectly lost: 3,182 bytes in 48 blocks
==77850==      possibly lost: 2,736 bytes in 57 blocks
==77850==    still reachable: 1,178,323 bytes in 276 blocks
==77850==         suppressed: 0 bytes in 0 blocks
==77850== Rerun with --leak-check=full to see details of leaked memory
==77850== 
==77850== For counts of detected and suppressed errors, rerun with: -v
==77850== Use --track-origins=yes to see where uninitialised values come from
==77850== ERROR SUMMARY: 22 errors from 3 contexts (suppressed: 2 from 2)
==77889== LEAK SUMMARY:
==77889==    definitely lost: 443 bytes in 2 blocks
==77889==    indirectly lost: 3,182 bytes in 48 blocks
==77889==      possibly lost: 4,608 bytes in 96 blocks
==77889==    still reachable: 1,178,323 bytes in 276 blocks
==77889==         suppressed: 0 bytes in 0 blocks
==77889== Rerun with --leak-check=full to see details of leaked memory
==77889== 
==77889== For counts of detected and suppressed errors, rerun with: -v
==77889== Use --track-origins=yes to see where uninitialised values come from
==77889== ERROR SUMMARY: 20 errors from 3 contexts (suppressed: 2 from 2)
==77849== LEAK SUMMARY:
==77849==    definitely lost: 443 bytes in 2 blocks
==77849==    indirectly lost: 3,182 bytes in 48 blocks
==77849==      possibly lost: 2,688 bytes in 56 blocks
==77849==    still reachable: 1,178,323 bytes in 276 blocks
==77849==         suppressed: 0 bytes in 0 blocks
==77849== Rerun with --leak-check=full to see details of leaked memory
==77849== 
==77849== For counts of detected and suppressed errors, rerun with: -v
==77849== Use --track-origins=yes to see where uninitialised values come from
==77849== ERROR SUMMARY: 27 errors from 3 contexts (suppressed: 2 from 2)
==77922== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77922==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77922==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77922==    by 0x7193F4: pgstat_report_vacuum (pgstat.c:1346)
==77922==    by 0x623359: lazy_vacuum_rel (vacuumlazy.c:325)
==77922==    by 0x622D10: vacuum_rel (vacuum.c:1375)
==77922==    by 0x6217B3: vacuum (vacuum.c:296)
==77922==    by 0x713A7A: autovacuum_do_vac_analyze (autovacuum.c:2807)
==77922==    by 0x712F84: do_autovacuum (autovacuum.c:2328)
==77922==    by 0x711E1B: AutoVacWorkerMain (autovacuum.c:1647)
==77922==    by 0x711A6C: StartAutoVacWorker (autovacuum.c:1454)
==77922==    by 0x7253E9: StartAutovacuumWorker (postmaster.c:5291)
==77922==    by 0x724D1E: sigusr1_handler (postmaster.c:4975)
==77922==  Address 0xffeffe501 is on thread 1's stack
==77922==  in frame #2, created by pgstat_report_vacuum (pgstat.c:1333)
==77922== 
==77922== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77922==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77922==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77922==    by 0x71953A: pgstat_report_analyze (pgstat.c:1397)
==77922==    by 0x5A4906: do_analyze_rel (analyze.c:611)
==77922==    by 0x5A3C9B: analyze_rel (analyze.c:257)
==77922==    by 0x621818: vacuum (vacuum.c:313)
==77922==    by 0x713A7A: autovacuum_do_vac_analyze (autovacuum.c:2807)
==77922==    by 0x712F84: do_autovacuum (autovacuum.c:2328)
==77922==    by 0x711E1B: AutoVacWorkerMain (autovacuum.c:1647)
==77922==    by 0x711A6C: StartAutoVacWorker (autovacuum.c:1454)
==77922==    by 0x7253E9: StartAutovacuumWorker (postmaster.c:5291)
==77922==    by 0x724D1E: sigusr1_handler (postmaster.c:4975)
==77922==  Address 0xffeffe451 is on thread 1's stack
==77922==  in frame #2, created by pgstat_report_analyze (pgstat.c:1358)
==77922== 
==77922== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77922==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77922==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77922==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77922==    by 0x718681: pgstat_report_stat (pgstat.c:811)
==77922==    by 0x71B43F: pgstat_beshutdown_hook (pgstat.c:2763)
==77922==    by 0x7709A0: shmem_exit (ipc.c:261)
==77922==    by 0x7707FE: proc_exit_prepare (ipc.c:185)
==77922==    by 0x77076C: proc_exit (ipc.c:102)
==77922==    by 0x711E25: AutoVacWorkerMain (autovacuum.c:1656)
==77922==    by 0x711A6C: StartAutoVacWorker (autovacuum.c:1454)
==77922==    by 0x7253E9: StartAutovacuumWorker (postmaster.c:5291)
==77922==    by 0x724D1E: sigusr1_handler (postmaster.c:4975)
==77922==  Address 0xffeffe7cc is on thread 1's stack
==77922==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77922== 
==77922== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77922==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77922==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77922==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77922==    by 0x718794: pgstat_report_stat (pgstat.c:827)
==77922==    by 0x71B43F: pgstat_beshutdown_hook (pgstat.c:2763)
==77922==    by 0x7709A0: shmem_exit (ipc.c:261)
==77922==    by 0x7707FE: proc_exit_prepare (ipc.c:185)
==77922==    by 0x77076C: proc_exit (ipc.c:102)
==77922==    by 0x711E25: AutoVacWorkerMain (autovacuum.c:1656)
==77922==    by 0x711A6C: StartAutoVacWorker (autovacuum.c:1454)
==77922==    by 0x7253E9: StartAutovacuumWorker (postmaster.c:5291)
==77922==    by 0x724D1E: sigusr1_handler (postmaster.c:4975)
==77922==  Address 0xffeffe7cc is on thread 1's stack
==77922==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77922== 
==77922== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77922==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77922==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77922==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77922==    by 0x7187AD: pgstat_report_stat (pgstat.c:829)
==77922==    by 0x71B43F: pgstat_beshutdown_hook (pgstat.c:2763)
==77922==    by 0x7709A0: shmem_exit (ipc.c:261)
==77922==    by 0x7707FE: proc_exit_prepare (ipc.c:185)
==77922==    by 0x77076C: proc_exit (ipc.c:102)
==77922==    by 0x711E25: AutoVacWorkerMain (autovacuum.c:1656)
==77922==    by 0x711A6C: StartAutoVacWorker (autovacuum.c:1454)
==77922==    by 0x7253E9: StartAutovacuumWorker (postmaster.c:5291)
==77922==    by 0x724D1E: sigusr1_handler (postmaster.c:4975)
==77922==  Address 0xffeffe41c is on thread 1's stack
==77922==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77922== 
==77922== 
==77922== HEAP SUMMARY:
==77922==     in use at exit: 1,140,590 bytes in 374 blocks
==77922==   total heap usage: 1,007 allocs, 633 frees, 5,664,264 bytes allocated
==77922== 
==77922== LEAK SUMMARY:
==77922==    definitely lost: 443 bytes in 2 blocks
==77922==    indirectly lost: 3,182 bytes in 48 blocks
==77922==      possibly lost: 4,512 bytes in 94 blocks
==77922==    still reachable: 1,132,453 bytes in 230 blocks
==77922==         suppressed: 0 bytes in 0 blocks
==77922== Rerun with --leak-check=full to see details of leaked memory
==77922== 
==77922== For counts of detected and suppressed errors, rerun with: -v
==77922== Use --track-origins=yes to see where uninitialised values come from
==77922== ERROR SUMMARY: 15 errors from 7 contexts (suppressed: 2 from 2)
==77873== Source and destination overlap in memcpy(0x5c08020, 0x5c08020, 4)
==77873==    at 0x4C2E1DC: memcpy@@GLIBC_2.14 (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
==77873==    by 0x773303: GetSnapshotData (procarray.c:1698)
==77873==    by 0x90FDB8: GetTransactionSnapshot (snapmgr.c:248)
==77873==    by 0x79A22F: PortalStart (pquery.c:506)
==77873==    by 0x795F67: exec_bind_message (postgres.c:1798)
==77873==    by 0x798DDC: PostgresMain (postgres.c:4078)
==77873==    by 0x724B27: BackendRun (postmaster.c:4237)
==77873==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77873==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77873==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77873==    by 0x67CC9D: main (main.c:223)
==77873== 
==77873== Source and destination overlap in memcpy(0x5c08020, 0x5c08020, 4)
==77873==    at 0x4C2E1DC: memcpy@@GLIBC_2.14 (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
==77873==    by 0x77304A: GetSnapshotData (procarray.c:1579)
==77873==    by 0x90FD75: GetTransactionSnapshot (snapmgr.c:233)
==77873==    by 0x795A2F: exec_bind_message (postgres.c:1613)
==77873==    by 0x798DDC: PostgresMain (postgres.c:4078)
==77873==    by 0x724B27: BackendRun (postmaster.c:4237)
==77873==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77873==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77873==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77873==    by 0x67CC9D: main (main.c:223)
==77873== 
==77873== Source and destination overlap in memcpy(0x5c08020, 0x5c08020, 4)
==77873==    at 0x4C2E1DC: memcpy@@GLIBC_2.14 (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
==77873==    by 0x77304A: GetSnapshotData (procarray.c:1579)
==77873==    by 0x90FDB8: GetTransactionSnapshot (snapmgr.c:248)
==77873==    by 0x79B20C: PortalRunMulti (pquery.c:1266)
==77873==    by 0x79A8DC: PortalRun (pquery.c:812)
==77873==    by 0x7964AC: exec_execute_message (postgres.c:1990)
==77873==    by 0x798E41: PostgresMain (postgres.c:4095)
==77873==    by 0x724B27: BackendRun (postmaster.c:4237)
==77873==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77873==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77873==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77873==    by 0x67CC9D: main (main.c:223)
==77873== 
==77873== Source and destination overlap in memcpy(0x5c08020, 0x5c08020, 4)
==77873==    at 0x4C2E1DC: memcpy@@GLIBC_2.14 (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
==77873==    by 0x77304A: GetSnapshotData (procarray.c:1579)
==77873==    by 0x90FDB8: GetTransactionSnapshot (snapmgr.c:248)
==77873==    by 0x795A2F: exec_bind_message (postgres.c:1613)
==77873==    by 0x798DDC: PostgresMain (postgres.c:4078)
==77873==    by 0x724B27: BackendRun (postmaster.c:4237)
==77873==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77873==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77873==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77873==    by 0x67CC9D: main (main.c:223)
==77873== 
==77873== Source and destination overlap in memcpy(0x5c08020, 0x5c08020, 4)
==77873==    at 0x4C2E1DC: memcpy@@GLIBC_2.14 (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
==77873==    by 0x77304A: GetSnapshotData (procarray.c:1579)
==77873==    by 0x90FDB8: GetTransactionSnapshot (snapmgr.c:248)
==77873==    by 0x79A22F: PortalStart (pquery.c:506)
==77873==    by 0x795F67: exec_bind_message (postgres.c:1798)
==77873==    by 0x798DDC: PostgresMain (postgres.c:4078)
==77873==    by 0x724B27: BackendRun (postmaster.c:4237)
==77873==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77873==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77873==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77873==    by 0x67CC9D: main (main.c:223)
==77873== 
==77873== Source and destination overlap in memcpy(0x5c08020, 0x5c08020, 4)
==77873==    at 0x4C2E1DC: memcpy@@GLIBC_2.14 (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
==77873==    by 0x773303: GetSnapshotData (procarray.c:1698)
==77873==    by 0x90FDB8: GetTransactionSnapshot (snapmgr.c:248)
==77873==    by 0x79B20C: PortalRunMulti (pquery.c:1266)
==77873==    by 0x79A8DC: PortalRun (pquery.c:812)
==77873==    by 0x7964AC: exec_execute_message (postgres.c:1990)
==77873==    by 0x798E41: PostgresMain (postgres.c:4095)
==77873==    by 0x724B27: BackendRun (postmaster.c:4237)
==77873==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77873==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77873==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77873==    by 0x67CC9D: main (main.c:223)
==77873== 
==77817== Source and destination overlap in memcpy(0x5bff7a0, 0x5bff7a0, 4)
==77817==    at 0x4C2E1DC: memcpy@@GLIBC_2.14 (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
==77817==    by 0x77304A: GetSnapshotData (procarray.c:1579)
==77817==    by 0x90FDB8: GetTransactionSnapshot (snapmgr.c:248)
==77817==    by 0x795A2F: exec_bind_message (postgres.c:1613)
==77817==    by 0x798DDC: PostgresMain (postgres.c:4078)
==77817==    by 0x724B27: BackendRun (postmaster.c:4237)
==77817==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77817==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77817==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77817==    by 0x67CC9D: main (main.c:223)
==77817== 
==77817== Source and destination overlap in memcpy(0x5bff7a0, 0x5bff7a0, 4)
==77817==    at 0x4C2E1DC: memcpy@@GLIBC_2.14 (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
==77817==    by 0x77304A: GetSnapshotData (procarray.c:1579)
==77817==    by 0x90FDB8: GetTransactionSnapshot (snapmgr.c:248)
==77817==    by 0x79B20C: PortalRunMulti (pquery.c:1266)
==77817==    by 0x79A8DC: PortalRun (pquery.c:812)
==77817==    by 0x7964AC: exec_execute_message (postgres.c:1990)
==77817==    by 0x798E41: PostgresMain (postgres.c:4095)
==77817==    by 0x724B27: BackendRun (postmaster.c:4237)
==77817==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77817==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77817==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77817==    by 0x67CC9D: main (main.c:223)
==77817== 
==77817== Source and destination overlap in memcpy(0x5bff7a0, 0x5bff7a0, 4)
==77817==    at 0x4C2E1DC: memcpy@@GLIBC_2.14 (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
==77817==    by 0x773303: GetSnapshotData (procarray.c:1698)
==77817==    by 0x90FDB8: GetTransactionSnapshot (snapmgr.c:248)
==77817==    by 0x79B20C: PortalRunMulti (pquery.c:1266)
==77817==    by 0x79A8DC: PortalRun (pquery.c:812)
==77817==    by 0x7964AC: exec_execute_message (postgres.c:1990)
==77817==    by 0x798E41: PostgresMain (postgres.c:4095)
==77817==    by 0x724B27: BackendRun (postmaster.c:4237)
==77817==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77817==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77817==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77817==    by 0x67CC9D: main (main.c:223)
==77817== 
==77817== Source and destination overlap in memcpy(0x5bff7a0, 0x5bff7a0, 4)
==77817==    at 0x4C2E1DC: memcpy@@GLIBC_2.14 (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
==77817==    by 0x77304A: GetSnapshotData (procarray.c:1579)
==77817==    by 0x90FDB8: GetTransactionSnapshot (snapmgr.c:248)
==77817==    by 0x79A22F: PortalStart (pquery.c:506)
==77817==    by 0x795F67: exec_bind_message (postgres.c:1798)
==77817==    by 0x798DDC: PostgresMain (postgres.c:4078)
==77817==    by 0x724B27: BackendRun (postmaster.c:4237)
==77817==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77817==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77817==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77817==    by 0x67CC9D: main (main.c:223)
==77817== 
==77817== Source and destination overlap in memcpy(0x5bff7a0, 0x5bff7a0, 4)
==77817==    at 0x4C2E1DC: memcpy@@GLIBC_2.14 (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
==77817==    by 0x77304A: GetSnapshotData (procarray.c:1579)
==77817==    by 0x90FD75: GetTransactionSnapshot (snapmgr.c:233)
==77817==    by 0x795A2F: exec_bind_message (postgres.c:1613)
==77817==    by 0x798DDC: PostgresMain (postgres.c:4078)
==77817==    by 0x724B27: BackendRun (postmaster.c:4237)
==77817==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77817==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77817==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77817==    by 0x67CC9D: main (main.c:223)
==77817== 
==77817== Source and destination overlap in memcpy(0x5bff7a0, 0x5bff7a0, 4)
==77817==    at 0x4C2E1DC: memcpy@@GLIBC_2.14 (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
==77817==    by 0x773303: GetSnapshotData (procarray.c:1698)
==77817==    by 0x90FDB8: GetTransactionSnapshot (snapmgr.c:248)
==77817==    by 0x79A22F: PortalStart (pquery.c:506)
==77817==    by 0x795F67: exec_bind_message (postgres.c:1798)
==77817==    by 0x798DDC: PostgresMain (postgres.c:4078)
==77817==    by 0x724B27: BackendRun (postmaster.c:4237)
==77817==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77817==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77817==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77817==    by 0x67CC9D: main (main.c:223)
==77817== 
==77817== Invalid write of size 2
==77817==    at 0x4C2E2A3: memcpy@@GLIBC_2.14 (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
==77817==    by 0x773303: GetSnapshotData (procarray.c:1698)
==77817==    by 0x90FDB8: GetTransactionSnapshot (snapmgr.c:248)
==77817==    by 0x79B20C: PortalRunMulti (pquery.c:1266)
==77817==    by 0x79A8DC: PortalRun (pquery.c:812)
==77817==    by 0x7964AC: exec_execute_message (postgres.c:1990)
==77817==    by 0x798E41: PostgresMain (postgres.c:4095)
==77817==    by 0x724B27: BackendRun (postmaster.c:4237)
==77817==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77817==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77817==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77817==    by 0x67CC9D: main (main.c:223)
==77817==  Address 0x5c0bd10 is 16 bytes after a block of size 448 alloc'd
==77817==    at 0x4C29BFD: malloc (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
==77817==    by 0x772E51: GetSnapshotData (procarray.c:1535)
==77817==    by 0x90FEA0: GetNonHistoricCatalogSnapshot (snapmgr.c:328)
==77817==    by 0x90FE50: GetCatalogSnapshot (snapmgr.c:302)
==77817==    by 0x4B6380: systable_beginscan (genam.c:347)
==77817==    by 0x8B54F7: SearchCatCache (catcache.c:1241)
==77817==    by 0x8C56E6: SearchSysCache (syscache.c:981)
==77817==    by 0x8C5802: GetSysCacheOid (syscache.c:1059)
==77817==    by 0x7BA105: get_role_oid (acl.c:5116)
==77817==    by 0x67633C: check_hba (hba.c:1650)
==77817==    by 0x677628: hba_getauthmethod (hba.c:2236)
==77817==    by 0x66F519: ClientAuthentication (auth.c:307)
==77817== 
==77822== Invalid write of size 2
==77822==    at 0x4C2E2A3: memcpy@@GLIBC_2.14 (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
==77822==    by 0x773303: GetSnapshotData (procarray.c:1698)
==77822==    by 0x90FDB8: GetTransactionSnapshot (snapmgr.c:248)
==77822==    by 0x79B20C: PortalRunMulti (pquery.c:1266)
==77822==    by 0x79A8DC: PortalRun (pquery.c:812)
==77822==    by 0x7964AC: exec_execute_message (postgres.c:1990)
==77822==    by 0x798E41: PostgresMain (postgres.c:4095)
==77822==    by 0x724B27: BackendRun (postmaster.c:4237)
==77822==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77822==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77822==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77822==    by 0x67CC9D: main (main.c:223)
==77822==  Address 0x5c0bd10 is 5,600 bytes inside a block of size 8,192 free'd
==77822==    at 0x4C2AD17: free (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
==77822==    by 0x8F8B48: AllocSetDelete (aset.c:644)
==77822==    by 0x8F9667: MemoryContextDelete (mcxt.c:228)
==77822==    by 0x63D2DD: FreeExecutorState (execUtils.c:192)
==77822==    by 0x62BCA8: standard_ExecutorEnd (execMain.c:483)
==77822==    by 0x62BC28: ExecutorEnd (execMain.c:439)
==77822==    by 0x5E6E9F: PortalCleanup (portalcmds.c:280)
==77822==    by 0x8FB2F4: PortalDrop (portalmem.c:514)
==77822==    by 0x8FADC7: CreatePortal (portalmem.c:214)
==77822==    by 0x795987: exec_bind_message (postgres.c:1581)
==77822==    by 0x798DDC: PostgresMain (postgres.c:4078)
==77822==    by 0x724B27: BackendRun (postmaster.c:4237)
==77822== 
==77898== Source and destination overlap in memcpy(0x5c0bd10, 0x5c0bd10, 4)
==77898==    at 0x4C2E1DC: memcpy@@GLIBC_2.14 (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
==77898==    by 0x773303: GetSnapshotData (procarray.c:1698)
==77898==    by 0x90FD75: GetTransactionSnapshot (snapmgr.c:233)
==77898==    by 0x795A2F: exec_bind_message (postgres.c:1613)
==77898==    by 0x798DDC: PostgresMain (postgres.c:4078)
==77898==    by 0x724B27: BackendRun (postmaster.c:4237)
==77898==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77898==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77898==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77898==    by 0x67CC9D: main (main.c:223)
==77898== 
==77898== Source and destination overlap in memcpy(0x5c0bd10, 0x5c0bd10, 4)
==77898==    at 0x4C2E1DC: memcpy@@GLIBC_2.14 (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
==77898==    by 0x77304A: GetSnapshotData (procarray.c:1579)
==77898==    by 0x90FDB8: GetTransactionSnapshot (snapmgr.c:248)
==77898==    by 0x79B20C: PortalRunMulti (pquery.c:1266)
==77898==    by 0x79A8DC: PortalRun (pquery.c:812)
==77898==    by 0x7964AC: exec_execute_message (postgres.c:1990)
==77898==    by 0x798E41: PostgresMain (postgres.c:4095)
==77898==    by 0x724B27: BackendRun (postmaster.c:4237)
==77898==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77898==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77898==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77898==    by 0x67CC9D: main (main.c:223)
==77898== 
==77822== Invalid read of size 2
==77822==    at 0x4C2E2A0: memcpy@@GLIBC_2.14 (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
==77822==    by 0x77304A: GetSnapshotData (procarray.c:1579)
==77822==    by 0x90FDB8: GetTransactionSnapshot (snapmgr.c:248)
==77822==    by 0x795A2F: exec_bind_message (postgres.c:1613)
==77822==    by 0x798DDC: PostgresMain (postgres.c:4078)
==77822==    by 0x724B27: BackendRun (postmaster.c:4237)
==77822==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77822==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77822==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77822==    by 0x67CC9D: main (main.c:223)
==77822==  Address 0x5c0bd10 is 5,600 bytes inside a block of size 8,192 free'd
==77822==    at 0x4C2AD17: free (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
==77822==    by 0x8F8B48: AllocSetDelete (aset.c:644)
==77822==    by 0x8F9667: MemoryContextDelete (mcxt.c:228)
==77822==    by 0x63D2DD: FreeExecutorState (execUtils.c:192)
==77822==    by 0x62BCA8: standard_ExecutorEnd (execMain.c:483)
==77822==    by 0x62BC28: ExecutorEnd (execMain.c:439)
==77822==    by 0x5E6E9F: PortalCleanup (portalcmds.c:280)
==77822==    by 0x8FB2F4: PortalDrop (portalmem.c:514)
==77822==    by 0x8FADC7: CreatePortal (portalmem.c:214)
==77822==    by 0x795987: exec_bind_message (postgres.c:1581)
==77822==    by 0x798DDC: PostgresMain (postgres.c:4078)
==77822==    by 0x724B27: BackendRun (postmaster.c:4237)
==77822== 
==77822== Invalid read of size 2
==77822==    at 0x4C2E2A0: memcpy@@GLIBC_2.14 (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
==77822==    by 0x77304A: GetSnapshotData (procarray.c:1579)
==77822==    by 0x90FDB8: GetTransactionSnapshot (snapmgr.c:248)
==77822==    by 0x79A22F: PortalStart (pquery.c:506)
==77822==    by 0x795F67: exec_bind_message (postgres.c:1798)
==77822==    by 0x798DDC: PostgresMain (postgres.c:4078)
==77822==    by 0x724B27: BackendRun (postmaster.c:4237)
==77822==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77822==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77822==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77822==    by 0x67CC9D: main (main.c:223)
==77822==  Address 0x5c0bd10 is 5,600 bytes inside a block of size 8,192 free'd
==77822==    at 0x4C2AD17: free (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
==77822==    by 0x8F8B48: AllocSetDelete (aset.c:644)
==77822==    by 0x8F9667: MemoryContextDelete (mcxt.c:228)
==77822==    by 0x63D2DD: FreeExecutorState (execUtils.c:192)
==77822==    by 0x62BCA8: standard_ExecutorEnd (execMain.c:483)
==77822==    by 0x62BC28: ExecutorEnd (execMain.c:439)
==77822==    by 0x5E6E9F: PortalCleanup (portalcmds.c:280)
==77822==    by 0x8FB2F4: PortalDrop (portalmem.c:514)
==77822==    by 0x8FADC7: CreatePortal (portalmem.c:214)
==77822==    by 0x795987: exec_bind_message (postgres.c:1581)
==77822==    by 0x798DDC: PostgresMain (postgres.c:4078)
==77822==    by 0x724B27: BackendRun (postmaster.c:4237)
==77822== 
==77898== Source and destination overlap in memcpy(0x5c0bd10, 0x5c0bd10, 8)
==77898==    at 0x4C2E1DC: memcpy@@GLIBC_2.14 (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
==77898==    by 0x773303: GetSnapshotData (procarray.c:1698)
==77898==    by 0x90FDB8: GetTransactionSnapshot (snapmgr.c:248)
==77898==    by 0x79A22F: PortalStart (pquery.c:506)
==77898==    by 0x795F67: exec_bind_message (postgres.c:1798)
==77898==    by 0x798DDC: PostgresMain (postgres.c:4078)
==77898==    by 0x724B27: BackendRun (postmaster.c:4237)
==77898==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77898==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77898==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77898==    by 0x67CC9D: main (main.c:223)
==77898== 
==77822== Invalid read of size 2
==77822==    at 0x4C2E2A0: memcpy@@GLIBC_2.14 (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
==77822==    by 0x77304A: GetSnapshotData (procarray.c:1579)
==77822==    by 0x90FD75: GetTransactionSnapshot (snapmgr.c:233)
==77822==    by 0x795A2F: exec_bind_message (postgres.c:1613)
==77822==    by 0x798DDC: PostgresMain (postgres.c:4078)
==77822==    by 0x724B27: BackendRun (postmaster.c:4237)
==77822==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77822==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77822==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77822==    by 0x67CC9D: main (main.c:223)
==77822==  Address 0x5c0bd10 is 5,600 bytes inside a block of size 8,192 free'd
==77822==    at 0x4C2AD17: free (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
==77822==    by 0x8F8B48: AllocSetDelete (aset.c:644)
==77822==    by 0x8F9667: MemoryContextDelete (mcxt.c:228)
==77822==    by 0x63D2DD: FreeExecutorState (execUtils.c:192)
==77822==    by 0x62BCA8: standard_ExecutorEnd (execMain.c:483)
==77822==    by 0x62BC28: ExecutorEnd (execMain.c:439)
==77822==    by 0x5E6E9F: PortalCleanup (portalcmds.c:280)
==77822==    by 0x8FB2F4: PortalDrop (portalmem.c:514)
==77822==    by 0x8FADC7: CreatePortal (portalmem.c:214)
==77822==    by 0x795987: exec_bind_message (postgres.c:1581)
==77822==    by 0x798DDC: PostgresMain (postgres.c:4078)
==77822==    by 0x724B27: BackendRun (postmaster.c:4237)
==77822== 
==77822== Invalid read of size 2
==77822==    at 0x4C2E2A0: memcpy@@GLIBC_2.14 (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
==77822==    by 0x77304A: GetSnapshotData (procarray.c:1579)
==77822==    by 0x90FDB8: GetTransactionSnapshot (snapmgr.c:248)
==77822==    by 0x79B20C: PortalRunMulti (pquery.c:1266)
==77822==    by 0x79A8DC: PortalRun (pquery.c:812)
==77822==    by 0x7964AC: exec_execute_message (postgres.c:1990)
==77822==    by 0x798E41: PostgresMain (postgres.c:4095)
==77822==    by 0x724B27: BackendRun (postmaster.c:4237)
==77822==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77822==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77822==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77822==    by 0x67CC9D: main (main.c:223)
==77822==  Address 0x5c0bd10 is 5,600 bytes inside a block of size 8,192 free'd
==77822==    at 0x4C2AD17: free (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
==77822==    by 0x8F8B48: AllocSetDelete (aset.c:644)
==77822==    by 0x8F9667: MemoryContextDelete (mcxt.c:228)
==77822==    by 0x63D2DD: FreeExecutorState (execUtils.c:192)
==77822==    by 0x62BCA8: standard_ExecutorEnd (execMain.c:483)
==77822==    by 0x62BC28: ExecutorEnd (execMain.c:439)
==77822==    by 0x5E6E9F: PortalCleanup (portalcmds.c:280)
==77822==    by 0x8FB2F4: PortalDrop (portalmem.c:514)
==77822==    by 0x8FADC7: CreatePortal (portalmem.c:214)
==77822==    by 0x795987: exec_bind_message (postgres.c:1581)
==77822==    by 0x798DDC: PostgresMain (postgres.c:4078)
==77822==    by 0x724B27: BackendRun (postmaster.c:4237)
==77822== 
==77898== Source and destination overlap in memcpy(0x5c0bd10, 0x5c0bd10, 4)
==77898==    at 0x4C2E1DC: memcpy@@GLIBC_2.14 (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
==77898==    by 0x77304A: GetSnapshotData (procarray.c:1579)
==77898==    by 0x90FDB8: GetTransactionSnapshot (snapmgr.c:248)
==77898==    by 0x795A2F: exec_bind_message (postgres.c:1613)
==77898==    by 0x798DDC: PostgresMain (postgres.c:4078)
==77898==    by 0x724B27: BackendRun (postmaster.c:4237)
==77898==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77898==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77898==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77898==    by 0x67CC9D: main (main.c:223)
==77898== 
==77817== Invalid read of size 2
==77817==    at 0x4C2E2A0: memcpy@@GLIBC_2.14 (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
==77817==    by 0x77304A: GetSnapshotData (procarray.c:1579)
==77817==    by 0x90FDB8: GetTransactionSnapshot (snapmgr.c:248)
==77817==    by 0x795A2F: exec_bind_message (postgres.c:1613)
==77817==    by 0x798DDC: PostgresMain (postgres.c:4078)
==77817==    by 0x724B27: BackendRun (postmaster.c:4237)
==77817==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77817==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77817==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77817==    by 0x67CC9D: main (main.c:223)
==77817==  Address 0x5c0bd10 is 16 bytes after a block of size 448 alloc'd
==77817==    at 0x4C29BFD: malloc (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
==77817==    by 0x772E51: GetSnapshotData (procarray.c:1535)
==77817==    by 0x90FEA0: GetNonHistoricCatalogSnapshot (snapmgr.c:328)
==77817==    by 0x90FE50: GetCatalogSnapshot (snapmgr.c:302)
==77817==    by 0x4B6380: systable_beginscan (genam.c:347)
==77817==    by 0x8B54F7: SearchCatCache (catcache.c:1241)
==77817==    by 0x8C56E6: SearchSysCache (syscache.c:981)
==77817==    by 0x8C5802: GetSysCacheOid (syscache.c:1059)
==77817==    by 0x7BA105: get_role_oid (acl.c:5116)
==77817==    by 0x67633C: check_hba (hba.c:1650)
==77817==    by 0x677628: hba_getauthmethod (hba.c:2236)
==77817==    by 0x66F519: ClientAuthentication (auth.c:307)
==77817== 
==77817== Invalid read of size 2
==77817==    at 0x4C2E2A0: memcpy@@GLIBC_2.14 (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
==77817==    by 0x77304A: GetSnapshotData (procarray.c:1579)
==77817==    by 0x90FDB8: GetTransactionSnapshot (snapmgr.c:248)
==77817==    by 0x79A22F: PortalStart (pquery.c:506)
==77817==    by 0x795F67: exec_bind_message (postgres.c:1798)
==77817==    by 0x798DDC: PostgresMain (postgres.c:4078)
==77817==    by 0x724B27: BackendRun (postmaster.c:4237)
==77817==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77817==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77817==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77817==    by 0x67CC9D: main (main.c:223)
==77817==  Address 0x5c0bd10 is 16 bytes after a block of size 448 alloc'd
==77817==    at 0x4C29BFD: malloc (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
==77817==    by 0x772E51: GetSnapshotData (procarray.c:1535)
==77817==    by 0x90FEA0: GetNonHistoricCatalogSnapshot (snapmgr.c:328)
==77817==    by 0x90FE50: GetCatalogSnapshot (snapmgr.c:302)
==77817==    by 0x4B6380: systable_beginscan (genam.c:347)
==77817==    by 0x8B54F7: SearchCatCache (catcache.c:1241)
==77817==    by 0x8C56E6: SearchSysCache (syscache.c:981)
==77817==    by 0x8C5802: GetSysCacheOid (syscache.c:1059)
==77817==    by 0x7BA105: get_role_oid (acl.c:5116)
==77817==    by 0x67633C: check_hba (hba.c:1650)
==77817==    by 0x677628: hba_getauthmethod (hba.c:2236)
==77817==    by 0x66F519: ClientAuthentication (auth.c:307)
==77817== 
==77817== Invalid read of size 2
==77817==    at 0x4C2E2A0: memcpy@@GLIBC_2.14 (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
==77817==    by 0x77304A: GetSnapshotData (procarray.c:1579)
==77817==    by 0x90FDB8: GetTransactionSnapshot (snapmgr.c:248)
==77817==    by 0x79B20C: PortalRunMulti (pquery.c:1266)
==77817==    by 0x79A8DC: PortalRun (pquery.c:812)
==77817==    by 0x7964AC: exec_execute_message (postgres.c:1990)
==77817==    by 0x798E41: PostgresMain (postgres.c:4095)
==77817==    by 0x724B27: BackendRun (postmaster.c:4237)
==77817==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77817==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77817==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77817==    by 0x67CC9D: main (main.c:223)
==77817==  Address 0x5c0bd10 is 16 bytes after a block of size 448 alloc'd
==77817==    at 0x4C29BFD: malloc (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
==77817==    by 0x772E51: GetSnapshotData (procarray.c:1535)
==77817==    by 0x90FEA0: GetNonHistoricCatalogSnapshot (snapmgr.c:328)
==77817==    by 0x90FE50: GetCatalogSnapshot (snapmgr.c:302)
==77817==    by 0x4B6380: systable_beginscan (genam.c:347)
==77817==    by 0x8B54F7: SearchCatCache (catcache.c:1241)
==77817==    by 0x8C56E6: SearchSysCache (syscache.c:981)
==77817==    by 0x8C5802: GetSysCacheOid (syscache.c:1059)
==77817==    by 0x7BA105: get_role_oid (acl.c:5116)
==77817==    by 0x67633C: check_hba (hba.c:1650)
==77817==    by 0x677628: hba_getauthmethod (hba.c:2236)
==77817==    by 0x66F519: ClientAuthentication (auth.c:307)
==77817== 
==77898== Source and destination overlap in memcpy(0x5c0bd10, 0x5c0bd10, 4)
==77898==    at 0x4C2E1DC: memcpy@@GLIBC_2.14 (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
==77898==    by 0x77304A: GetSnapshotData (procarray.c:1579)
==77898==    by 0x90FD75: GetTransactionSnapshot (snapmgr.c:233)
==77898==    by 0x795A2F: exec_bind_message (postgres.c:1613)
==77898==    by 0x798DDC: PostgresMain (postgres.c:4078)
==77898==    by 0x724B27: BackendRun (postmaster.c:4237)
==77898==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77898==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77898==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77898==    by 0x67CC9D: main (main.c:223)
==77898== 
==77898== Source and destination overlap in memcpy(0x5c0bd10, 0x5c0bd10, 4)
==77898==    at 0x4C2E1DC: memcpy@@GLIBC_2.14 (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
==77898==    by 0x77304A: GetSnapshotData (procarray.c:1579)
==77898==    by 0x90FDB8: GetTransactionSnapshot (snapmgr.c:248)
==77898==    by 0x79A22F: PortalStart (pquery.c:506)
==77898==    by 0x795F67: exec_bind_message (postgres.c:1798)
==77898==    by 0x798DDC: PostgresMain (postgres.c:4078)
==77898==    by 0x724B27: BackendRun (postmaster.c:4237)
==77898==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77898==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77898==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77898==    by 0x67CC9D: main (main.c:223)
==77898== 
==77898== Source and destination overlap in memcpy(0x5c0bd10, 0x5c0bd10, 4)
==77898==    at 0x4C2E1DC: memcpy@@GLIBC_2.14 (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
==77898==    by 0x773303: GetSnapshotData (procarray.c:1698)
==77898==    by 0x90FDB8: GetTransactionSnapshot (snapmgr.c:248)
==77898==    by 0x79B20C: PortalRunMulti (pquery.c:1266)
==77898==    by 0x79A8DC: PortalRun (pquery.c:812)
==77898==    by 0x7964AC: exec_execute_message (postgres.c:1990)
==77898==    by 0x798E41: PostgresMain (postgres.c:4095)
==77898==    by 0x724B27: BackendRun (postmaster.c:4237)
==77898==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77898==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77898==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77898==    by 0x67CC9D: main (main.c:223)
==77898== 
==77817== Invalid read of size 2
==77817==    at 0x4C2E2A0: memcpy@@GLIBC_2.14 (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
==77817==    by 0x77304A: GetSnapshotData (procarray.c:1579)
==77817==    by 0x90FD75: GetTransactionSnapshot (snapmgr.c:233)
==77817==    by 0x795A2F: exec_bind_message (postgres.c:1613)
==77817==    by 0x798DDC: PostgresMain (postgres.c:4078)
==77817==    by 0x724B27: BackendRun (postmaster.c:4237)
==77817==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77817==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77817==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77817==    by 0x67CC9D: main (main.c:223)
==77817==  Address 0x5c0bd10 is 16 bytes after a block of size 448 alloc'd
==77817==    at 0x4C29BFD: malloc (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
==77817==    by 0x772E51: GetSnapshotData (procarray.c:1535)
==77817==    by 0x90FEA0: GetNonHistoricCatalogSnapshot (snapmgr.c:328)
==77817==    by 0x90FE50: GetCatalogSnapshot (snapmgr.c:302)
==77817==    by 0x4B6380: systable_beginscan (genam.c:347)
==77817==    by 0x8B54F7: SearchCatCache (catcache.c:1241)
==77817==    by 0x8C56E6: SearchSysCache (syscache.c:981)
==77817==    by 0x8C5802: GetSysCacheOid (syscache.c:1059)
==77817==    by 0x7BA105: get_role_oid (acl.c:5116)
==77817==    by 0x67633C: check_hba (hba.c:1650)
==77817==    by 0x677628: hba_getauthmethod (hba.c:2236)
==77817==    by 0x66F519: ClientAuthentication (auth.c:307)
==77817== 
==77822== Invalid write of size 2
==77822==    at 0x4C2E2A3: memcpy@@GLIBC_2.14 (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
==77822==    by 0x773303: GetSnapshotData (procarray.c:1698)
==77822==    by 0x90FD75: GetTransactionSnapshot (snapmgr.c:233)
==77822==    by 0x795A2F: exec_bind_message (postgres.c:1613)
==77822==    by 0x798DDC: PostgresMain (postgres.c:4078)
==77822==    by 0x724B27: BackendRun (postmaster.c:4237)
==77822==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77822==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77822==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77822==    by 0x67CC9D: main (main.c:223)
==77822==  Address 0x5c0bd10 is 5,600 bytes inside a block of size 8,192 free'd
==77822==    at 0x4C2AD17: free (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
==77822==    by 0x8F8B48: AllocSetDelete (aset.c:644)
==77822==    by 0x8F9667: MemoryContextDelete (mcxt.c:228)
==77822==    by 0x470581: printtup_shutdown (printtup.c:473)
==77822==    by 0x62BAB3: standard_ExecutorRun (execMain.c:351)
==77822==    by 0x62B98B: ExecutorRun (execMain.c:286)
==77822==    by 0x79AB30: PortalRunSelect (pquery.c:942)
==77822==    by 0x79A812: PortalRun (pquery.c:786)
==77822==    by 0x7964AC: exec_execute_message (postgres.c:1990)
==77822==    by 0x798E41: PostgresMain (postgres.c:4095)
==77822==    by 0x724B27: BackendRun (postmaster.c:4237)
==77822==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77822== 
==77817== Invalid write of size 8
==77817==    at 0x4C2E253: memcpy@@GLIBC_2.14 (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
==77817==    by 0x773303: GetSnapshotData (procarray.c:1698)
==77817==    by 0x90FDB8: GetTransactionSnapshot (snapmgr.c:248)
==77817==    by 0x79B20C: PortalRunMulti (pquery.c:1266)
==77817==    by 0x79A8DC: PortalRun (pquery.c:812)
==77817==    by 0x7964AC: exec_execute_message (postgres.c:1990)
==77817==    by 0x798E41: PostgresMain (postgres.c:4095)
==77817==    by 0x724B27: BackendRun (postmaster.c:4237)
==77817==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77817==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77817==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77817==    by 0x67CC9D: main (main.c:223)
==77817==  Address 0x5c0bd10 is 16 bytes after a block of size 448 alloc'd
==77817==    at 0x4C29BFD: malloc (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
==77817==    by 0x772E51: GetSnapshotData (procarray.c:1535)
==77817==    by 0x90FEA0: GetNonHistoricCatalogSnapshot (snapmgr.c:328)
==77817==    by 0x90FE50: GetCatalogSnapshot (snapmgr.c:302)
==77817==    by 0x4B6380: systable_beginscan (genam.c:347)
==77817==    by 0x8B54F7: SearchCatCache (catcache.c:1241)
==77817==    by 0x8C56E6: SearchSysCache (syscache.c:981)
==77817==    by 0x8C5802: GetSysCacheOid (syscache.c:1059)
==77817==    by 0x7BA105: get_role_oid (acl.c:5116)
==77817==    by 0x67633C: check_hba (hba.c:1650)
==77817==    by 0x677628: hba_getauthmethod (hba.c:2236)
==77817==    by 0x66F519: ClientAuthentication (auth.c:307)
==77817== 
==77822== Invalid read of size 8
==77822==    at 0x4C2E250: memcpy@@GLIBC_2.14 (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
==77822==    by 0x77304A: GetSnapshotData (procarray.c:1579)
==77822==    by 0x90FD75: GetTransactionSnapshot (snapmgr.c:233)
==77822==    by 0x795A2F: exec_bind_message (postgres.c:1613)
==77822==    by 0x798DDC: PostgresMain (postgres.c:4078)
==77822==    by 0x724B27: BackendRun (postmaster.c:4237)
==77822==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77822==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77822==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77822==    by 0x67CC9D: main (main.c:223)
==77822==  Address 0x5c0bd10 is 5,600 bytes inside a block of size 8,192 free'd
==77822==    at 0x4C2AD17: free (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
==77822==    by 0x8F8B48: AllocSetDelete (aset.c:644)
==77822==    by 0x8F9667: MemoryContextDelete (mcxt.c:228)
==77822==    by 0x63D2DD: FreeExecutorState (execUtils.c:192)
==77822==    by 0x62BCA8: standard_ExecutorEnd (execMain.c:483)
==77822==    by 0x62BC28: ExecutorEnd (execMain.c:439)
==77822==    by 0x799CDE: ProcessQuery (pquery.c:226)
==77822==    by 0x79B252: PortalRunMulti (pquery.c:1275)
==77822==    by 0x79A8DC: PortalRun (pquery.c:812)
==77822==    by 0x7964AC: exec_execute_message (postgres.c:1990)
==77822==    by 0x798E41: PostgresMain (postgres.c:4095)
==77822==    by 0x724B27: BackendRun (postmaster.c:4237)
==77822== 
==77822== Invalid read of size 8
==77822==    at 0x4C2E250: memcpy@@GLIBC_2.14 (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
==77822==    by 0x77304A: GetSnapshotData (procarray.c:1579)
==77822==    by 0x90FDB8: GetTransactionSnapshot (snapmgr.c:248)
==77822==    by 0x79B20C: PortalRunMulti (pquery.c:1266)
==77822==    by 0x79A8DC: PortalRun (pquery.c:812)
==77822==    by 0x7964AC: exec_execute_message (postgres.c:1990)
==77822==    by 0x798E41: PostgresMain (postgres.c:4095)
==77822==    by 0x724B27: BackendRun (postmaster.c:4237)
==77822==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77822==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77822==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77822==    by 0x67CC9D: main (main.c:223)
==77822==  Address 0x5c0bd10 is 5,600 bytes inside a block of size 8,192 free'd
==77822==    at 0x4C2AD17: free (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
==77822==    by 0x8F8B48: AllocSetDelete (aset.c:644)
==77822==    by 0x8F9667: MemoryContextDelete (mcxt.c:228)
==77822==    by 0x63D2DD: FreeExecutorState (execUtils.c:192)
==77822==    by 0x62BCA8: standard_ExecutorEnd (execMain.c:483)
==77822==    by 0x62BC28: ExecutorEnd (execMain.c:439)
==77822==    by 0x799CDE: ProcessQuery (pquery.c:226)
==77822==    by 0x79B252: PortalRunMulti (pquery.c:1275)
==77822==    by 0x79A8DC: PortalRun (pquery.c:812)
==77822==    by 0x7964AC: exec_execute_message (postgres.c:1990)
==77822==    by 0x798E41: PostgresMain (postgres.c:4095)
==77822==    by 0x724B27: BackendRun (postmaster.c:4237)
==77822== 
==77898== Source and destination overlap in memcpy(0x5c0bd10, 0x5c0bd10, 4)
==77898==    at 0x4C2E1DC: memcpy@@GLIBC_2.14 (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
==77898==    by 0x773303: GetSnapshotData (procarray.c:1698)
==77898==    by 0x90FDB8: GetTransactionSnapshot (snapmgr.c:248)
==77898==    by 0x795A2F: exec_bind_message (postgres.c:1613)
==77898==    by 0x798DDC: PostgresMain (postgres.c:4078)
==77898==    by 0x724B27: BackendRun (postmaster.c:4237)
==77898==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77898==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77898==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77898==    by 0x67CC9D: main (main.c:223)
==77898== 
==77822== Invalid write of size 2
==77822==    at 0x4C2E2A3: memcpy@@GLIBC_2.14 (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
==77822==    by 0x773303: GetSnapshotData (procarray.c:1698)
==77822==    by 0x90FDB8: GetTransactionSnapshot (snapmgr.c:248)
==77822==    by 0x79A22F: PortalStart (pquery.c:506)
==77822==    by 0x795F67: exec_bind_message (postgres.c:1798)
==77822==    by 0x798DDC: PostgresMain (postgres.c:4078)
==77822==    by 0x724B27: BackendRun (postmaster.c:4237)
==77822==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77822==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77822==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77822==    by 0x67CC9D: main (main.c:223)
==77822==  Address 0x5c0bd10 is 5,600 bytes inside a block of size 8,192 free'd
==77822==    at 0x4C2AD17: free (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
==77822==    by 0x8F8B48: AllocSetDelete (aset.c:644)
==77822==    by 0x8F9667: MemoryContextDelete (mcxt.c:228)
==77822==    by 0x63D2DD: FreeExecutorState (execUtils.c:192)
==77822==    by 0x62BCA8: standard_ExecutorEnd (execMain.c:483)
==77822==    by 0x62BC28: ExecutorEnd (execMain.c:439)
==77822==    by 0x5E6E9F: PortalCleanup (portalcmds.c:280)
==77822==    by 0x8FB2F4: PortalDrop (portalmem.c:514)
==77822==    by 0x8FADC7: CreatePortal (portalmem.c:214)
==77822==    by 0x795987: exec_bind_message (postgres.c:1581)
==77822==    by 0x798DDC: PostgresMain (postgres.c:4078)
==77822==    by 0x724B27: BackendRun (postmaster.c:4237)
==77822== 
==77817== Invalid write of size 2
==77817==    at 0x4C2E2A3: memcpy@@GLIBC_2.14 (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
==77817==    by 0x773303: GetSnapshotData (procarray.c:1698)
==77817==    by 0x90FD75: GetTransactionSnapshot (snapmgr.c:233)
==77817==    by 0x795A2F: exec_bind_message (postgres.c:1613)
==77817==    by 0x798DDC: PostgresMain (postgres.c:4078)
==77817==    by 0x724B27: BackendRun (postmaster.c:4237)
==77817==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77817==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77817==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77817==    by 0x67CC9D: main (main.c:223)
==77817==  Address 0x5c0bd10 is 16 bytes after a block of size 448 alloc'd
==77817==    at 0x4C29BFD: malloc (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
==77817==    by 0x772E51: GetSnapshotData (procarray.c:1535)
==77817==    by 0x90FEA0: GetNonHistoricCatalogSnapshot (snapmgr.c:328)
==77817==    by 0x90FE50: GetCatalogSnapshot (snapmgr.c:302)
==77817==    by 0x4B6380: systable_beginscan (genam.c:347)
==77817==    by 0x8B54F7: SearchCatCache (catcache.c:1241)
==77817==    by 0x8C56E6: SearchSysCache (syscache.c:981)
==77817==    by 0x8C5802: GetSysCacheOid (syscache.c:1059)
==77817==    by 0x7BA105: get_role_oid (acl.c:5116)
==77817==    by 0x67633C: check_hba (hba.c:1650)
==77817==    by 0x677628: hba_getauthmethod (hba.c:2236)
==77817==    by 0x66F519: ClientAuthentication (auth.c:307)
==77817== 
==77817== Invalid read of size 8
==77817==    at 0x4C2E250: memcpy@@GLIBC_2.14 (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
==77817==    by 0x77304A: GetSnapshotData (procarray.c:1579)
==77817==    by 0x90FD75: GetTransactionSnapshot (snapmgr.c:233)
==77817==    by 0x795A2F: exec_bind_message (postgres.c:1613)
==77817==    by 0x798DDC: PostgresMain (postgres.c:4078)
==77817==    by 0x724B27: BackendRun (postmaster.c:4237)
==77817==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77817==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77817==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77817==    by 0x67CC9D: main (main.c:223)
==77817==  Address 0x5c0bd10 is 16 bytes after a block of size 448 alloc'd
==77817==    at 0x4C29BFD: malloc (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
==77817==    by 0x772E51: GetSnapshotData (procarray.c:1535)
==77817==    by 0x90FEA0: GetNonHistoricCatalogSnapshot (snapmgr.c:328)
==77817==    by 0x90FE50: GetCatalogSnapshot (snapmgr.c:302)
==77817==    by 0x4B6380: systable_beginscan (genam.c:347)
==77817==    by 0x8B54F7: SearchCatCache (catcache.c:1241)
==77817==    by 0x8C56E6: SearchSysCache (syscache.c:981)
==77817==    by 0x8C5802: GetSysCacheOid (syscache.c:1059)
==77817==    by 0x7BA105: get_role_oid (acl.c:5116)
==77817==    by 0x67633C: check_hba (hba.c:1650)
==77817==    by 0x677628: hba_getauthmethod (hba.c:2236)
==77817==    by 0x66F519: ClientAuthentication (auth.c:307)
==77817== 
==77822== Invalid write of size 2
==77822==    at 0x4C2E2A3: memcpy@@GLIBC_2.14 (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
==77822==    by 0x773303: GetSnapshotData (procarray.c:1698)
==77822==    by 0x90FDB8: GetTransactionSnapshot (snapmgr.c:248)
==77822==    by 0x795A2F: exec_bind_message (postgres.c:1613)
==77822==    by 0x798DDC: PostgresMain (postgres.c:4078)
==77822==    by 0x724B27: BackendRun (postmaster.c:4237)
==77822==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77822==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77822==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77822==    by 0x67CC9D: main (main.c:223)
==77822==  Address 0x5c0bd10 is 5,600 bytes inside a block of size 8,192 free'd
==77822==    at 0x4C2AD17: free (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
==77822==    by 0x8F8B48: AllocSetDelete (aset.c:644)
==77822==    by 0x8F9667: MemoryContextDelete (mcxt.c:228)
==77822==    by 0x63D2DD: FreeExecutorState (execUtils.c:192)
==77822==    by 0x62BCA8: standard_ExecutorEnd (execMain.c:483)
==77822==    by 0x62BC28: ExecutorEnd (execMain.c:439)
==77822==    by 0x5E6E9F: PortalCleanup (portalcmds.c:280)
==77822==    by 0x8FB2F4: PortalDrop (portalmem.c:514)
==77822==    by 0x8FADC7: CreatePortal (portalmem.c:214)
==77822==    by 0x795987: exec_bind_message (postgres.c:1581)
==77822==    by 0x798DDC: PostgresMain (postgres.c:4078)
==77822==    by 0x724B27: BackendRun (postmaster.c:4237)
==77822== 
==77817== Source and destination overlap in memcpy(0x5bff7a0, 0x5bff7a0, 4)
==77817==    at 0x4C2E1DC: memcpy@@GLIBC_2.14 (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
==77817==    by 0x773303: GetSnapshotData (procarray.c:1698)
==77817==    by 0x90FDB8: GetTransactionSnapshot (snapmgr.c:248)
==77817==    by 0x795A2F: exec_bind_message (postgres.c:1613)
==77817==    by 0x798DDC: PostgresMain (postgres.c:4078)
==77817==    by 0x724B27: BackendRun (postmaster.c:4237)
==77817==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77817==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77817==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77817==    by 0x67CC9D: main (main.c:223)
==77817== 
==77822== Source and destination overlap in memcpy(0x5c003d0, 0x5c003d0, 4)
==77822==    at 0x4C2E1DC: memcpy@@GLIBC_2.14 (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
==77822==    by 0x77304A: GetSnapshotData (procarray.c:1579)
==77822==    by 0x90FDB8: GetTransactionSnapshot (snapmgr.c:248)
==77822==    by 0x795A2F: exec_bind_message (postgres.c:1613)
==77822==    by 0x798DDC: PostgresMain (postgres.c:4078)
==77822==    by 0x724B27: BackendRun (postmaster.c:4237)
==77822==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77822==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77822==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77822==    by 0x67CC9D: main (main.c:223)
==77822== 
==77822== Source and destination overlap in memcpy(0x5c003d0, 0x5c003d0, 4)
==77822==    at 0x4C2E1DC: memcpy@@GLIBC_2.14 (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
==77822==    by 0x77304A: GetSnapshotData (procarray.c:1579)
==77822==    by 0x90FDB8: GetTransactionSnapshot (snapmgr.c:248)
==77822==    by 0x79B20C: PortalRunMulti (pquery.c:1266)
==77822==    by 0x79A8DC: PortalRun (pquery.c:812)
==77822==    by 0x7964AC: exec_execute_message (postgres.c:1990)
==77822==    by 0x798E41: PostgresMain (postgres.c:4095)
==77822==    by 0x724B27: BackendRun (postmaster.c:4237)
==77822==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77822==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77822==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77822==    by 0x67CC9D: main (main.c:223)
==77822== 
==77822== Source and destination overlap in memcpy(0x5c003d0, 0x5c003d0, 4)
==77822==    at 0x4C2E1DC: memcpy@@GLIBC_2.14 (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
==77822==    by 0x773303: GetSnapshotData (procarray.c:1698)
==77822==    by 0x90FDB8: GetTransactionSnapshot (snapmgr.c:248)
==77822==    by 0x79B20C: PortalRunMulti (pquery.c:1266)
==77822==    by 0x79A8DC: PortalRun (pquery.c:812)
==77822==    by 0x7964AC: exec_execute_message (postgres.c:1990)
==77822==    by 0x798E41: PostgresMain (postgres.c:4095)
==77822==    by 0x724B27: BackendRun (postmaster.c:4237)
==77822==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77822==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77822==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77822==    by 0x67CC9D: main (main.c:223)
==77822== 
==77822== Source and destination overlap in memcpy(0x5c003d0, 0x5c003d0, 4)
==77822==    at 0x4C2E1DC: memcpy@@GLIBC_2.14 (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
==77822==    by 0x77304A: GetSnapshotData (procarray.c:1579)
==77822==    by 0x90FDB8: GetTransactionSnapshot (snapmgr.c:248)
==77822==    by 0x79A22F: PortalStart (pquery.c:506)
==77822==    by 0x795F67: exec_bind_message (postgres.c:1798)
==77822==    by 0x798DDC: PostgresMain (postgres.c:4078)
==77822==    by 0x724B27: BackendRun (postmaster.c:4237)
==77822==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77822==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77822==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77822==    by 0x67CC9D: main (main.c:223)
==77822== 
==77822== Source and destination overlap in memcpy(0x5c003d0, 0x5c003d0, 4)
==77822==    at 0x4C2E1DC: memcpy@@GLIBC_2.14 (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
==77822==    by 0x773303: GetSnapshotData (procarray.c:1698)
==77822==    by 0x90FDB8: GetTransactionSnapshot (snapmgr.c:248)
==77822==    by 0x79A22F: PortalStart (pquery.c:506)
==77822==    by 0x795F67: exec_bind_message (postgres.c:1798)
==77822==    by 0x798DDC: PostgresMain (postgres.c:4078)
==77822==    by 0x724B27: BackendRun (postmaster.c:4237)
==77822==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77822==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77822==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77822==    by 0x67CC9D: main (main.c:223)
==77822== 
==77822== Source and destination overlap in memcpy(0x5c003d0, 0x5c003d0, 4)
==77822==    at 0x4C2E1DC: memcpy@@GLIBC_2.14 (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
==77822==    by 0x77304A: GetSnapshotData (procarray.c:1579)
==77822==    by 0x90FD75: GetTransactionSnapshot (snapmgr.c:233)
==77822==    by 0x795A2F: exec_bind_message (postgres.c:1613)
==77822==    by 0x798DDC: PostgresMain (postgres.c:4078)
==77822==    by 0x724B27: BackendRun (postmaster.c:4237)
==77822==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77822==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77822==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77822==    by 0x67CC9D: main (main.c:223)
==77822== 
==77873== Source and destination overlap in memcpy(0x5c08020, 0x5c08020, 4)
==77873==    at 0x4C2E1DC: memcpy@@GLIBC_2.14 (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
==77873==    by 0x773303: GetSnapshotData (procarray.c:1698)
==77873==    by 0x90FDB8: GetTransactionSnapshot (snapmgr.c:248)
==77873==    by 0x795A2F: exec_bind_message (postgres.c:1613)
==77873==    by 0x798DDC: PostgresMain (postgres.c:4078)
==77873==    by 0x724B27: BackendRun (postmaster.c:4237)
==77873==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77873==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77873==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77873==    by 0x67CC9D: main (main.c:223)
==77873== 
==77822== Source and destination overlap in memcpy(0x5c003d0, 0x5c003d0, 4)
==77822==    at 0x4C2E1DC: memcpy@@GLIBC_2.14 (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
==77822==    by 0x773303: GetSnapshotData (procarray.c:1698)
==77822==    by 0x90FDB8: GetTransactionSnapshot (snapmgr.c:248)
==77822==    by 0x795A2F: exec_bind_message (postgres.c:1613)
==77822==    by 0x798DDC: PostgresMain (postgres.c:4078)
==77822==    by 0x724B27: BackendRun (postmaster.c:4237)
==77822==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77822==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77822==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77822==    by 0x67CC9D: main (main.c:223)
==77822== 
==77822== Source and destination overlap in memcpy(0x5c003d0, 0x5c003d0, 4)
==77822==    at 0x4C2E1DC: memcpy@@GLIBC_2.14 (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
==77822==    by 0x773303: GetSnapshotData (procarray.c:1698)
==77822==    by 0x90FD75: GetTransactionSnapshot (snapmgr.c:233)
==77822==    by 0x795A2F: exec_bind_message (postgres.c:1613)
==77822==    by 0x798DDC: PostgresMain (postgres.c:4078)
==77822==    by 0x724B27: BackendRun (postmaster.c:4237)
==77822==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77822==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77822==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77822==    by 0x67CC9D: main (main.c:223)
==77822== 
==77817== Source and destination overlap in memcpy(0x5bff7a0, 0x5bff7a0, 4)
==77817==    at 0x4C2E1DC: memcpy@@GLIBC_2.14 (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
==77817==    by 0x773303: GetSnapshotData (procarray.c:1698)
==77817==    by 0x90FD75: GetTransactionSnapshot (snapmgr.c:233)
==77817==    by 0x795A2F: exec_bind_message (postgres.c:1613)
==77817==    by 0x798DDC: PostgresMain (postgres.c:4078)
==77817==    by 0x724B27: BackendRun (postmaster.c:4237)
==77817==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77817==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77817==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77817==    by 0x67CC9D: main (main.c:223)
==77817== 
==77817== Invalid write of size 8
==77817==    at 0x4C2E253: memcpy@@GLIBC_2.14 (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
==77817==    by 0x773303: GetSnapshotData (procarray.c:1698)
==77817==    by 0x90FDB8: GetTransactionSnapshot (snapmgr.c:248)
==77817==    by 0x795A2F: exec_bind_message (postgres.c:1613)
==77817==    by 0x798DDC: PostgresMain (postgres.c:4078)
==77817==    by 0x724B27: BackendRun (postmaster.c:4237)
==77817==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77817==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77817==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77817==    by 0x67CC9D: main (main.c:223)
==77817==  Address 0x5c0bd10 is 16 bytes after a block of size 448 alloc'd
==77817==    at 0x4C29BFD: malloc (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
==77817==    by 0x772E51: GetSnapshotData (procarray.c:1535)
==77817==    by 0x90FEA0: GetNonHistoricCatalogSnapshot (snapmgr.c:328)
==77817==    by 0x90FE50: GetCatalogSnapshot (snapmgr.c:302)
==77817==    by 0x4B6380: systable_beginscan (genam.c:347)
==77817==    by 0x8B54F7: SearchCatCache (catcache.c:1241)
==77817==    by 0x8C56E6: SearchSysCache (syscache.c:981)
==77817==    by 0x8C5802: GetSysCacheOid (syscache.c:1059)
==77817==    by 0x7BA105: get_role_oid (acl.c:5116)
==77817==    by 0x67633C: check_hba (hba.c:1650)
==77817==    by 0x677628: hba_getauthmethod (hba.c:2236)
==77817==    by 0x66F519: ClientAuthentication (auth.c:307)
==77817== 
==77817== Invalid read of size 8
==77817==    at 0x4C2E250: memcpy@@GLIBC_2.14 (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
==77817==    by 0x77304A: GetSnapshotData (procarray.c:1579)
==77817==    by 0x90FDB8: GetTransactionSnapshot (snapmgr.c:248)
==77817==    by 0x79A22F: PortalStart (pquery.c:506)
==77817==    by 0x795F67: exec_bind_message (postgres.c:1798)
==77817==    by 0x798DDC: PostgresMain (postgres.c:4078)
==77817==    by 0x724B27: BackendRun (postmaster.c:4237)
==77817==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77817==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77817==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77817==    by 0x67CC9D: main (main.c:223)
==77817==  Address 0x5c0bd10 is 16 bytes after a block of size 448 alloc'd
==77817==    at 0x4C29BFD: malloc (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
==77817==    by 0x772E51: GetSnapshotData (procarray.c:1535)
==77817==    by 0x90FEA0: GetNonHistoricCatalogSnapshot (snapmgr.c:328)
==77817==    by 0x90FE50: GetCatalogSnapshot (snapmgr.c:302)
==77817==    by 0x4B6380: systable_beginscan (genam.c:347)
==77817==    by 0x8B54F7: SearchCatCache (catcache.c:1241)
==77817==    by 0x8C56E6: SearchSysCache (syscache.c:981)
==77817==    by 0x8C5802: GetSysCacheOid (syscache.c:1059)
==77817==    by 0x7BA105: get_role_oid (acl.c:5116)
==77817==    by 0x67633C: check_hba (hba.c:1650)
==77817==    by 0x677628: hba_getauthmethod (hba.c:2236)
==77817==    by 0x66F519: ClientAuthentication (auth.c:307)
==77817== 
==77817== Invalid read of size 8
==77817==    at 0x4C2E250: memcpy@@GLIBC_2.14 (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
==77817==    by 0x77304A: GetSnapshotData (procarray.c:1579)
==77817==    by 0x90FDB8: GetTransactionSnapshot (snapmgr.c:248)
==77817==    by 0x795A2F: exec_bind_message (postgres.c:1613)
==77817==    by 0x798DDC: PostgresMain (postgres.c:4078)
==77817==    by 0x724B27: BackendRun (postmaster.c:4237)
==77817==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77817==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77817==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77817==    by 0x67CC9D: main (main.c:223)
==77817==  Address 0x5c0bd10 is 16 bytes after a block of size 448 alloc'd
==77817==    at 0x4C29BFD: malloc (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
==77817==    by 0x772E51: GetSnapshotData (procarray.c:1535)
==77817==    by 0x90FEA0: GetNonHistoricCatalogSnapshot (snapmgr.c:328)
==77817==    by 0x90FE50: GetCatalogSnapshot (snapmgr.c:302)
==77817==    by 0x4B6380: systable_beginscan (genam.c:347)
==77817==    by 0x8B54F7: SearchCatCache (catcache.c:1241)
==77817==    by 0x8C56E6: SearchSysCache (syscache.c:981)
==77817==    by 0x8C5802: GetSysCacheOid (syscache.c:1059)
==77817==    by 0x7BA105: get_role_oid (acl.c:5116)
==77817==    by 0x67633C: check_hba (hba.c:1650)
==77817==    by 0x677628: hba_getauthmethod (hba.c:2236)
==77817==    by 0x66F519: ClientAuthentication (auth.c:307)
==77817== 
==77817== Invalid read of size 8
==77817==    at 0x4C2E250: memcpy@@GLIBC_2.14 (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
==77817==    by 0x77304A: GetSnapshotData (procarray.c:1579)
==77817==    by 0x90FDB8: GetTransactionSnapshot (snapmgr.c:248)
==77817==    by 0x79B20C: PortalRunMulti (pquery.c:1266)
==77817==    by 0x79A8DC: PortalRun (pquery.c:812)
==77817==    by 0x7964AC: exec_execute_message (postgres.c:1990)
==77817==    by 0x798E41: PostgresMain (postgres.c:4095)
==77817==    by 0x724B27: BackendRun (postmaster.c:4237)
==77817==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77817==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77817==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77817==    by 0x67CC9D: main (main.c:223)
==77817==  Address 0x5c0bd10 is 16 bytes after a block of size 448 alloc'd
==77817==    at 0x4C29BFD: malloc (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
==77817==    by 0x772E51: GetSnapshotData (procarray.c:1535)
==77817==    by 0x90FEA0: GetNonHistoricCatalogSnapshot (snapmgr.c:328)
==77817==    by 0x90FE50: GetCatalogSnapshot (snapmgr.c:302)
==77817==    by 0x4B6380: systable_beginscan (genam.c:347)
==77817==    by 0x8B54F7: SearchCatCache (catcache.c:1241)
==77817==    by 0x8C56E6: SearchSysCache (syscache.c:981)
==77817==    by 0x8C5802: GetSysCacheOid (syscache.c:1059)
==77817==    by 0x7BA105: get_role_oid (acl.c:5116)
==77817==    by 0x67633C: check_hba (hba.c:1650)
==77817==    by 0x677628: hba_getauthmethod (hba.c:2236)
==77817==    by 0x66F519: ClientAuthentication (auth.c:307)
==77817== 
==77822== Invalid read of size 8
==77822==    at 0x4C2E250: memcpy@@GLIBC_2.14 (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
==77822==    by 0x77304A: GetSnapshotData (procarray.c:1579)
==77822==    by 0x90FDB8: GetTransactionSnapshot (snapmgr.c:248)
==77822==    by 0x795A2F: exec_bind_message (postgres.c:1613)
==77822==    by 0x798DDC: PostgresMain (postgres.c:4078)
==77822==    by 0x724B27: BackendRun (postmaster.c:4237)
==77822==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77822==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77822==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77822==    by 0x67CC9D: main (main.c:223)
==77822==  Address 0x5c0bd10 is 5,600 bytes inside a block of size 8,192 free'd
==77822==    at 0x4C2AD17: free (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
==77822==    by 0x8F8B48: AllocSetDelete (aset.c:644)
==77822==    by 0x8F9667: MemoryContextDelete (mcxt.c:228)
==77822==    by 0x63D2DD: FreeExecutorState (execUtils.c:192)
==77822==    by 0x62BCA8: standard_ExecutorEnd (execMain.c:483)
==77822==    by 0x62BC28: ExecutorEnd (execMain.c:439)
==77822==    by 0x799CDE: ProcessQuery (pquery.c:226)
==77822==    by 0x79B252: PortalRunMulti (pquery.c:1275)
==77822==    by 0x79A8DC: PortalRun (pquery.c:812)
==77822==    by 0x7964AC: exec_execute_message (postgres.c:1990)
==77822==    by 0x798E41: PostgresMain (postgres.c:4095)
==77822==    by 0x724B27: BackendRun (postmaster.c:4237)
==77822== 
==77822== Invalid read of size 8
==77822==    at 0x4C2E250: memcpy@@GLIBC_2.14 (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
==77822==    by 0x77304A: GetSnapshotData (procarray.c:1579)
==77822==    by 0x90FDB8: GetTransactionSnapshot (snapmgr.c:248)
==77822==    by 0x79A22F: PortalStart (pquery.c:506)
==77822==    by 0x795F67: exec_bind_message (postgres.c:1798)
==77822==    by 0x798DDC: PostgresMain (postgres.c:4078)
==77822==    by 0x724B27: BackendRun (postmaster.c:4237)
==77822==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77822==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77822==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77822==    by 0x67CC9D: main (main.c:223)
==77822==  Address 0x5c0bd10 is 5,600 bytes inside a block of size 8,192 free'd
==77822==    at 0x4C2AD17: free (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
==77822==    by 0x8F8B48: AllocSetDelete (aset.c:644)
==77822==    by 0x8F9667: MemoryContextDelete (mcxt.c:228)
==77822==    by 0x63D2DD: FreeExecutorState (execUtils.c:192)
==77822==    by 0x62BCA8: standard_ExecutorEnd (execMain.c:483)
==77822==    by 0x62BC28: ExecutorEnd (execMain.c:439)
==77822==    by 0x799CDE: ProcessQuery (pquery.c:226)
==77822==    by 0x79B252: PortalRunMulti (pquery.c:1275)
==77822==    by 0x79A8DC: PortalRun (pquery.c:812)
==77822==    by 0x7964AC: exec_execute_message (postgres.c:1990)
==77822==    by 0x798E41: PostgresMain (postgres.c:4095)
==77822==    by 0x724B27: BackendRun (postmaster.c:4237)
==77822== 
==77817== Invalid write of size 8
==77817==    at 0x4C2E253: memcpy@@GLIBC_2.14 (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
==77817==    by 0x773303: GetSnapshotData (procarray.c:1698)
==77817==    by 0x90FD75: GetTransactionSnapshot (snapmgr.c:233)
==77817==    by 0x795A2F: exec_bind_message (postgres.c:1613)
==77817==    by 0x798DDC: PostgresMain (postgres.c:4078)
==77817==    by 0x724B27: BackendRun (postmaster.c:4237)
==77817==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77817==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77817==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77817==    by 0x67CC9D: main (main.c:223)
==77817==  Address 0x5c0bd10 is 16 bytes after a block of size 448 alloc'd
==77817==    at 0x4C29BFD: malloc (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
==77817==    by 0x772E51: GetSnapshotData (procarray.c:1535)
==77817==    by 0x90FEA0: GetNonHistoricCatalogSnapshot (snapmgr.c:328)
==77817==    by 0x90FE50: GetCatalogSnapshot (snapmgr.c:302)
==77817==    by 0x4B6380: systable_beginscan (genam.c:347)
==77817==    by 0x8B54F7: SearchCatCache (catcache.c:1241)
==77817==    by 0x8C56E6: SearchSysCache (syscache.c:981)
==77817==    by 0x8C5802: GetSysCacheOid (syscache.c:1059)
==77817==    by 0x7BA105: get_role_oid (acl.c:5116)
==77817==    by 0x67633C: check_hba (hba.c:1650)
==77817==    by 0x677628: hba_getauthmethod (hba.c:2236)
==77817==    by 0x66F519: ClientAuthentication (auth.c:307)
==77817== 
==77822== Invalid write of size 8
==77822==    at 0x4C2E253: memcpy@@GLIBC_2.14 (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
==77822==    by 0x773303: GetSnapshotData (procarray.c:1698)
==77822==    by 0x90FDB8: GetTransactionSnapshot (snapmgr.c:248)
==77822==    by 0x79B20C: PortalRunMulti (pquery.c:1266)
==77822==    by 0x79A8DC: PortalRun (pquery.c:812)
==77822==    by 0x7964AC: exec_execute_message (postgres.c:1990)
==77822==    by 0x798E41: PostgresMain (postgres.c:4095)
==77822==    by 0x724B27: BackendRun (postmaster.c:4237)
==77822==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77822==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77822==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77822==    by 0x67CC9D: main (main.c:223)
==77822==  Address 0x5c0bd10 is 5,600 bytes inside a block of size 8,192 free'd
==77822==    at 0x4C2AD17: free (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
==77822==    by 0x8F8B48: AllocSetDelete (aset.c:644)
==77822==    by 0x8F9667: MemoryContextDelete (mcxt.c:228)
==77822==    by 0x63D2DD: FreeExecutorState (execUtils.c:192)
==77822==    by 0x62BCA8: standard_ExecutorEnd (execMain.c:483)
==77822==    by 0x62BC28: ExecutorEnd (execMain.c:439)
==77822==    by 0x799CDE: ProcessQuery (pquery.c:226)
==77822==    by 0x79B252: PortalRunMulti (pquery.c:1275)
==77822==    by 0x79A8DC: PortalRun (pquery.c:812)
==77822==    by 0x7964AC: exec_execute_message (postgres.c:1990)
==77822==    by 0x798E41: PostgresMain (postgres.c:4095)
==77822==    by 0x724B27: BackendRun (postmaster.c:4237)
==77822== 
==77817== Invalid write of size 2
==77817==    at 0x4C2E2A3: memcpy@@GLIBC_2.14 (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
==77817==    by 0x773303: GetSnapshotData (procarray.c:1698)
==77817==    by 0x90FDB8: GetTransactionSnapshot (snapmgr.c:248)
==77817==    by 0x795A2F: exec_bind_message (postgres.c:1613)
==77817==    by 0x798DDC: PostgresMain (postgres.c:4078)
==77817==    by 0x724B27: BackendRun (postmaster.c:4237)
==77817==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77817==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77817==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77817==    by 0x67CC9D: main (main.c:223)
==77817==  Address 0x5c0bd10 is 16 bytes after a block of size 448 alloc'd
==77817==    at 0x4C29BFD: malloc (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
==77817==    by 0x772E51: GetSnapshotData (procarray.c:1535)
==77817==    by 0x90FEA0: GetNonHistoricCatalogSnapshot (snapmgr.c:328)
==77817==    by 0x90FE50: GetCatalogSnapshot (snapmgr.c:302)
==77817==    by 0x4B6380: systable_beginscan (genam.c:347)
==77817==    by 0x8B54F7: SearchCatCache (catcache.c:1241)
==77817==    by 0x8C56E6: SearchSysCache (syscache.c:981)
==77817==    by 0x8C5802: GetSysCacheOid (syscache.c:1059)
==77817==    by 0x7BA105: get_role_oid (acl.c:5116)
==77817==    by 0x67633C: check_hba (hba.c:1650)
==77817==    by 0x677628: hba_getauthmethod (hba.c:2236)
==77817==    by 0x66F519: ClientAuthentication (auth.c:307)
==77817== 
==77966== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77966==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77966==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77966==    by 0x719365: pgstat_report_autovac (pgstat.c:1320)
==77966==    by 0x711D56: AutoVacWorkerMain (autovacuum.c:1627)
==77966==    by 0x711A6C: StartAutoVacWorker (autovacuum.c:1454)
==77966==    by 0x7253E9: StartAutovacuumWorker (postmaster.c:5291)
==77966==    by 0x724D1E: sigusr1_handler (postmaster.c:4975)
==77966==    by 0x557864F: ??? (in /usr/lib64/libc-2.17.so)
==77966==    by 0x56308D2: __select_nocancel (in /usr/lib64/libc-2.17.so)
==77966==    by 0x720BD5: ServerLoop (postmaster.c:1648)
==77966==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77966==    by 0x67CC9D: main (main.c:223)
==77966==  Address 0xffeffec1c is on thread 1's stack
==77966==  in frame #2, created by pgstat_report_autovac (pgstat.c:1310)
==77966== 
==77966== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77966==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77966==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77966==    by 0x7196B4: pgstat_send_inquiry (pgstat.c:1493)
==77966==    by 0x71DF22: backend_read_statsfile (pgstat.c:4608)
==77966==    by 0x71A994: pgstat_fetch_stat_dbentry (pgstat.c:2283)
==77966==    by 0x7123C6: do_autovacuum (autovacuum.c:1914)
==77966==    by 0x711E1B: AutoVacWorkerMain (autovacuum.c:1647)
==77966==    by 0x711A6C: StartAutoVacWorker (autovacuum.c:1454)
==77966==    by 0x7253E9: StartAutovacuumWorker (postmaster.c:5291)
==77966==    by 0x724D1E: sigusr1_handler (postmaster.c:4975)
==77966==    by 0x557864F: ??? (in /usr/lib64/libc-2.17.so)
==77966==    by 0x56308D2: __select_nocancel (in /usr/lib64/libc-2.17.so)
==77966==  Address 0xffeffe8cc is on thread 1's stack
==77966==  in frame #2, created by pgstat_send_inquiry (pgstat.c:1486)
==77966== 
==77966== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77966==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77966==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77966==    by 0x7193F4: pgstat_report_vacuum (pgstat.c:1346)
==77966==    by 0x623359: lazy_vacuum_rel (vacuumlazy.c:325)
==77966==    by 0x622D10: vacuum_rel (vacuum.c:1375)
==77966==    by 0x6217B3: vacuum (vacuum.c:296)
==77966==    by 0x713A7A: autovacuum_do_vac_analyze (autovacuum.c:2807)
==77966==    by 0x712F84: do_autovacuum (autovacuum.c:2328)
==77966==    by 0x711E1B: AutoVacWorkerMain (autovacuum.c:1647)
==77966==    by 0x711A6C: StartAutoVacWorker (autovacuum.c:1454)
==77966==    by 0x7253E9: StartAutovacuumWorker (postmaster.c:5291)
==77966==    by 0x724D1E: sigusr1_handler (postmaster.c:4975)
==77966==  Address 0xffeffe501 is on thread 1's stack
==77966==  in frame #2, created by pgstat_report_vacuum (pgstat.c:1333)
==77966== 
==77966== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77966==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77966==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77966==    by 0x71953A: pgstat_report_analyze (pgstat.c:1397)
==77966==    by 0x5A4906: do_analyze_rel (analyze.c:611)
==77966==    by 0x5A3C9B: analyze_rel (analyze.c:257)
==77966==    by 0x621818: vacuum (vacuum.c:313)
==77966==    by 0x713A7A: autovacuum_do_vac_analyze (autovacuum.c:2807)
==77966==    by 0x712F84: do_autovacuum (autovacuum.c:2328)
==77966==    by 0x711E1B: AutoVacWorkerMain (autovacuum.c:1647)
==77966==    by 0x711A6C: StartAutoVacWorker (autovacuum.c:1454)
==77966==    by 0x7253E9: StartAutovacuumWorker (postmaster.c:5291)
==77966==    by 0x724D1E: sigusr1_handler (postmaster.c:4975)
==77966==  Address 0xffeffe451 is on thread 1's stack
==77966==  in frame #2, created by pgstat_report_analyze (pgstat.c:1358)
==77966== 
==77966== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77966==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77966==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77966==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77966==    by 0x718681: pgstat_report_stat (pgstat.c:811)
==77966==    by 0x71B43F: pgstat_beshutdown_hook (pgstat.c:2763)
==77966==    by 0x7709A0: shmem_exit (ipc.c:261)
==77966==    by 0x7707FE: proc_exit_prepare (ipc.c:185)
==77966==    by 0x77076C: proc_exit (ipc.c:102)
==77966==    by 0x711E25: AutoVacWorkerMain (autovacuum.c:1656)
==77966==    by 0x711A6C: StartAutoVacWorker (autovacuum.c:1454)
==77966==    by 0x7253E9: StartAutovacuumWorker (postmaster.c:5291)
==77966==    by 0x724D1E: sigusr1_handler (postmaster.c:4975)
==77966==  Address 0xffeffe7cc is on thread 1's stack
==77966==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77966== 
==77966== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77966==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77966==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77966==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77966==    by 0x718794: pgstat_report_stat (pgstat.c:827)
==77966==    by 0x71B43F: pgstat_beshutdown_hook (pgstat.c:2763)
==77966==    by 0x7709A0: shmem_exit (ipc.c:261)
==77966==    by 0x7707FE: proc_exit_prepare (ipc.c:185)
==77966==    by 0x77076C: proc_exit (ipc.c:102)
==77966==    by 0x711E25: AutoVacWorkerMain (autovacuum.c:1656)
==77966==    by 0x711A6C: StartAutoVacWorker (autovacuum.c:1454)
==77966==    by 0x7253E9: StartAutovacuumWorker (postmaster.c:5291)
==77966==    by 0x724D1E: sigusr1_handler (postmaster.c:4975)
==77966==  Address 0xffeffe7cc is on thread 1's stack
==77966==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77966== 
==77966== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77966==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77966==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77966==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77966==    by 0x7187AD: pgstat_report_stat (pgstat.c:829)
==77966==    by 0x71B43F: pgstat_beshutdown_hook (pgstat.c:2763)
==77966==    by 0x7709A0: shmem_exit (ipc.c:261)
==77966==    by 0x7707FE: proc_exit_prepare (ipc.c:185)
==77966==    by 0x77076C: proc_exit (ipc.c:102)
==77966==    by 0x711E25: AutoVacWorkerMain (autovacuum.c:1656)
==77966==    by 0x711A6C: StartAutoVacWorker (autovacuum.c:1454)
==77966==    by 0x7253E9: StartAutovacuumWorker (postmaster.c:5291)
==77966==    by 0x724D1E: sigusr1_handler (postmaster.c:4975)
==77966==  Address 0xffeffe41c is on thread 1's stack
==77966==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77966== 
==77966== 
==77966== HEAP SUMMARY:
==77966==     in use at exit: 1,138,670 bytes in 307 blocks
==77966==   total heap usage: 1,050 allocs, 743 frees, 11,988,544 bytes allocated
==77966== 
==77966== LEAK SUMMARY:
==77966==    definitely lost: 443 bytes in 2 blocks
==77966==    indirectly lost: 3,182 bytes in 48 blocks
==77966==      possibly lost: 192 bytes in 4 blocks
==77966==    still reachable: 1,134,853 bytes in 253 blocks
==77966==         suppressed: 0 bytes in 0 blocks
==77966== Rerun with --leak-check=full to see details of leaked memory
==77966== 
==77966== For counts of detected and suppressed errors, rerun with: -v
==77966== Use --track-origins=yes to see where uninitialised values come from
==77966== ERROR SUMMARY: 15 errors from 7 contexts (suppressed: 2 from 2)
==77822== Invalid write of size 8
==77822==    at 0x4C2E253: memcpy@@GLIBC_2.14 (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
==77822==    by 0x773303: GetSnapshotData (procarray.c:1698)
==77822==    by 0x90FD75: GetTransactionSnapshot (snapmgr.c:233)
==77822==    by 0x795A2F: exec_bind_message (postgres.c:1613)
==77822==    by 0x798DDC: PostgresMain (postgres.c:4078)
==77822==    by 0x724B27: BackendRun (postmaster.c:4237)
==77822==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77822==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77822==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77822==    by 0x67CC9D: main (main.c:223)
==77822==  Address 0x5c0bd10 is 5,600 bytes inside a block of size 8,192 free'd
==77822==    at 0x4C2AD17: free (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
==77822==    by 0x8F8B48: AllocSetDelete (aset.c:644)
==77822==    by 0x8F9667: MemoryContextDelete (mcxt.c:228)
==77822==    by 0x470581: printtup_shutdown (printtup.c:473)
==77822==    by 0x62BAB3: standard_ExecutorRun (execMain.c:351)
==77822==    by 0x62B98B: ExecutorRun (execMain.c:286)
==77822==    by 0x79AB30: PortalRunSelect (pquery.c:942)
==77822==    by 0x79A812: PortalRun (pquery.c:786)
==77822==    by 0x7964AC: exec_execute_message (postgres.c:1990)
==77822==    by 0x798E41: PostgresMain (postgres.c:4095)
==77822==    by 0x724B27: BackendRun (postmaster.c:4237)
==77822==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77822== 
==77873== Source and destination overlap in memcpy(0x5c08020, 0x5c08020, 4)
==77873==    at 0x4C2E1DC: memcpy@@GLIBC_2.14 (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
==77873==    by 0x773303: GetSnapshotData (procarray.c:1698)
==77873==    by 0x90FD75: GetTransactionSnapshot (snapmgr.c:233)
==77873==    by 0x795A2F: exec_bind_message (postgres.c:1613)
==77873==    by 0x798DDC: PostgresMain (postgres.c:4078)
==77873==    by 0x724B27: BackendRun (postmaster.c:4237)
==77873==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77873==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77873==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77873==    by 0x67CC9D: main (main.c:223)
==77873== 
==77985== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77985==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77985==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77985==    by 0x719365: pgstat_report_autovac (pgstat.c:1320)
==77985==    by 0x711D56: AutoVacWorkerMain (autovacuum.c:1627)
==77985==    by 0x711A6C: StartAutoVacWorker (autovacuum.c:1454)
==77985==    by 0x7253E9: StartAutovacuumWorker (postmaster.c:5291)
==77985==    by 0x724D1E: sigusr1_handler (postmaster.c:4975)
==77985==    by 0x557864F: ??? (in /usr/lib64/libc-2.17.so)
==77985==    by 0x56308D2: __select_nocancel (in /usr/lib64/libc-2.17.so)
==77985==    by 0x720BD5: ServerLoop (postmaster.c:1648)
==77985==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77985==    by 0x67CC9D: main (main.c:223)
==77985==  Address 0xffeffec1c is on thread 1's stack
==77985==  in frame #2, created by pgstat_report_autovac (pgstat.c:1310)
==77985== 
==77985== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77985==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77985==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77985==    by 0x7196B4: pgstat_send_inquiry (pgstat.c:1493)
==77985==    by 0x71DF22: backend_read_statsfile (pgstat.c:4608)
==77985==    by 0x71A994: pgstat_fetch_stat_dbentry (pgstat.c:2283)
==77985==    by 0x7123C6: do_autovacuum (autovacuum.c:1914)
==77985==    by 0x711E1B: AutoVacWorkerMain (autovacuum.c:1647)
==77985==    by 0x711A6C: StartAutoVacWorker (autovacuum.c:1454)
==77985==    by 0x7253E9: StartAutovacuumWorker (postmaster.c:5291)
==77985==    by 0x724D1E: sigusr1_handler (postmaster.c:4975)
==77985==    by 0x557864F: ??? (in /usr/lib64/libc-2.17.so)
==77985==    by 0x56308D2: __select_nocancel (in /usr/lib64/libc-2.17.so)
==77985==  Address 0xffeffe8cc is on thread 1's stack
==77985==  in frame #2, created by pgstat_send_inquiry (pgstat.c:1486)
==77985== 
==77985== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77985==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77985==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77985==    by 0x7193F4: pgstat_report_vacuum (pgstat.c:1346)
==77985==    by 0x623359: lazy_vacuum_rel (vacuumlazy.c:325)
==77985==    by 0x622D10: vacuum_rel (vacuum.c:1375)
==77985==    by 0x6217B3: vacuum (vacuum.c:296)
==77985==    by 0x713A7A: autovacuum_do_vac_analyze (autovacuum.c:2807)
==77985==    by 0x712F84: do_autovacuum (autovacuum.c:2328)
==77985==    by 0x711E1B: AutoVacWorkerMain (autovacuum.c:1647)
==77985==    by 0x711A6C: StartAutoVacWorker (autovacuum.c:1454)
==77985==    by 0x7253E9: StartAutovacuumWorker (postmaster.c:5291)
==77985==    by 0x724D1E: sigusr1_handler (postmaster.c:4975)
==77985==  Address 0xffeffe501 is on thread 1's stack
==77985==  in frame #2, created by pgstat_report_vacuum (pgstat.c:1333)
==77985== 
==77985== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77985==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77985==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77985==    by 0x71953A: pgstat_report_analyze (pgstat.c:1397)
==77985==    by 0x5A4906: do_analyze_rel (analyze.c:611)
==77985==    by 0x5A3C9B: analyze_rel (analyze.c:257)
==77985==    by 0x621818: vacuum (vacuum.c:313)
==77985==    by 0x713A7A: autovacuum_do_vac_analyze (autovacuum.c:2807)
==77985==    by 0x712F84: do_autovacuum (autovacuum.c:2328)
==77985==    by 0x711E1B: AutoVacWorkerMain (autovacuum.c:1647)
==77985==    by 0x711A6C: StartAutoVacWorker (autovacuum.c:1454)
==77985==    by 0x7253E9: StartAutovacuumWorker (postmaster.c:5291)
==77985==    by 0x724D1E: sigusr1_handler (postmaster.c:4975)
==77985==  Address 0xffeffe451 is on thread 1's stack
==77985==  in frame #2, created by pgstat_report_analyze (pgstat.c:1358)
==77985== 
==77985== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77985==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77985==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77985==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77985==    by 0x718681: pgstat_report_stat (pgstat.c:811)
==77985==    by 0x71B43F: pgstat_beshutdown_hook (pgstat.c:2763)
==77985==    by 0x7709A0: shmem_exit (ipc.c:261)
==77985==    by 0x7707FE: proc_exit_prepare (ipc.c:185)
==77985==    by 0x77076C: proc_exit (ipc.c:102)
==77985==    by 0x711E25: AutoVacWorkerMain (autovacuum.c:1656)
==77985==    by 0x711A6C: StartAutoVacWorker (autovacuum.c:1454)
==77985==    by 0x7253E9: StartAutovacuumWorker (postmaster.c:5291)
==77985==    by 0x724D1E: sigusr1_handler (postmaster.c:4975)
==77985==  Address 0xffeffe7cc is on thread 1's stack
==77985==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77985== 
==77985== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77985==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77985==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77985==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77985==    by 0x718794: pgstat_report_stat (pgstat.c:827)
==77985==    by 0x71B43F: pgstat_beshutdown_hook (pgstat.c:2763)
==77985==    by 0x7709A0: shmem_exit (ipc.c:261)
==77985==    by 0x7707FE: proc_exit_prepare (ipc.c:185)
==77985==    by 0x77076C: proc_exit (ipc.c:102)
==77985==    by 0x711E25: AutoVacWorkerMain (autovacuum.c:1656)
==77985==    by 0x711A6C: StartAutoVacWorker (autovacuum.c:1454)
==77985==    by 0x7253E9: StartAutovacuumWorker (postmaster.c:5291)
==77985==    by 0x724D1E: sigusr1_handler (postmaster.c:4975)
==77985==  Address 0xffeffe7cc is on thread 1's stack
==77985==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77985== 
==77985== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==77985==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==77985==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==77985==    by 0x7188B2: pgstat_send_tabstat (pgstat.c:876)
==77985==    by 0x7187AD: pgstat_report_stat (pgstat.c:829)
==77985==    by 0x71B43F: pgstat_beshutdown_hook (pgstat.c:2763)
==77985==    by 0x7709A0: shmem_exit (ipc.c:261)
==77985==    by 0x7707FE: proc_exit_prepare (ipc.c:185)
==77985==    by 0x77076C: proc_exit (ipc.c:102)
==77985==    by 0x711E25: AutoVacWorkerMain (autovacuum.c:1656)
==77985==    by 0x711A6C: StartAutoVacWorker (autovacuum.c:1454)
==77985==    by 0x7253E9: StartAutovacuumWorker (postmaster.c:5291)
==77985==    by 0x724D1E: sigusr1_handler (postmaster.c:4975)
==77985==  Address 0xffeffe41c is on thread 1's stack
==77985==  in frame #3, created by pgstat_report_stat (pgstat.c:744)
==77985== 
==77985== 
==77985== HEAP SUMMARY:
==77985==     in use at exit: 1,138,650 bytes in 306 blocks
==77985==   total heap usage: 1,031 allocs, 725 frees, 17,393,490 bytes allocated
==77985== 
==77985== LEAK SUMMARY:
==77985==    definitely lost: 443 bytes in 2 blocks
==77985==    indirectly lost: 3,182 bytes in 48 blocks
==77985==      possibly lost: 192 bytes in 4 blocks
==77985==    still reachable: 1,134,833 bytes in 252 blocks
==77985==         suppressed: 0 bytes in 0 blocks
==77985== Rerun with --leak-check=full to see details of leaked memory
==77985== 
==77985== For counts of detected and suppressed errors, rerun with: -v
==77985== Use --track-origins=yes to see where uninitialised values come from
==77985== ERROR SUMMARY: 15 errors from 7 contexts (suppressed: 2 from 2)
==77822== Invalid write of size 8
==77822==    at 0x4C2E253: memcpy@@GLIBC_2.14 (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
==77822==    by 0x773303: GetSnapshotData (procarray.c:1698)
==77822==    by 0x90FDB8: GetTransactionSnapshot (snapmgr.c:248)
==77822==    by 0x79A22F: PortalStart (pquery.c:506)
==77822==    by 0x795F67: exec_bind_message (postgres.c:1798)
==77822==    by 0x798DDC: PostgresMain (postgres.c:4078)
==77822==    by 0x724B27: BackendRun (postmaster.c:4237)
==77822==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77822==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77822==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77822==    by 0x67CC9D: main (main.c:223)
==77822==  Address 0x5c0bd10 is 5,600 bytes inside a block of size 8,192 free'd
==77822==    at 0x4C2AD17: free (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
==77822==    by 0x8F8B48: AllocSetDelete (aset.c:644)
==77822==    by 0x8F9667: MemoryContextDelete (mcxt.c:228)
==77822==    by 0x63D2DD: FreeExecutorState (execUtils.c:192)
==77822==    by 0x62BCA8: standard_ExecutorEnd (execMain.c:483)
==77822==    by 0x62BC28: ExecutorEnd (execMain.c:439)
==77822==    by 0x799CDE: ProcessQuery (pquery.c:226)
==77822==    by 0x79B252: PortalRunMulti (pquery.c:1275)
==77822==    by 0x79A8DC: PortalRun (pquery.c:812)
==77822==    by 0x7964AC: exec_execute_message (postgres.c:1990)
==77822==    by 0x798E41: PostgresMain (postgres.c:4095)
==77822==    by 0x724B27: BackendRun (postmaster.c:4237)
==77822== 
==77817== Invalid write of size 2
==77817==    at 0x4C2E2A3: memcpy@@GLIBC_2.14 (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
==77817==    by 0x773303: GetSnapshotData (procarray.c:1698)
==77817==    by 0x90FDB8: GetTransactionSnapshot (snapmgr.c:248)
==77817==    by 0x79A22F: PortalStart (pquery.c:506)
==77817==    by 0x795F67: exec_bind_message (postgres.c:1798)
==77817==    by 0x798DDC: PostgresMain (postgres.c:4078)
==77817==    by 0x724B27: BackendRun (postmaster.c:4237)
==77817==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77817==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77817==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77817==    by 0x67CC9D: main (main.c:223)
==77817==  Address 0x5c0bd10 is 16 bytes after a block of size 448 alloc'd
==77817==    at 0x4C29BFD: malloc (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
==77817==    by 0x772E51: GetSnapshotData (procarray.c:1535)
==77817==    by 0x90FEA0: GetNonHistoricCatalogSnapshot (snapmgr.c:328)
==77817==    by 0x90FE50: GetCatalogSnapshot (snapmgr.c:302)
==77817==    by 0x4B6380: systable_beginscan (genam.c:347)
==77817==    by 0x8B54F7: SearchCatCache (catcache.c:1241)
==77817==    by 0x8C56E6: SearchSysCache (syscache.c:981)
==77817==    by 0x8C5802: GetSysCacheOid (syscache.c:1059)
==77817==    by 0x7BA105: get_role_oid (acl.c:5116)
==77817==    by 0x67633C: check_hba (hba.c:1650)
==77817==    by 0x677628: hba_getauthmethod (hba.c:2236)
==77817==    by 0x66F519: ClientAuthentication (auth.c:307)
==77817== 

valgrind: m_mallocfree.c:304 (get_bszB_as_is): Assertion 'bszB_lo == bszB_hi' failed.
valgrind: Heap block lo/hi size mismatch: lo = 512, hi = 60156.
This is probably caused by your program erroneously writing past the
end of a heap block and corrupting heap metadata.  If you fix any
invalid writes reported by Memcheck, this assertion failure will
probably go away.  Please try that before reporting this as a bug.


host stacktrace:
==77817==    at 0x3805D4C6: ??? (in /usr/lib64/valgrind/memcheck-amd64-linux)
==77817==    by 0x3805D5F4: ??? (in /usr/lib64/valgrind/memcheck-amd64-linux)
==77817==    by 0x3805D776: ??? (in /usr/lib64/valgrind/memcheck-amd64-linux)
==77817==    by 0x3806935B: ??? (in /usr/lib64/valgrind/memcheck-amd64-linux)
==77817==    by 0x3802C4B5: ??? (in /usr/lib64/valgrind/memcheck-amd64-linux)
==77817==    by 0x3802C6AB: ??? (in /usr/lib64/valgrind/memcheck-amd64-linux)
==77817==    by 0x3802C827: ??? (in /usr/lib64/valgrind/memcheck-amd64-linux)
==77817==    by 0x380AEBE5: ??? (in /usr/lib64/valgrind/memcheck-amd64-linux)
==77817==    by 0x380BD6AC: ??? (in /usr/lib64/valgrind/memcheck-amd64-linux)

sched status:
  running_tid=1

Thread 1: status = VgTs_Runnable
==77817==    at 0x4C29BFD: malloc (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
==77817==    by 0x8F8E93: AllocSetAlloc (aset.c:853)
==77817==    by 0x8F9DF0: MemoryContextAlloc (mcxt.c:764)
==77817==    by 0x8FAA78: MemoryContextStrdup (mcxt.c:1154)
==77817==    by 0x8FAABB: pstrdup (mcxt.c:1164)
==77817==    by 0x7959CE: exec_bind_message (postgres.c:1594)
==77817==    by 0x798DDC: PostgresMain (postgres.c:4078)
==77817==    by 0x724B27: BackendRun (postmaster.c:4237)
==77817==    by 0x7242BB: BackendStartup (postmaster.c:3913)
==77817==    by 0x720CF9: ServerLoop (postmaster.c:1684)
==77817==    by 0x720380: PostmasterMain (postmaster.c:1292)
==77817==    by 0x67CC9D: main (main.c:223)


Note: see also the FAQ in the source distribution.
It contains workarounds to several common problems.
In particular, if Valgrind aborted or crashed after
identifying problems in your program, there's a good chance
that fixing those problems will prevent Valgrind aborting or
crashing, especially if it happened in m_mallocfree.c.

If that doesn't help, please report this bug to: www.valgrind.org

In the bug report, send all the above text, the valgrind
version, and what OS and version you are using.  Thanks.

LOG:  server process (PID 77817) exited with exit code 1
DETAIL:  Failed process was running: SELECT abalance FROM pgbench_accounts WHERE aid = $1;
LOG:  terminating any other active server processes
WARNING:  terminating connection because of crash of another server process
DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
HINT:  In a moment you should be able to reconnect to the database and repeat your command.
WARNING:  terminating connection because of crash of another server process
DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
HINT:  In a moment you should be able to reconnect to the database and repeat your command.
WARNING:  terminating connection because of crash of another server process
DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
HINT:  In a moment you should be able to reconnect to the database and repeat your command.
WARNING:  terminating connection because of crash of another server process
DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
HINT:  In a moment you should be able to reconnect to the database and repeat your command.
==77873== 
==77873== HEAP SUMMARY:
==77873==     in use at exit: 1,195,071 bytes in 412 blocks
==77873==   total heap usage: 319,310 allocs, 318,898 frees, 2,371,400,805 bytes allocated
==77873== 
==77644== 
==77644== HEAP SUMMARY:
==77644==     in use at exit: 254,597 bytes in 153 blocks
==77644==   total heap usage: 359 allocs, 206 frees, 747,344 bytes allocated
==77644== 
==77644== LEAK SUMMARY:
==77644==    definitely lost: 443 bytes in 2 blocks
==77644==    indirectly lost: 3,182 bytes in 48 blocks
==77644==      possibly lost: 0 bytes in 0 blocks
==77644==    still reachable: 250,972 bytes in 103 blocks
==77644==         suppressed: 0 bytes in 0 blocks
==77644== Rerun with --leak-check=full to see details of leaked memory
==77644== 
==77644== For counts of detected and suppressed errors, rerun with: -v
==77644== Use --track-origins=yes to see where uninitialised values come from
==77644== ERROR SUMMARY: 43 errors from 2 contexts (suppressed: 2 from 2)
==77640== 
==77640== HEAP SUMMARY:
==77640==     in use at exit: 270,673 bytes in 159 blocks
==77640==   total heap usage: 372 allocs, 213 frees, 2,509,112 bytes allocated
==77640== 
==77641== 
==77641== HEAP SUMMARY:
==77641==     in use at exit: 221,632 bytes in 161 blocks
==77641==   total heap usage: 352 allocs, 191 frees, 703,912 bytes allocated
==77641== 
==77643== 
==77643== HEAP SUMMARY:
==77643==     in use at exit: 559,122 bytes in 176 blocks
==77643==   total heap usage: 384 allocs, 208 frees, 1,282,925 bytes allocated
==77643== 
==77898== 
==77898== HEAP SUMMARY:
==77898==     in use at exit: 1,195,199 bytes in 433 blocks
==77898==   total heap usage: 319,421 allocs, 318,988 frees, 2,371,826,405 bytes allocated
==77898== 
==77642== 
==77642== HEAP SUMMARY:
==77642==     in use at exit: 178,469 bytes in 145 blocks
==77642==   total heap usage: 315 allocs, 170 frees, 660,328 bytes allocated
==77642== 
==77822== 
==77822== HEAP SUMMARY:
==77822==     in use at exit: 1,192,575 bytes in 358 blocks
==77822==   total heap usage: 318,297 allocs, 317,939 frees, 2,364,387,946 bytes allocated
==77822== 
==77873== LEAK SUMMARY:
==77873==    definitely lost: 443 bytes in 2 blocks
==77873==    indirectly lost: 3,182 bytes in 48 blocks
==77873==      possibly lost: 3,840 bytes in 80 blocks
==77873==    still reachable: 1,187,606 bytes in 282 blocks
==77873==         suppressed: 0 bytes in 0 blocks
==77873== Rerun with --leak-check=full to see details of leaked memory
==77873== 
==77873== For counts of detected and suppressed errors, rerun with: -v
==77873== Use --track-origins=yes to see where uninitialised values come from
==77873== ERROR SUMMARY: 1710 errors from 11 contexts (suppressed: 2 from 2)
==77898== LEAK SUMMARY:
==77898==    definitely lost: 443 bytes in 2 blocks
==77898==    indirectly lost: 3,182 bytes in 48 blocks
==77898==      possibly lost: 5,040 bytes in 105 blocks
==77898==    still reachable: 1,186,534 bytes in 278 blocks
==77898==         suppressed: 0 bytes in 0 blocks
==77898== Rerun with --leak-check=full to see details of leaked memory
==77898== 
==77898== For counts of detected and suppressed errors, rerun with: -v
==77898== Use --track-origins=yes to see where uninitialised values come from
==77898== ERROR SUMMARY: 1606 errors from 11 contexts (suppressed: 2 from 2)
==77641== LEAK SUMMARY:
==77641==    definitely lost: 443 bytes in 2 blocks
==77641==    indirectly lost: 3,182 bytes in 48 blocks
==77641==      possibly lost: 0 bytes in 0 blocks
==77641==    still reachable: 218,007 bytes in 111 blocks
==77641==         suppressed: 0 bytes in 0 blocks
==77641== Rerun with --leak-check=full to see details of leaked memory
==77641== 
==77641== For counts of detected and suppressed errors, rerun with: -v
==77641== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 2 from 2)
==77643== LEAK SUMMARY:
==77643==    definitely lost: 443 bytes in 2 blocks
==77643==    indirectly lost: 3,182 bytes in 48 blocks
==77643==      possibly lost: 0 bytes in 0 blocks
==77643==    still reachable: 555,497 bytes in 126 blocks
==77643==         suppressed: 0 bytes in 0 blocks
==77643== Rerun with --leak-check=full to see details of leaked memory
==77643== 
==77643== For counts of detected and suppressed errors, rerun with: -v
==77643== Use --track-origins=yes to see where uninitialised values come from
==77643== ERROR SUMMARY: 4 errors from 1 contexts (suppressed: 2 from 2)
==77640== LEAK SUMMARY:
==77640==    definitely lost: 443 bytes in 2 blocks
==77640==    indirectly lost: 3,182 bytes in 48 blocks
==77640==      possibly lost: 0 bytes in 0 blocks
==77640==    still reachable: 267,048 bytes in 109 blocks
==77640==         suppressed: 0 bytes in 0 blocks
==77640== Rerun with --leak-check=full to see details of leaked memory
==77640== 
==77640== For counts of detected and suppressed errors, rerun with: -v
==77640== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 2 from 2)
==77822== LEAK SUMMARY:
==77822==    definitely lost: 443 bytes in 2 blocks
==77822==    indirectly lost: 3,182 bytes in 48 blocks
==77822==      possibly lost: 1,392 bytes in 29 blocks
==77822==    still reachable: 1,187,558 bytes in 279 blocks
==77822==         suppressed: 0 bytes in 0 blocks
==77822== Rerun with --leak-check=full to see details of leaked memory
==77822== 
==77822== For counts of detected and suppressed errors, rerun with: -v
==77822== Use --track-origins=yes to see where uninitialised values come from
==77822== ERROR SUMMARY: 4172 errors from 26 contexts (suppressed: 2 from 2)
==77642== LEAK SUMMARY:
==77642==    definitely lost: 443 bytes in 2 blocks
==77642==    indirectly lost: 3,182 bytes in 48 blocks
==77642==      possibly lost: 0 bytes in 0 blocks
==77642==    still reachable: 174,844 bytes in 95 blocks
==77642==         suppressed: 0 bytes in 0 blocks
==77642== Rerun with --leak-check=full to see details of leaked memory
==77642== 
==77642== For counts of detected and suppressed errors, rerun with: -v
==77642== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 2 from 2)
LOG:  all server processes terminated; reinitializing
LOG:  database system was interrupted; last known up at 2015-12-16 22:43:33 PST
LOG:  database system was not properly shut down; automatic recovery in progress
LOG:  redo starts at 0/1C007F98
LOG:  invalid record length at 0/36571FF0
LOG:  redo done at 0/36571FC8
LOG:  last completed transaction was at log time 2015-12-16 22:44:43.189879-08
LOG:  MultiXact member wraparound protections are now enabled
==77999== 
==77999== HEAP SUMMARY:
==77999==     in use at exit: 254,536 bytes in 171 blocks
==77999==   total heap usage: 714 allocs, 543 frees, 3,610,513 bytes allocated
==77999== 
==77999== LEAK SUMMARY:
==77999==    definitely lost: 443 bytes in 2 blocks
==77999==    indirectly lost: 3,182 bytes in 48 blocks
==77999==      possibly lost: 0 bytes in 0 blocks
==77999==    still reachable: 250,911 bytes in 121 blocks
==77999==         suppressed: 0 bytes in 0 blocks
==77999== Rerun with --leak-check=full to see details of leaked memory
==77999== 
==77999== For counts of detected and suppressed errors, rerun with: -v
==77999== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 2 from 2)
LOG:  database system is ready to accept connections
LOG:  autovacuum launcher started
==78027== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
==78027==    at 0x563A16D: send (in /usr/lib64/libc-2.17.so)
==78027==    by 0x71BB7D: pgstat_send (pgstat.c:3240)
==78027==    by 0x7196B4: pgstat_send_inquiry (pgstat.c:1493)
==78027==    by 0x71DF22: backend_read_statsfile (pgstat.c:4608)
==78027==    by 0x71A994: pgstat_fetch_stat_dbentry (pgstat.c:2283)
==78027==    by 0x7111B8: rebuild_database_list (autovacuum.c:979)
==78027==    by 0x710A39: AutoVacLauncherMain (autovacuum.c:572)
==78027==    by 0x710722: StartAutoVacLauncher (autovacuum.c:388)
==78027==    by 0x722806: reaper (postmaster.c:2777)
==78027==    by 0x557864F: ??? (in /usr/lib64/libc-2.17.so)
==78027==    by 0x56308D2: __select_nocancel (in /usr/lib64/libc-2.17.so)
==78027==    by 0x720BD5: ServerLoop (postmaster.c:1648)
==78027==  Address 0xffeffea2c is on thread 1's stack
==78027==  in frame #2, created by pgstat_send_inquiry (pgstat.c:1486)
==78027== 
LOG:  received fast shutdown request
LOG:  aborting any active transactions
LOG:  autovacuum launcher shutting down
==78025== 
==78025== HEAP SUMMARY:
==78025==     in use at exit: 128,709 bytes in 143 blocks
==78025==   total heap usage: 577 allocs, 434 frees, 714,704 bytes allocated
==78025== 
==78026== 
==78026== HEAP SUMMARY:
==78026==     in use at exit: 178,469 bytes in 145 blocks
==78026==   total heap usage: 579 allocs, 434 frees, 764,464 bytes allocated
==78026== 
==78027== 
==78027== HEAP SUMMARY:
==78027==     in use at exit: 518,162 bytes in 171 blocks
==78027==   total heap usage: 615 allocs, 444 frees, 1,161,333 bytes allocated
==78027== 
==78027== LEAK SUMMARY:
==78027==    definitely lost: 443 bytes in 2 blocks
==78027==    indirectly lost: 3,182 bytes in 48 blocks
==78027==      possibly lost: 0 bytes in 0 blocks
==78027==    still reachable: 514,537 bytes in 121 blocks
==78027==         suppressed: 0 bytes in 0 blocks
==78027== Rerun with --leak-check=full to see details of leaked memory
==78027== 
==78027== For counts of detected and suppressed errors, rerun with: -v
==78027== Use --track-origins=yes to see where uninitialised values come from
==78027== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 2 from 2)
==78025== LEAK SUMMARY:
==78025==    definitely lost: 443 bytes in 2 blocks
==78025==    indirectly lost: 3,182 bytes in 48 blocks
==78025==      possibly lost: 0 bytes in 0 blocks
==78025==    still reachable: 125,084 bytes in 93 blocks
==78025==         suppressed: 0 bytes in 0 blocks
==78025== Rerun with --leak-check=full to see details of leaked memory
==78025== 
==78025== For counts of detected and suppressed errors, rerun with: -v
==78025== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 2 from 2)
==78026== LEAK SUMMARY:
==78026==    definitely lost: 443 bytes in 2 blocks
==78026==    indirectly lost: 3,182 bytes in 48 blocks
==78026==      possibly lost: 0 bytes in 0 blocks
==78026==    still reachable: 174,844 bytes in 95 blocks
==78026==         suppressed: 0 bytes in 0 blocks
==78026== Rerun with --leak-check=full to see details of leaked memory
==78026== 
==78026== For counts of detected and suppressed errors, rerun with: -v
==78026== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 2 from 2)
LOG:  shutting down
LOG:  database system is shut down
==78024== 
==78024== HEAP SUMMARY:
==78024==     in use at exit: 194,853 bytes in 147 blocks
==78024==   total heap usage: 585 allocs, 438 frees, 912,112 bytes allocated
==78024== 
==78024== LEAK SUMMARY:
==78024==    definitely lost: 443 bytes in 2 blocks
==78024==    indirectly lost: 3,182 bytes in 48 blocks
==78024==      possibly lost: 0 bytes in 0 blocks
==78024==    still reachable: 191,228 bytes in 97 blocks
==78024==         suppressed: 0 bytes in 0 blocks
==78024== Rerun with --leak-check=full to see details of leaked memory
==78024== 
==78024== For counts of detected and suppressed errors, rerun with: -v
==78024== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 2 from 2)
==78028== 
==78028== HEAP SUMMARY:
==78028==     in use at exit: 156,293 bytes in 146 blocks
==78028==   total heap usage: 579 allocs, 433 frees, 732,160 bytes allocated
==78028== 
==78028== LEAK SUMMARY:
==78028==    definitely lost: 443 bytes in 2 blocks
==78028==    indirectly lost: 3,182 bytes in 48 blocks
==78028==      possibly lost: 0 bytes in 0 blocks
==78028==    still reachable: 152,668 bytes in 96 blocks
==78028==         suppressed: 0 bytes in 0 blocks
==78028== Rerun with --leak-check=full to see details of leaked memory
==78028== 
==78028== For counts of detected and suppressed errors, rerun with: -v
==78028== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 2 from 2)
==77638== 
==77638== HEAP SUMMARY:
==77638==     in use at exit: 131,685 bytes in 143 blocks
==77638==   total heap usage: 574 allocs, 431 frees, 705,880 bytes allocated
==77638== 
==77638== LEAK SUMMARY:
==77638==    definitely lost: 443 bytes in 2 blocks
==77638==    indirectly lost: 3,182 bytes in 48 blocks
==77638==      possibly lost: 0 bytes in 0 blocks
==77638==    still reachable: 128,060 bytes in 93 blocks
==77638==         suppressed: 0 bytes in 0 blocks
==77638== Rerun with --leak-check=full to see details of leaked memory
==77638== 
==77638== For counts of detected and suppressed errors, rerun with: -v
==77638== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 2 from 2)
#2Mithun Cy
mithun.cy@enterprisedb.com
In reply to: Mithun Cy (#1)
1 attachment(s)

On Thu, Dec 17, 2015 at 3:15 AM, Mithun Cy <mithun.cy@enterprisedb.com>
wrote:

I have rebased the patch and tried to run pgbench.

I see memory corruptions, attaching the valgrind report for the same.

Sorry forgot to add re-based patch, adding the same now.
After some analysis I saw writing to shared memory to store shared snapshot
is not protected under exclusive write lock, this leads to memory
corruptions.
I think until this is fixed measuring the performance will not be much
useful.
--
Thanks and Regards
Mithun C Y
EnterpriseDB: http://www.enterprisedb.com

Attachments:

cache_snapshot_in_GetSnapshotData.patchtext/x-patch; charset=US-ASCII; name=cache_snapshot_in_GetSnapshotData.patchDownload
*** a/src/backend/commands/cluster.c
--- b/src/backend/commands/cluster.c
***************
*** 1559,1564 **** finish_heap_swap(Oid OIDOldHeap, Oid OIDNewHeap,
--- 1559,1565 ----
  			elog(ERROR, "cache lookup failed for relation %u", OIDOldHeap);
  		relform = (Form_pg_class) GETSTRUCT(reltup);
  
+ 		Assert(TransactionIdIsNormal(frozenXid));
  		relform->relfrozenxid = frozenXid;
  		relform->relminmxid = cutoffMulti;
  
*** a/src/backend/storage/ipc/procarray.c
--- b/src/backend/storage/ipc/procarray.c
***************
*** 410,415 **** ProcArrayEndTransaction(PGPROC *proc, TransactionId latestXid)
--- 410,416 ----
  		if (LWLockConditionalAcquire(ProcArrayLock, LW_EXCLUSIVE))
  		{
  			ProcArrayEndTransactionInternal(proc, pgxact, latestXid);
+                         ProcGlobal->cached_snapshot_valid = false;
  			LWLockRelease(ProcArrayLock);
  		}
  		else
***************
*** 558,563 **** ProcArrayGroupClearXid(PGPROC *proc, TransactionId latestXid)
--- 559,566 ----
  		nextidx = pg_atomic_read_u32(&proc->nextClearXidElem);
  	}
  
+         ProcGlobal->cached_snapshot_valid = false;
+ 
  	/* We're done with the lock now. */
  	LWLockRelease(ProcArrayLock);
  
***************
*** 1543,1548 **** GetSnapshotData(Snapshot snapshot)
--- 1546,1553 ----
  					 errmsg("out of memory")));
  	}
  
+         snapshot->takenDuringRecovery = RecoveryInProgress();
+ 
  	/*
  	 * It is sufficient to get shared lock on ProcArrayLock, even if we are
  	 * going to set MyPgXact->xmin.
***************
*** 1557,1565 **** GetSnapshotData(Snapshot snapshot)
  	/* initialize xmin calculation with xmax */
  	globalxmin = xmin = xmax;
  
! 	snapshot->takenDuringRecovery = RecoveryInProgress();
  
! 	if (!snapshot->takenDuringRecovery)
  	{
  		int		   *pgprocnos = arrayP->pgprocnos;
  		int			numProcs;
--- 1562,1592 ----
  	/* initialize xmin calculation with xmax */
  	globalxmin = xmin = xmax;
  
! 	if (!snapshot->takenDuringRecovery && ProcGlobal->cached_snapshot_valid)
! 	{
! 		Snapshot csnap = &ProcGlobal->cached_snapshot;
! 		TransactionId *saved_xip;
! 		TransactionId *saved_subxip;
  
! 		saved_xip = snapshot->xip;
! 		saved_subxip = snapshot->subxip;
! 
! 		memcpy(snapshot, csnap, sizeof(SnapshotData));
! 
! 		snapshot->xip = saved_xip;
! 		snapshot->subxip = saved_subxip;
! 
! 		memcpy(snapshot->xip, csnap->xip,
! 			   sizeof(TransactionId) * csnap->xcnt);
! 		memcpy(snapshot->subxip, csnap->subxip,
! 			   sizeof(TransactionId) * csnap->subxcnt);
! 		globalxmin = ProcGlobal->cached_snapshot_globalxmin;
! 		xmin = csnap->xmin;
! 
! 		Assert(TransactionIdIsValid(globalxmin));
! 		Assert(TransactionIdIsValid(xmin));
! 	}
! 	else if (!snapshot->takenDuringRecovery)
  	{
  		int		   *pgprocnos = arrayP->pgprocnos;
  		int			numProcs;
***************
*** 1577,1591 **** GetSnapshotData(Snapshot snapshot)
  			TransactionId xid;
  
  			/*
! 			 * Backend is doing logical decoding which manages xmin
! 			 * separately, check below.
  			 */
! 			if (pgxact->vacuumFlags & PROC_IN_LOGICAL_DECODING)
! 				continue;
! 
! 			/* Ignore procs running LAZY VACUUM */
! 			if (pgxact->vacuumFlags & PROC_IN_VACUUM)
! 				continue;
  
  			/* Update globalxmin to be the smallest valid xmin */
  			xid = pgxact->xmin; /* fetch just once */
--- 1604,1615 ----
  			TransactionId xid;
  
  			/*
! 			 * Ignore procs running LAZY VACUUM (which don't need to retain
! 			 * rows) and backends doing logical decoding (which manages xmin
! 			 * separately, check below).
  			 */
! 			if (pgxact->vacuumFlags & (PROC_IN_LOGICAL_DECODING | PROC_IN_VACUUM))
!                                 continue;
  
  			/* Update globalxmin to be the smallest valid xmin */
  			xid = pgxact->xmin; /* fetch just once */
***************
*** 1653,1658 **** GetSnapshotData(Snapshot snapshot)
--- 1677,1706 ----
  				}
  			}
  		}
+ 
+ 		/* upate cache */
+ 		{
+ 			Snapshot csnap = &ProcGlobal->cached_snapshot;
+ 			TransactionId *saved_xip;
+ 			TransactionId *saved_subxip;
+ 
+ 			ProcGlobal->cached_snapshot_globalxmin = globalxmin;
+ 
+ 			saved_xip = csnap->xip;
+ 			saved_subxip = csnap->subxip;
+ 			memcpy(csnap, snapshot, sizeof(SnapshotData));
+ 			csnap->xip = saved_xip;
+ 			csnap->subxip = saved_subxip;
+ 
+ 			/* not yet stored. Yuck */
+ 			csnap->xmin = xmin;
+ 
+ 			memcpy(csnap->xip, snapshot->xip,
+ 				   sizeof(TransactionId) * csnap->xcnt);
+ 			memcpy(csnap->subxip, snapshot->subxip,
+ 				   sizeof(TransactionId) * csnap->subxcnt);
+ 			ProcGlobal->cached_snapshot_valid = true;
+ 		}
  	}
  	else
  	{
*** a/src/backend/storage/lmgr/proc.c
--- b/src/backend/storage/lmgr/proc.c
***************
*** 114,119 **** ProcGlobalShmemSize(void)
--- 114,126 ----
  	size = add_size(size, mul_size(NUM_AUXILIARY_PROCS, sizeof(PGXACT)));
  	size = add_size(size, mul_size(max_prepared_xacts, sizeof(PGXACT)));
  
+ 	/* for the cached snapshot */
+ #define PROCARRAY_MAXPROCS	(MaxBackends + max_prepared_xacts)
+ 	size = add_size(size, mul_size(sizeof(TransactionId), PROCARRAY_MAXPROCS));
+ #define TOTAL_MAX_CACHED_SUBXIDS \
+ 	((PGPROC_MAX_CACHED_SUBXIDS + 1) * PROCARRAY_MAXPROCS)
+ 	size = add_size(size, mul_size(sizeof(TransactionId), TOTAL_MAX_CACHED_SUBXIDS));
+ 
  	return size;
  }
  
***************
*** 275,280 **** InitProcGlobal(void)
--- 282,293 ----
  	/* Create ProcStructLock spinlock, too */
  	ProcStructLock = (slock_t *) ShmemAlloc(sizeof(slock_t));
  	SpinLockInit(ProcStructLock);
+ 
+ 	/* cached snapshot */
+ 	ProcGlobal->cached_snapshot_valid = false;
+ 	ProcGlobal->cached_snapshot.xip = ShmemAlloc(PROCARRAY_MAXPROCS * sizeof(TransactionId));
+ 	ProcGlobal->cached_snapshot.subxip = ShmemAlloc(TOTAL_MAX_CACHED_SUBXIDS * sizeof(TransactionId));
+ 	ProcGlobal->cached_snapshot_globalxmin = InvalidTransactionId;
  }
  
  /*
*** a/src/include/storage/proc.h
--- b/src/include/storage/proc.h
***************
*** 16,21 ****
--- 16,22 ----
  
  #include "access/xlogdefs.h"
  #include "lib/ilist.h"
+ #include "utils/snapshot.h"
  #include "storage/latch.h"
  #include "storage/lock.h"
  #include "storage/pg_sema.h"
***************
*** 220,225 **** typedef struct PROC_HDR
--- 221,231 ----
  	int			startupProcPid;
  	/* Buffer id of the buffer that Startup process waits for pin on, or -1 */
  	int			startupBufferPinWaitBufId;
+ 
+ 	/* Cached snapshot */
+ 	bool		cached_snapshot_valid;
+ 	SnapshotData cached_snapshot;
+ 	TransactionId cached_snapshot_globalxmin;
  } PROC_HDR;
  
  extern PROC_HDR *ProcGlobal;
#3Andres Freund
andres@anarazel.de
In reply to: Mithun Cy (#2)

On 2015-12-19 22:47:30 -0800, Mithun Cy wrote:

After some analysis I saw writing to shared memory to store shared snapshot
is not protected under exclusive write lock, this leads to memory
corruptions.
I think until this is fixed measuring the performance will not be much
useful.

I think at the very least the cache should be protected by a separate
lock, and that lock should be acquired with TryLock. I.e. the cache is
updated opportunistically. I'd go for an lwlock in the first iteration.

If that works nicely we can try to keep several 'snapshot slots' around,
and only lock one of them exclusively. With some care users of cached
snapshots can copy the snapshot, while another slot is updated in
parallel. But that's definitely not step 1.

Greetings,

Andres Freund

--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers