Hi,

I've started observing funny valgrind failures on Fedora 28, possibly
after upgrading from 3.14.0-1 to 3.14.0-7 a couple of days ago. This
time it does not seem like platform-specific issues, though - the
failures all look like this:

==20974== Conditional jump or move depends on uninitialised value(s)
==20974==    at 0xA02088: calc_bucket (dynahash.c:870)
==20974==    by 0xA021BA: hash_search_with_hash_value (dynahash.c:963)
==20974==    by 0xA020EE: hash_search (dynahash.c:909)
==20974==    by 0x88DAB3: smgrclosenode (smgr.c:358)
==20974==    by 0x9D6C01: LocalExecuteInvalidationMessage (inval.c:607)
==20974==    by 0x86C44F: ReceiveSharedInvalidMessages (sinval.c:121)
==20974==    by 0x9D6D83: AcceptInvalidationMessages (inval.c:681)
==20974==    by 0x539B6B: AtStart_Cache (xact.c:980)
==20974==    by 0x53AA6C: StartTransaction (xact.c:1915)
==20974==    by 0x53B6F0: StartTransactionCommand (xact.c:2685)
==20974==    by 0x892EFB: start_xact_command (postgres.c:2475)
==20974==    by 0x89083E: exec_simple_query (postgres.c:923)
==20974==    by 0x894E7B: PostgresMain (postgres.c:4143)
==20974==    by 0x7F553D: BackendRun (postmaster.c:4412)
==20974==    by 0x7F4CA1: BackendStartup (postmaster.c:4084)
==20974==    by 0x7F12A0: ServerLoop (postmaster.c:1757)
==20974==    by 0x7F08CF: PostmasterMain (postmaster.c:1365)
==20974==    by 0x728E33: main (main.c:228)
==20974==  Uninitialised value was created by a stack allocation
==20974==    at 0x9D65D4: AddCatcacheInvalidationMessage (inval.c:339)
==20974==

==20974== Use of uninitialised value of size 8
==20974==    at 0xA021FD: hash_search_with_hash_value (dynahash.c:968)
==20974==    by 0xA020EE: hash_search (dynahash.c:909)
==20974==    by 0x88DAB3: smgrclosenode (smgr.c:358)
==20974==    by 0x9D6C01: LocalExecuteInvalidationMessage (inval.c:607)
==20974==    by 0x86C44F: ReceiveSharedInvalidMessages (sinval.c:121)
==20974==    by 0x9D6D83: AcceptInvalidationMessages (inval.c:681)
==20974==    by 0x539B6B: AtStart_Cache (xact.c:980)
==20974==    by 0x53AA6C: StartTransaction (xact.c:1915)
==20974==    by 0x53B6F0: StartTransactionCommand (xact.c:2685)
==20974==    by 0x892EFB: start_xact_command (postgres.c:2475)
==20974==    by 0x89083E: exec_simple_query (postgres.c:923)
==20974==    by 0x894E7B: PostgresMain (postgres.c:4143)
==20974==    by 0x7F553D: BackendRun (postmaster.c:4412)
==20974==    by 0x7F4CA1: BackendStartup (postmaster.c:4084)
==20974==    by 0x7F12A0: ServerLoop (postmaster.c:1757)
==20974==    by 0x7F08CF: PostmasterMain (postmaster.c:1365)
==20974==    by 0x728E33: main (main.c:228)
==20974==  Uninitialised value was created by a stack allocation
==20974==    at 0x9D65D4: AddCatcacheInvalidationMessage (inval.c:339)
==20974==

There are more reports in the attached log, but what they all share is
dynahash and invalidations. Which might be an arguments against a
possible valgrind bug, because that would (probably?) affect various
other places.

It's reproducible quite far back (a couple thousand commits, at least),
so it does not seem like caused by a recent commit either.


regards

-- 
Tomas Vondra                  http://www.2ndQuadrant.com
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
==20974== Conditional jump or move depends on uninitialised value(s)
==20974==    at 0xA02088: calc_bucket (dynahash.c:870)
==20974==    by 0xA021BA: hash_search_with_hash_value (dynahash.c:963)
==20974==    by 0xA020EE: hash_search (dynahash.c:909)
==20974==    by 0x88DAB3: smgrclosenode (smgr.c:358)
==20974==    by 0x9D6C01: LocalExecuteInvalidationMessage (inval.c:607)
==20974==    by 0x86C44F: ReceiveSharedInvalidMessages (sinval.c:121)
==20974==    by 0x9D6D83: AcceptInvalidationMessages (inval.c:681)
==20974==    by 0x539B6B: AtStart_Cache (xact.c:980)
==20974==    by 0x53AA6C: StartTransaction (xact.c:1915)
==20974==    by 0x53B6F0: StartTransactionCommand (xact.c:2685)
==20974==    by 0x892EFB: start_xact_command (postgres.c:2475)
==20974==    by 0x89083E: exec_simple_query (postgres.c:923)
==20974==    by 0x894E7B: PostgresMain (postgres.c:4143)
==20974==    by 0x7F553D: BackendRun (postmaster.c:4412)
==20974==    by 0x7F4CA1: BackendStartup (postmaster.c:4084)
==20974==    by 0x7F12A0: ServerLoop (postmaster.c:1757)
==20974==    by 0x7F08CF: PostmasterMain (postmaster.c:1365)
==20974==    by 0x728E33: main (main.c:228)
==20974==  Uninitialised value was created by a stack allocation
==20974==    at 0x9D65D4: AddCatcacheInvalidationMessage (inval.c:339)
==20974== 
{
   <insert_a_suppression_name_here>
   Memcheck:Cond
   fun:calc_bucket
   fun:hash_search_with_hash_value
   fun:hash_search
   fun:smgrclosenode
   fun:LocalExecuteInvalidationMessage
   fun:ReceiveSharedInvalidMessages
   fun:AcceptInvalidationMessages
   fun:AtStart_Cache
   fun:StartTransaction
   fun:StartTransactionCommand
   fun:start_xact_command
   fun:exec_simple_query
   fun:PostgresMain
   fun:BackendRun
   fun:BackendStartup
   fun:ServerLoop
   fun:PostmasterMain
   fun:main
}
==20974== Use of uninitialised value of size 8
==20974==    at 0xA021FD: hash_search_with_hash_value (dynahash.c:968)
==20974==    by 0xA020EE: hash_search (dynahash.c:909)
==20974==    by 0x88DAB3: smgrclosenode (smgr.c:358)
==20974==    by 0x9D6C01: LocalExecuteInvalidationMessage (inval.c:607)
==20974==    by 0x86C44F: ReceiveSharedInvalidMessages (sinval.c:121)
==20974==    by 0x9D6D83: AcceptInvalidationMessages (inval.c:681)
==20974==    by 0x539B6B: AtStart_Cache (xact.c:980)
==20974==    by 0x53AA6C: StartTransaction (xact.c:1915)
==20974==    by 0x53B6F0: StartTransactionCommand (xact.c:2685)
==20974==    by 0x892EFB: start_xact_command (postgres.c:2475)
==20974==    by 0x89083E: exec_simple_query (postgres.c:923)
==20974==    by 0x894E7B: PostgresMain (postgres.c:4143)
==20974==    by 0x7F553D: BackendRun (postmaster.c:4412)
==20974==    by 0x7F4CA1: BackendStartup (postmaster.c:4084)
==20974==    by 0x7F12A0: ServerLoop (postmaster.c:1757)
==20974==    by 0x7F08CF: PostmasterMain (postmaster.c:1365)
==20974==    by 0x728E33: main (main.c:228)
==20974==  Uninitialised value was created by a stack allocation
==20974==    at 0x9D65D4: AddCatcacheInvalidationMessage (inval.c:339)
==20974== 
{
   <insert_a_suppression_name_here>
   Memcheck:Value8
   fun:hash_search_with_hash_value
   fun:hash_search
   fun:smgrclosenode
   fun:LocalExecuteInvalidationMessage
   fun:ReceiveSharedInvalidMessages
   fun:AcceptInvalidationMessages
   fun:AtStart_Cache
   fun:StartTransaction
   fun:StartTransactionCommand
   fun:start_xact_command
   fun:exec_simple_query
   fun:PostgresMain
   fun:BackendRun
   fun:BackendStartup
   fun:ServerLoop
   fun:PostmasterMain
   fun:main
}
==20974== Use of uninitialised value of size 8
==20974==    at 0xA02232: hash_search_with_hash_value (dynahash.c:974)
==20974==    by 0xA020EE: hash_search (dynahash.c:909)
==20974==    by 0x88DAB3: smgrclosenode (smgr.c:358)
==20974==    by 0x9D6C01: LocalExecuteInvalidationMessage (inval.c:607)
==20974==    by 0x86C44F: ReceiveSharedInvalidMessages (sinval.c:121)
==20974==    by 0x9D6D83: AcceptInvalidationMessages (inval.c:681)
==20974==    by 0x539B6B: AtStart_Cache (xact.c:980)
==20974==    by 0x53AA6C: StartTransaction (xact.c:1915)
==20974==    by 0x53B6F0: StartTransactionCommand (xact.c:2685)
==20974==    by 0x892EFB: start_xact_command (postgres.c:2475)
==20974==    by 0x89083E: exec_simple_query (postgres.c:923)
==20974==    by 0x894E7B: PostgresMain (postgres.c:4143)
==20974==    by 0x7F553D: BackendRun (postmaster.c:4412)
==20974==    by 0x7F4CA1: BackendStartup (postmaster.c:4084)
==20974==    by 0x7F12A0: ServerLoop (postmaster.c:1757)
==20974==    by 0x7F08CF: PostmasterMain (postmaster.c:1365)
==20974==    by 0x728E33: main (main.c:228)
==20974==  Uninitialised value was created by a stack allocation
==20974==    at 0x9D65D4: AddCatcacheInvalidationMessage (inval.c:339)
==20974== 
{
   <insert_a_suppression_name_here>
   Memcheck:Value8
   fun:hash_search_with_hash_value
   fun:hash_search
   fun:smgrclosenode
   fun:LocalExecuteInvalidationMessage
   fun:ReceiveSharedInvalidMessages
   fun:AcceptInvalidationMessages
   fun:AtStart_Cache
   fun:StartTransaction
   fun:StartTransactionCommand
   fun:start_xact_command
   fun:exec_simple_query
   fun:PostgresMain
   fun:BackendRun
   fun:BackendStartup
   fun:ServerLoop
   fun:PostmasterMain
   fun:main
}
==20974== Conditional jump or move depends on uninitialised value(s)
==20974==    at 0xA0225D: hash_search_with_hash_value (dynahash.c:984)
==20974==    by 0xA020EE: hash_search (dynahash.c:909)
==20974==    by 0x88DAB3: smgrclosenode (smgr.c:358)
==20974==    by 0x9D6C01: LocalExecuteInvalidationMessage (inval.c:607)
==20974==    by 0x86C44F: ReceiveSharedInvalidMessages (sinval.c:121)
==20974==    by 0x9D6D83: AcceptInvalidationMessages (inval.c:681)
==20974==    by 0x539B6B: AtStart_Cache (xact.c:980)
==20974==    by 0x53AA6C: StartTransaction (xact.c:1915)
==20974==    by 0x53B6F0: StartTransactionCommand (xact.c:2685)
==20974==    by 0x892EFB: start_xact_command (postgres.c:2475)
==20974==    by 0x89083E: exec_simple_query (postgres.c:923)
==20974==    by 0x894E7B: PostgresMain (postgres.c:4143)
==20974==    by 0x7F553D: BackendRun (postmaster.c:4412)
==20974==    by 0x7F4CA1: BackendStartup (postmaster.c:4084)
==20974==    by 0x7F12A0: ServerLoop (postmaster.c:1757)
==20974==    by 0x7F08CF: PostmasterMain (postmaster.c:1365)
==20974==    by 0x728E33: main (main.c:228)
==20974==  Uninitialised value was created by a stack allocation
==20974==    at 0x9D65D4: AddCatcacheInvalidationMessage (inval.c:339)
==20974== 
{
   <insert_a_suppression_name_here>
   Memcheck:Cond
   fun:hash_search_with_hash_value
   fun:hash_search
   fun:smgrclosenode
   fun:LocalExecuteInvalidationMessage
   fun:ReceiveSharedInvalidMessages
   fun:AcceptInvalidationMessages
   fun:AtStart_Cache
   fun:StartTransaction
   fun:StartTransactionCommand
   fun:start_xact_command
   fun:exec_simple_query
   fun:PostgresMain
   fun:BackendRun
   fun:BackendStartup
   fun:ServerLoop
   fun:PostmasterMain
   fun:main
}
==20976== Conditional jump or move depends on uninitialised value(s)
==20976==    at 0xA02088: calc_bucket (dynahash.c:870)
==20976==    by 0xA021BA: hash_search_with_hash_value (dynahash.c:963)
==20976==    by 0xA020EE: hash_search (dynahash.c:909)
==20976==    by 0x88DAB3: smgrclosenode (smgr.c:358)
==20976==    by 0x9D6C01: LocalExecuteInvalidationMessage (inval.c:607)
==20976==    by 0x86C44F: ReceiveSharedInvalidMessages (sinval.c:121)
==20976==    by 0x9D6D83: AcceptInvalidationMessages (inval.c:681)
==20976==    by 0x539B6B: AtStart_Cache (xact.c:980)
==20976==    by 0x53AA6C: StartTransaction (xact.c:1915)
==20976==    by 0x53B6F0: StartTransactionCommand (xact.c:2685)
==20976==    by 0x892EFB: start_xact_command (postgres.c:2475)
==20976==    by 0x89083E: exec_simple_query (postgres.c:923)
==20976==    by 0x894E7B: PostgresMain (postgres.c:4143)
==20976==    by 0x7F553D: BackendRun (postmaster.c:4412)
==20976==    by 0x7F4CA1: BackendStartup (postmaster.c:4084)
==20976==    by 0x7F12A0: ServerLoop (postmaster.c:1757)
==20976==    by 0x7F08CF: PostmasterMain (postmaster.c:1365)
==20976==    by 0x728E33: main (main.c:228)
==20976==  Uninitialised value was created by a stack allocation
==20976==    at 0x9D65D4: AddCatcacheInvalidationMessage (inval.c:339)
==20976== 
{
   <insert_a_suppression_name_here>
   Memcheck:Cond
   fun:calc_bucket
   fun:hash_search_with_hash_value
   fun:hash_search
   fun:smgrclosenode
   fun:LocalExecuteInvalidationMessage
   fun:ReceiveSharedInvalidMessages
   fun:AcceptInvalidationMessages
   fun:AtStart_Cache
   fun:StartTransaction
   fun:StartTransactionCommand
   fun:start_xact_command
   fun:exec_simple_query
   fun:PostgresMain
   fun:BackendRun
   fun:BackendStartup
   fun:ServerLoop
   fun:PostmasterMain
   fun:main
}
==20976== Use of uninitialised value of size 8
==20976==    at 0xA021FD: hash_search_with_hash_value (dynahash.c:968)
==20976==    by 0xA020EE: hash_search (dynahash.c:909)
==20976==    by 0x88DAB3: smgrclosenode (smgr.c:358)
==20976==    by 0x9D6C01: LocalExecuteInvalidationMessage (inval.c:607)
==20976==    by 0x86C44F: ReceiveSharedInvalidMessages (sinval.c:121)
==20976==    by 0x9D6D83: AcceptInvalidationMessages (inval.c:681)
==20976==    by 0x539B6B: AtStart_Cache (xact.c:980)
==20976==    by 0x53AA6C: StartTransaction (xact.c:1915)
==20976==    by 0x53B6F0: StartTransactionCommand (xact.c:2685)
==20976==    by 0x892EFB: start_xact_command (postgres.c:2475)
==20976==    by 0x89083E: exec_simple_query (postgres.c:923)
==20976==    by 0x894E7B: PostgresMain (postgres.c:4143)
==20976==    by 0x7F553D: BackendRun (postmaster.c:4412)
==20976==    by 0x7F4CA1: BackendStartup (postmaster.c:4084)
==20976==    by 0x7F12A0: ServerLoop (postmaster.c:1757)
==20976==    by 0x7F08CF: PostmasterMain (postmaster.c:1365)
==20976==    by 0x728E33: main (main.c:228)
==20976==  Uninitialised value was created by a stack allocation
==20976==    at 0x9D65D4: AddCatcacheInvalidationMessage (inval.c:339)
==20976== 
{
   <insert_a_suppression_name_here>
   Memcheck:Value8
   fun:hash_search_with_hash_value
   fun:hash_search
   fun:smgrclosenode
   fun:LocalExecuteInvalidationMessage
   fun:ReceiveSharedInvalidMessages
   fun:AcceptInvalidationMessages
   fun:AtStart_Cache
   fun:StartTransaction
   fun:StartTransactionCommand
   fun:start_xact_command
   fun:exec_simple_query
   fun:PostgresMain
   fun:BackendRun
   fun:BackendStartup
   fun:ServerLoop
   fun:PostmasterMain
   fun:main
}
==20976== Use of uninitialised value of size 8
==20976==    at 0xA02232: hash_search_with_hash_value (dynahash.c:974)
==20976==    by 0xA020EE: hash_search (dynahash.c:909)
==20976==    by 0x88DAB3: smgrclosenode (smgr.c:358)
==20976==    by 0x9D6C01: LocalExecuteInvalidationMessage (inval.c:607)
==20976==    by 0x86C44F: ReceiveSharedInvalidMessages (sinval.c:121)
==20976==    by 0x9D6D83: AcceptInvalidationMessages (inval.c:681)
==20976==    by 0x539B6B: AtStart_Cache (xact.c:980)
==20976==    by 0x53AA6C: StartTransaction (xact.c:1915)
==20976==    by 0x53B6F0: StartTransactionCommand (xact.c:2685)
==20976==    by 0x892EFB: start_xact_command (postgres.c:2475)
==20976==    by 0x89083E: exec_simple_query (postgres.c:923)
==20976==    by 0x894E7B: PostgresMain (postgres.c:4143)
==20976==    by 0x7F553D: BackendRun (postmaster.c:4412)
==20976==    by 0x7F4CA1: BackendStartup (postmaster.c:4084)
==20976==    by 0x7F12A0: ServerLoop (postmaster.c:1757)
==20976==    by 0x7F08CF: PostmasterMain (postmaster.c:1365)
==20976==    by 0x728E33: main (main.c:228)
==20976==  Uninitialised value was created by a stack allocation
==20976==    at 0x9D65D4: AddCatcacheInvalidationMessage (inval.c:339)
==20976== 
{
   <insert_a_suppression_name_here>
   Memcheck:Value8
   fun:hash_search_with_hash_value
   fun:hash_search
   fun:smgrclosenode
   fun:LocalExecuteInvalidationMessage
   fun:ReceiveSharedInvalidMessages
   fun:AcceptInvalidationMessages
   fun:AtStart_Cache
   fun:StartTransaction
   fun:StartTransactionCommand
   fun:start_xact_command
   fun:exec_simple_query
   fun:PostgresMain
   fun:BackendRun
   fun:BackendStartup
   fun:ServerLoop
   fun:PostmasterMain
   fun:main
}
==20982== Conditional jump or move depends on uninitialised value(s)
==20982==    at 0xA02088: calc_bucket (dynahash.c:870)
==20982==    by 0xA021BA: hash_search_with_hash_value (dynahash.c:963)
==20982==    by 0xA020EE: hash_search (dynahash.c:909)
==20982==    by 0x88DAB3: smgrclosenode (smgr.c:358)
==20982==    by 0x9D6C01: LocalExecuteInvalidationMessage (inval.c:607)
==20982==    by 0x86C44F: ReceiveSharedInvalidMessages (sinval.c:121)
==20982==    by 0x9D6D83: AcceptInvalidationMessages (inval.c:681)
==20982==    by 0x539B6B: AtStart_Cache (xact.c:980)
==20982==    by 0x53AA6C: StartTransaction (xact.c:1915)
==20982==    by 0x53B6F0: StartTransactionCommand (xact.c:2685)
==20982==    by 0x892EFB: start_xact_command (postgres.c:2475)
==20982==    by 0x89083E: exec_simple_query (postgres.c:923)
==20982==    by 0x894E7B: PostgresMain (postgres.c:4143)
==20982==    by 0x7F553D: BackendRun (postmaster.c:4412)
==20982==    by 0x7F4CA1: BackendStartup (postmaster.c:4084)
==20982==    by 0x7F12A0: ServerLoop (postmaster.c:1757)
==20982==    by 0x7F08CF: PostmasterMain (postmaster.c:1365)
==20982==    by 0x728E33: main (main.c:228)
==20982==  Uninitialised value was created by a stack allocation
==20982==    at 0x9D65D4: AddCatcacheInvalidationMessage (inval.c:339)
==20982== 
{
   <insert_a_suppression_name_here>
   Memcheck:Cond
   fun:calc_bucket
   fun:hash_search_with_hash_value
   fun:hash_search
   fun:smgrclosenode
   fun:LocalExecuteInvalidationMessage
   fun:ReceiveSharedInvalidMessages
   fun:AcceptInvalidationMessages
   fun:AtStart_Cache
   fun:StartTransaction
   fun:StartTransactionCommand
   fun:start_xact_command
   fun:exec_simple_query
   fun:PostgresMain
   fun:BackendRun
   fun:BackendStartup
   fun:ServerLoop
   fun:PostmasterMain
   fun:main
}
==20982== Use of uninitialised value of size 8
==20982==    at 0xA021FD: hash_search_with_hash_value (dynahash.c:968)
==20982==    by 0xA020EE: hash_search (dynahash.c:909)
==20982==    by 0x88DAB3: smgrclosenode (smgr.c:358)
==20982==    by 0x9D6C01: LocalExecuteInvalidationMessage (inval.c:607)
==20982==    by 0x86C44F: ReceiveSharedInvalidMessages (sinval.c:121)
==20982==    by 0x9D6D83: AcceptInvalidationMessages (inval.c:681)
==20982==    by 0x539B6B: AtStart_Cache (xact.c:980)
==20982==    by 0x53AA6C: StartTransaction (xact.c:1915)
==20982==    by 0x53B6F0: StartTransactionCommand (xact.c:2685)
==20982==    by 0x892EFB: start_xact_command (postgres.c:2475)
==20982==    by 0x89083E: exec_simple_query (postgres.c:923)
==20982==    by 0x894E7B: PostgresMain (postgres.c:4143)
==20982==    by 0x7F553D: BackendRun (postmaster.c:4412)
==20982==    by 0x7F4CA1: BackendStartup (postmaster.c:4084)
==20982==    by 0x7F12A0: ServerLoop (postmaster.c:1757)
==20982==    by 0x7F08CF: PostmasterMain (postmaster.c:1365)
==20982==    by 0x728E33: main (main.c:228)
==20982==  Uninitialised value was created by a stack allocation
==20982==    at 0x9D65D4: AddCatcacheInvalidationMessage (inval.c:339)
==20982== 
{
   <insert_a_suppression_name_here>
   Memcheck:Value8
   fun:hash_search_with_hash_value
   fun:hash_search
   fun:smgrclosenode
   fun:LocalExecuteInvalidationMessage
   fun:ReceiveSharedInvalidMessages
   fun:AcceptInvalidationMessages
   fun:AtStart_Cache
   fun:StartTransaction
   fun:StartTransactionCommand
   fun:start_xact_command
   fun:exec_simple_query
   fun:PostgresMain
   fun:BackendRun
   fun:BackendStartup
   fun:ServerLoop
   fun:PostmasterMain
   fun:main
}
==20982== Use of uninitialised value of size 8
==20982==    at 0xA02232: hash_search_with_hash_value (dynahash.c:974)
==20982==    by 0xA020EE: hash_search (dynahash.c:909)
==20982==    by 0x88DAB3: smgrclosenode (smgr.c:358)
==20982==    by 0x9D6C01: LocalExecuteInvalidationMessage (inval.c:607)
==20982==    by 0x86C44F: ReceiveSharedInvalidMessages (sinval.c:121)
==20982==    by 0x9D6D83: AcceptInvalidationMessages (inval.c:681)
==20982==    by 0x539B6B: AtStart_Cache (xact.c:980)
==20982==    by 0x53AA6C: StartTransaction (xact.c:1915)
==20982==    by 0x53B6F0: StartTransactionCommand (xact.c:2685)
==20982==    by 0x892EFB: start_xact_command (postgres.c:2475)
==20982==    by 0x89083E: exec_simple_query (postgres.c:923)
==20982==    by 0x894E7B: PostgresMain (postgres.c:4143)
==20982==    by 0x7F553D: BackendRun (postmaster.c:4412)
==20982==    by 0x7F4CA1: BackendStartup (postmaster.c:4084)
==20982==    by 0x7F12A0: ServerLoop (postmaster.c:1757)
==20982==    by 0x7F08CF: PostmasterMain (postmaster.c:1365)
==20982==    by 0x728E33: main (main.c:228)
==20982==  Uninitialised value was created by a stack allocation
==20982==    at 0x9D65D4: AddCatcacheInvalidationMessage (inval.c:339)
==20982== 
{
   <insert_a_suppression_name_here>
   Memcheck:Value8
   fun:hash_search_with_hash_value
   fun:hash_search
   fun:smgrclosenode
   fun:LocalExecuteInvalidationMessage
   fun:ReceiveSharedInvalidMessages
   fun:AcceptInvalidationMessages
   fun:AtStart_Cache
   fun:StartTransaction
   fun:StartTransactionCommand
   fun:start_xact_command
   fun:exec_simple_query
   fun:PostgresMain
   fun:BackendRun
   fun:BackendStartup
   fun:ServerLoop
   fun:PostmasterMain
   fun:main
}
==20982== Conditional jump or move depends on uninitialised value(s)
==20982==    at 0xA0225D: hash_search_with_hash_value (dynahash.c:984)
==20982==    by 0xA020EE: hash_search (dynahash.c:909)
==20982==    by 0x88DAB3: smgrclosenode (smgr.c:358)
==20982==    by 0x9D6C01: LocalExecuteInvalidationMessage (inval.c:607)
==20982==    by 0x86C44F: ReceiveSharedInvalidMessages (sinval.c:121)
==20982==    by 0x9D6D83: AcceptInvalidationMessages (inval.c:681)
==20982==    by 0x87047B: LockRelationOid (lmgr.c:125)
==20982==    by 0x4D4726: relation_open (heapam.c:1128)
==20982==    by 0x4D49D9: heap_open (heapam.c:1294)
==20982==    by 0x9D4251: SearchCatCacheMiss (catcache.c:1375)
==20982==    by 0x9D4168: SearchCatCacheInternal (catcache.c:1317)
==20982==    by 0x9D3E78: SearchCatCache1 (catcache.c:1185)
==20982==    by 0x9E8761: SearchSysCache1 (syscache.c:1119)
==20982==    by 0x9DCAB7: RelationInitIndexAccessInfo (relcache.c:1496)
==20982==    by 0x9DC6C0: RelationBuildDesc (relcache.c:1336)
==20982==    by 0x9DE23C: RelationIdGetRelation (relcache.c:2075)
==20982==    by 0x4D4730: relation_open (heapam.c:1131)
==20982==    by 0x4F2677: index_open (indexam.c:155)
==20982==    by 0x6C2A97: ExecOpenIndices (execIndexing.c:197)
==20982==    by 0x5706C5: CatalogOpenIndexes (indexing.c:49)
==20982==  Uninitialised value was created by a stack allocation
==20982==    at 0x9D65D4: AddCatcacheInvalidationMessage (inval.c:339)
==20982== 
{
   <insert_a_suppression_name_here>
   Memcheck:Cond
   fun:hash_search_with_hash_value
   fun:hash_search
   fun:smgrclosenode
   fun:LocalExecuteInvalidationMessage
   fun:ReceiveSharedInvalidMessages
   fun:AcceptInvalidationMessages
   fun:LockRelationOid
   fun:relation_open
   fun:heap_open
   fun:SearchCatCacheMiss
   fun:SearchCatCacheInternal
   fun:SearchCatCache1
   fun:SearchSysCache1
   fun:RelationInitIndexAccessInfo
   fun:RelationBuildDesc
   fun:RelationIdGetRelation
   fun:relation_open
   fun:index_open
   fun:ExecOpenIndices
   fun:CatalogOpenIndexes
}
==20984== Conditional jump or move depends on uninitialised value(s)
==20984==    at 0xA02088: calc_bucket (dynahash.c:870)
==20984==    by 0xA021BA: hash_search_with_hash_value (dynahash.c:963)
==20984==    by 0xA020EE: hash_search (dynahash.c:909)
==20984==    by 0x88DAB3: smgrclosenode (smgr.c:358)
==20984==    by 0x9D6C01: LocalExecuteInvalidationMessage (inval.c:607)
==20984==    by 0x86C44F: ReceiveSharedInvalidMessages (sinval.c:121)
==20984==    by 0x9D6D83: AcceptInvalidationMessages (inval.c:681)
==20984==    by 0x87047B: LockRelationOid (lmgr.c:125)
==20984==    by 0x4D4726: relation_open (heapam.c:1128)
==20984==    by 0x4D49D9: heap_open (heapam.c:1294)
==20984==    by 0x9D4251: SearchCatCacheMiss (catcache.c:1375)
==20984==    by 0x9D4168: SearchCatCacheInternal (catcache.c:1317)
==20984==    by 0x9D3F38: SearchCatCache4 (catcache.c:1209)
==20984==    by 0x9E8944: SearchSysCache4 (syscache.c:1152)
==20984==    by 0x9E97A2: get_opfamily_member (lsyscache.c:170)
==20984==    by 0x98E336: mergejoinscansel (selfuncs.c:3044)
==20984==    by 0x77E6C8: cached_scansel (costsize.c:3083)
==20984==    by 0x77DA3C: initial_cost_mergejoin (costsize.c:2650)
==20984==    by 0x78C7CD: try_mergejoin_path (joinpath.c:613)
==20984==    by 0x78D163: sort_inner_and_outer (joinpath.c:1036)
==20984==  Uninitialised value was created by a stack allocation
==20984==    at 0x9D65D4: AddCatcacheInvalidationMessage (inval.c:339)
==20984== 
{
   <insert_a_suppression_name_here>
   Memcheck:Cond
   fun:calc_bucket
   fun:hash_search_with_hash_value
   fun:hash_search
   fun:smgrclosenode
   fun:LocalExecuteInvalidationMessage
   fun:ReceiveSharedInvalidMessages
   fun:AcceptInvalidationMessages
   fun:LockRelationOid
   fun:relation_open
   fun:heap_open
   fun:SearchCatCacheMiss
   fun:SearchCatCacheInternal
   fun:SearchCatCache4
   fun:SearchSysCache4
   fun:get_opfamily_member
   fun:mergejoinscansel
   fun:cached_scansel
   fun:initial_cost_mergejoin
   fun:try_mergejoin_path
   fun:sort_inner_and_outer
}
==20984== Use of uninitialised value of size 8
==20984==    at 0xA021FD: hash_search_with_hash_value (dynahash.c:968)
==20984==    by 0xA020EE: hash_search (dynahash.c:909)
==20984==    by 0x88DAB3: smgrclosenode (smgr.c:358)
==20984==    by 0x9D6C01: LocalExecuteInvalidationMessage (inval.c:607)
==20984==    by 0x86C44F: ReceiveSharedInvalidMessages (sinval.c:121)
==20984==    by 0x9D6D83: AcceptInvalidationMessages (inval.c:681)
==20984==    by 0x87047B: LockRelationOid (lmgr.c:125)
==20984==    by 0x4D4726: relation_open (heapam.c:1128)
==20984==    by 0x4D49D9: heap_open (heapam.c:1294)
==20984==    by 0x9D4251: SearchCatCacheMiss (catcache.c:1375)
==20984==    by 0x9D4168: SearchCatCacheInternal (catcache.c:1317)
==20984==    by 0x9D3F38: SearchCatCache4 (catcache.c:1209)
==20984==    by 0x9E8944: SearchSysCache4 (syscache.c:1152)
==20984==    by 0x9E97A2: get_opfamily_member (lsyscache.c:170)
==20984==    by 0x98E336: mergejoinscansel (selfuncs.c:3044)
==20984==    by 0x77E6C8: cached_scansel (costsize.c:3083)
==20984==    by 0x77DA3C: initial_cost_mergejoin (costsize.c:2650)
==20984==    by 0x78C7CD: try_mergejoin_path (joinpath.c:613)
==20984==    by 0x78D163: sort_inner_and_outer (joinpath.c:1036)
==20984==    by 0x78C03A: add_paths_to_joinrel (joinpath.c:267)
==20984==  Uninitialised value was created by a stack allocation
==20984==    at 0x9D65D4: AddCatcacheInvalidationMessage (inval.c:339)
==20984== 
{
   <insert_a_suppression_name_here>
   Memcheck:Value8
   fun:hash_search_with_hash_value
   fun:hash_search
   fun:smgrclosenode
   fun:LocalExecuteInvalidationMessage
   fun:ReceiveSharedInvalidMessages
   fun:AcceptInvalidationMessages
   fun:LockRelationOid
   fun:relation_open
   fun:heap_open
   fun:SearchCatCacheMiss
   fun:SearchCatCacheInternal
   fun:SearchCatCache4
   fun:SearchSysCache4
   fun:get_opfamily_member
   fun:mergejoinscansel
   fun:cached_scansel
   fun:initial_cost_mergejoin
   fun:try_mergejoin_path
   fun:sort_inner_and_outer
   fun:add_paths_to_joinrel
}
==20984== Use of uninitialised value of size 8
==20984==    at 0xA02232: hash_search_with_hash_value (dynahash.c:974)
==20984==    by 0xA020EE: hash_search (dynahash.c:909)
==20984==    by 0x88DAB3: smgrclosenode (smgr.c:358)
==20984==    by 0x9D6C01: LocalExecuteInvalidationMessage (inval.c:607)
==20984==    by 0x86C44F: ReceiveSharedInvalidMessages (sinval.c:121)
==20984==    by 0x9D6D83: AcceptInvalidationMessages (inval.c:681)
==20984==    by 0x87047B: LockRelationOid (lmgr.c:125)
==20984==    by 0x4D4726: relation_open (heapam.c:1128)
==20984==    by 0x4D49D9: heap_open (heapam.c:1294)
==20984==    by 0x9D4251: SearchCatCacheMiss (catcache.c:1375)
==20984==    by 0x9D4168: SearchCatCacheInternal (catcache.c:1317)
==20984==    by 0x9D3F38: SearchCatCache4 (catcache.c:1209)
==20984==    by 0x9E8944: SearchSysCache4 (syscache.c:1152)
==20984==    by 0x9E97A2: get_opfamily_member (lsyscache.c:170)
==20984==    by 0x98E336: mergejoinscansel (selfuncs.c:3044)
==20984==    by 0x77E6C8: cached_scansel (costsize.c:3083)
==20984==    by 0x77DA3C: initial_cost_mergejoin (costsize.c:2650)
==20984==    by 0x78C7CD: try_mergejoin_path (joinpath.c:613)
==20984==    by 0x78D163: sort_inner_and_outer (joinpath.c:1036)
==20984==    by 0x78C03A: add_paths_to_joinrel (joinpath.c:267)
==20984==  Uninitialised value was created by a stack allocation
==20984==    at 0x9D65D4: AddCatcacheInvalidationMessage (inval.c:339)
==20984== 
{
   <insert_a_suppression_name_here>
   Memcheck:Value8
   fun:hash_search_with_hash_value
   fun:hash_search
   fun:smgrclosenode
   fun:LocalExecuteInvalidationMessage
   fun:ReceiveSharedInvalidMessages
   fun:AcceptInvalidationMessages
   fun:LockRelationOid
   fun:relation_open
   fun:heap_open
   fun:SearchCatCacheMiss
   fun:SearchCatCacheInternal
   fun:SearchCatCache4
   fun:SearchSysCache4
   fun:get_opfamily_member
   fun:mergejoinscansel
   fun:cached_scansel
   fun:initial_cost_mergejoin
   fun:try_mergejoin_path
   fun:sort_inner_and_outer
   fun:add_paths_to_joinrel
}
==20980== Conditional jump or move depends on uninitialised value(s)
==20980==    at 0xA02088: calc_bucket (dynahash.c:870)
==20980==    by 0xA021BA: hash_search_with_hash_value (dynahash.c:963)
==20980==    by 0xA020EE: hash_search (dynahash.c:909)
==20980==    by 0x88DAB3: smgrclosenode (smgr.c:358)
==20980==    by 0x9D6C01: LocalExecuteInvalidationMessage (inval.c:607)
==20980==    by 0x86C44F: ReceiveSharedInvalidMessages (sinval.c:121)
==20980==    by 0x9D6D83: AcceptInvalidationMessages (inval.c:681)
==20980==    by 0x87047B: LockRelationOid (lmgr.c:125)
==20980==    by 0x4D4726: relation_open (heapam.c:1128)
==20980==    by 0x4D49D9: heap_open (heapam.c:1294)
==20980==    by 0x9D4251: SearchCatCacheMiss (catcache.c:1375)
==20980==    by 0x9D4168: SearchCatCacheInternal (catcache.c:1317)
==20980==    by 0x9D3E40: SearchCatCache (catcache.c:1171)
==20980==    by 0x9E86CF: SearchSysCache (syscache.c:1108)
==20980==    by 0x9E8A61: GetSysCacheOid (syscache.c:1230)
==20980==    by 0x9EB68B: get_relname_relid (lsyscache.c:1704)
==20980==    by 0x57125F: RangeVarGetAndCheckCreationNamespace (namespace.c:548)
==20980==    by 0x6065BB: transformCreateStmt (parse_utilcmd.c:188)
==20980==    by 0x89956F: ProcessUtilitySlow (utility.c:1001)
==20980==    by 0x899401: standard_ProcessUtility (utility.c:935)
==20980==  Uninitialised value was created by a stack allocation
==20980==    at 0x9D65D4: AddCatcacheInvalidationMessage (inval.c:339)
==20980== 
{
   <insert_a_suppression_name_here>
   Memcheck:Cond
   fun:calc_bucket
   fun:hash_search_with_hash_value
   fun:hash_search
   fun:smgrclosenode
   fun:LocalExecuteInvalidationMessage
   fun:ReceiveSharedInvalidMessages
   fun:AcceptInvalidationMessages
   fun:LockRelationOid
   fun:relation_open
   fun:heap_open
   fun:SearchCatCacheMiss
   fun:SearchCatCacheInternal
   fun:SearchCatCache
   fun:SearchSysCache
   fun:GetSysCacheOid
   fun:get_relname_relid
   fun:RangeVarGetAndCheckCreationNamespace
   fun:transformCreateStmt
   fun:ProcessUtilitySlow
   fun:standard_ProcessUtility
}
==20980== Use of uninitialised value of size 8
==20980==    at 0xA021FD: hash_search_with_hash_value (dynahash.c:968)
==20980==    by 0xA020EE: hash_search (dynahash.c:909)
==20980==    by 0x88DAB3: smgrclosenode (smgr.c:358)
==20980==    by 0x9D6C01: LocalExecuteInvalidationMessage (inval.c:607)
==20980==    by 0x86C44F: ReceiveSharedInvalidMessages (sinval.c:121)
==20980==    by 0x9D6D83: AcceptInvalidationMessages (inval.c:681)
==20980==    by 0x87047B: LockRelationOid (lmgr.c:125)
==20980==    by 0x4D4726: relation_open (heapam.c:1128)
==20980==    by 0x4D49D9: heap_open (heapam.c:1294)
==20980==    by 0x9D4251: SearchCatCacheMiss (catcache.c:1375)
==20980==    by 0x9D4168: SearchCatCacheInternal (catcache.c:1317)
==20980==    by 0x9D3E40: SearchCatCache (catcache.c:1171)
==20980==    by 0x9E86CF: SearchSysCache (syscache.c:1108)
==20980==    by 0x9E8A61: GetSysCacheOid (syscache.c:1230)
==20980==    by 0x9EB68B: get_relname_relid (lsyscache.c:1704)
==20980==    by 0x57125F: RangeVarGetAndCheckCreationNamespace (namespace.c:548)
==20980==    by 0x6065BB: transformCreateStmt (parse_utilcmd.c:188)
==20980==    by 0x89956F: ProcessUtilitySlow (utility.c:1001)
==20980==    by 0x899401: standard_ProcessUtility (utility.c:935)
==20980==    by 0x8984F6: ProcessUtility (utility.c:358)
==20980==  Uninitialised value was created by a stack allocation
==20980==    at 0x9D65D4: AddCatcacheInvalidationMessage (inval.c:339)
==20980== 
{
   <insert_a_suppression_name_here>
   Memcheck:Value8
   fun:hash_search_with_hash_value
   fun:hash_search
   fun:smgrclosenode
   fun:LocalExecuteInvalidationMessage
   fun:ReceiveSharedInvalidMessages
   fun:AcceptInvalidationMessages
   fun:LockRelationOid
   fun:relation_open
   fun:heap_open
   fun:SearchCatCacheMiss
   fun:SearchCatCacheInternal
   fun:SearchCatCache
   fun:SearchSysCache
   fun:GetSysCacheOid
   fun:get_relname_relid
   fun:RangeVarGetAndCheckCreationNamespace
   fun:transformCreateStmt
   fun:ProcessUtilitySlow
   fun:standard_ProcessUtility
   fun:ProcessUtility
}
==20980== Use of uninitialised value of size 8
==20980==    at 0xA02232: hash_search_with_hash_value (dynahash.c:974)
==20980==    by 0xA020EE: hash_search (dynahash.c:909)
==20980==    by 0x88DAB3: smgrclosenode (smgr.c:358)
==20980==    by 0x9D6C01: LocalExecuteInvalidationMessage (inval.c:607)
==20980==    by 0x86C44F: ReceiveSharedInvalidMessages (sinval.c:121)
==20980==    by 0x9D6D83: AcceptInvalidationMessages (inval.c:681)
==20980==    by 0x87047B: LockRelationOid (lmgr.c:125)
==20980==    by 0x4D4726: relation_open (heapam.c:1128)
==20980==    by 0x4D49D9: heap_open (heapam.c:1294)
==20980==    by 0x9D4251: SearchCatCacheMiss (catcache.c:1375)
==20980==    by 0x9D4168: SearchCatCacheInternal (catcache.c:1317)
==20980==    by 0x9D3E40: SearchCatCache (catcache.c:1171)
==20980==    by 0x9E86CF: SearchSysCache (syscache.c:1108)
==20980==    by 0x9E8A61: GetSysCacheOid (syscache.c:1230)
==20980==    by 0x9EB68B: get_relname_relid (lsyscache.c:1704)
==20980==    by 0x57125F: RangeVarGetAndCheckCreationNamespace (namespace.c:548)
==20980==    by 0x6065BB: transformCreateStmt (parse_utilcmd.c:188)
==20980==    by 0x89956F: ProcessUtilitySlow (utility.c:1001)
==20980==    by 0x899401: standard_ProcessUtility (utility.c:935)
==20980==    by 0x8984F6: ProcessUtility (utility.c:358)
==20980==  Uninitialised value was created by a stack allocation
==20980==    at 0x9D65D4: AddCatcacheInvalidationMessage (inval.c:339)
==20980== 
{
   <insert_a_suppression_name_here>
   Memcheck:Value8
   fun:hash_search_with_hash_value
   fun:hash_search
   fun:smgrclosenode
   fun:LocalExecuteInvalidationMessage
   fun:ReceiveSharedInvalidMessages
   fun:AcceptInvalidationMessages
   fun:LockRelationOid
   fun:relation_open
   fun:heap_open
   fun:SearchCatCacheMiss
   fun:SearchCatCacheInternal
   fun:SearchCatCache
   fun:SearchSysCache
   fun:GetSysCacheOid
   fun:get_relname_relid
   fun:RangeVarGetAndCheckCreationNamespace
   fun:transformCreateStmt
   fun:ProcessUtilitySlow
   fun:standard_ProcessUtility
   fun:ProcessUtility
}
==20980== Conditional jump or move depends on uninitialised value(s)
==20980==    at 0xA0225D: hash_search_with_hash_value (dynahash.c:984)
==20980==    by 0xA020EE: hash_search (dynahash.c:909)
==20980==    by 0x88DAB3: smgrclosenode (smgr.c:358)
==20980==    by 0x9D6C01: LocalExecuteInvalidationMessage (inval.c:607)
==20980==    by 0x86C44F: ReceiveSharedInvalidMessages (sinval.c:121)
==20980==    by 0x9D6D83: AcceptInvalidationMessages (inval.c:681)
==20980==    by 0x87047B: LockRelationOid (lmgr.c:125)
==20980==    by 0x4D4726: relation_open (heapam.c:1128)
==20980==    by 0x4D49D9: heap_open (heapam.c:1294)
==20980==    by 0x9D4251: SearchCatCacheMiss (catcache.c:1375)
==20980==    by 0x9D4168: SearchCatCacheInternal (catcache.c:1317)
==20980==    by 0x9D3E40: SearchCatCache (catcache.c:1171)
==20980==    by 0x9E86CF: SearchSysCache (syscache.c:1108)
==20980==    by 0x9E8A61: GetSysCacheOid (syscache.c:1230)
==20980==    by 0x9EB68B: get_relname_relid (lsyscache.c:1704)
==20980==    by 0x57125F: RangeVarGetAndCheckCreationNamespace (namespace.c:548)
==20980==    by 0x6065BB: transformCreateStmt (parse_utilcmd.c:188)
==20980==    by 0x89956F: ProcessUtilitySlow (utility.c:1001)
==20980==    by 0x899401: standard_ProcessUtility (utility.c:935)
==20980==    by 0x8984F6: ProcessUtility (utility.c:358)
==20980==  Uninitialised value was created by a stack allocation
==20980==    at 0x9D65D4: AddCatcacheInvalidationMessage (inval.c:339)
==20980== 
{
   <insert_a_suppression_name_here>
   Memcheck:Cond
   fun:hash_search_with_hash_value
   fun:hash_search
   fun:smgrclosenode
   fun:LocalExecuteInvalidationMessage
   fun:ReceiveSharedInvalidMessages
   fun:AcceptInvalidationMessages
   fun:LockRelationOid
   fun:relation_open
   fun:heap_open
   fun:SearchCatCacheMiss
   fun:SearchCatCacheInternal
   fun:SearchCatCache
   fun:SearchSysCache
   fun:GetSysCacheOid
   fun:get_relname_relid
   fun:RangeVarGetAndCheckCreationNamespace
   fun:transformCreateStmt
   fun:ProcessUtilitySlow
   fun:standard_ProcessUtility
   fun:ProcessUtility
}
==20986== Conditional jump or move depends on uninitialised value(s)
==20986==    at 0xA02088: calc_bucket (dynahash.c:870)
==20986==    by 0xA021BA: hash_search_with_hash_value (dynahash.c:963)
==20986==    by 0xA020EE: hash_search (dynahash.c:909)
==20986==    by 0x88DAB3: smgrclosenode (smgr.c:358)
==20986==    by 0x9D6C01: LocalExecuteInvalidationMessage (inval.c:607)
==20986==    by 0x86C44F: ReceiveSharedInvalidMessages (sinval.c:121)
==20986==    by 0x9D6D83: AcceptInvalidationMessages (inval.c:681)
==20986==    by 0x87047B: LockRelationOid (lmgr.c:125)
==20986==    by 0x4D4726: relation_open (heapam.c:1128)
==20986==    by 0x4D49D9: heap_open (heapam.c:1294)
==20986==    by 0x9EE68E: load_domaintype_info (typcache.c:906)
==20986==    by 0x9EE31C: lookup_type_cache (typcache.c:764)
==20986==    by 0x9EF068: InitDomainConstraintRef (typcache.c:1185)
==20986==    by 0x6B8EF1: ExecInitCoerceToDomain (execExpr.c:2704)
==20986==    by 0x6B7E0D: ExecInitExprRec (execExpr.c:2069)
==20986==    by 0x6B6179: ExecInitExprRec (execExpr.c:1234)
==20986==    by 0x6B82DF: ExecInitFunc (execExpr.c:2228)
==20986==    by 0x6B55C5: ExecInitExprRec (execExpr.c:889)
==20986==    by 0x6B44B1: ExecInitQual (execExpr.c:248)
==20986==    by 0x6FC6E5: ExecInitSeqScan (nodeSeqscan.c:196)
==20986==  Uninitialised value was created by a stack allocation
==20986==    at 0x9D65D4: AddCatcacheInvalidationMessage (inval.c:339)
==20986== 
{
   <insert_a_suppression_name_here>
   Memcheck:Cond
   fun:calc_bucket
   fun:hash_search_with_hash_value
   fun:hash_search
   fun:smgrclosenode
   fun:LocalExecuteInvalidationMessage
   fun:ReceiveSharedInvalidMessages
   fun:AcceptInvalidationMessages
   fun:LockRelationOid
   fun:relation_open
   fun:heap_open
   fun:load_domaintype_info
   fun:lookup_type_cache
   fun:InitDomainConstraintRef
   fun:ExecInitCoerceToDomain
   fun:ExecInitExprRec
   fun:ExecInitExprRec
   fun:ExecInitFunc
   fun:ExecInitExprRec
   fun:ExecInitQual
   fun:ExecInitSeqScan
}
==20986== Use of uninitialised value of size 8
==20986==    at 0xA021FD: hash_search_with_hash_value (dynahash.c:968)
==20986==    by 0xA020EE: hash_search (dynahash.c:909)
==20986==    by 0x88DAB3: smgrclosenode (smgr.c:358)
==20986==    by 0x9D6C01: LocalExecuteInvalidationMessage (inval.c:607)
==20986==    by 0x86C44F: ReceiveSharedInvalidMessages (sinval.c:121)
==20986==    by 0x9D6D83: AcceptInvalidationMessages (inval.c:681)
==20986==    by 0x87047B: LockRelationOid (lmgr.c:125)
==20986==    by 0x4D4726: relation_open (heapam.c:1128)
==20986==    by 0x4D49D9: heap_open (heapam.c:1294)
==20986==    by 0x9EE68E: load_domaintype_info (typcache.c:906)
==20986==    by 0x9EE31C: lookup_type_cache (typcache.c:764)
==20986==    by 0x9EF068: InitDomainConstraintRef (typcache.c:1185)
==20986==    by 0x6B8EF1: ExecInitCoerceToDomain (execExpr.c:2704)
==20986==    by 0x6B7E0D: ExecInitExprRec (execExpr.c:2069)
==20986==    by 0x6B6179: ExecInitExprRec (execExpr.c:1234)
==20986==    by 0x6B82DF: ExecInitFunc (execExpr.c:2228)
==20986==    by 0x6B55C5: ExecInitExprRec (execExpr.c:889)
==20986==    by 0x6B44B1: ExecInitQual (execExpr.c:248)
==20986==    by 0x6FC6E5: ExecInitSeqScan (nodeSeqscan.c:196)
==20986==    by 0x6CCB9C: ExecInitNode (execProcnode.c:207)
==20986==  Uninitialised value was created by a stack allocation
==20986==    at 0x9D65D4: AddCatcacheInvalidationMessage (inval.c:339)
==20986== 
{
   <insert_a_suppression_name_here>
   Memcheck:Value8
   fun:hash_search_with_hash_value
   fun:hash_search
   fun:smgrclosenode
   fun:LocalExecuteInvalidationMessage
   fun:ReceiveSharedInvalidMessages
   fun:AcceptInvalidationMessages
   fun:LockRelationOid
   fun:relation_open
   fun:heap_open
   fun:load_domaintype_info
   fun:lookup_type_cache
   fun:InitDomainConstraintRef
   fun:ExecInitCoerceToDomain
   fun:ExecInitExprRec
   fun:ExecInitExprRec
   fun:ExecInitFunc
   fun:ExecInitExprRec
   fun:ExecInitQual
   fun:ExecInitSeqScan
   fun:ExecInitNode
}
==20986== Use of uninitialised value of size 8
==20986==    at 0xA02232: hash_search_with_hash_value (dynahash.c:974)
==20986==    by 0xA020EE: hash_search (dynahash.c:909)
==20986==    by 0x88DAB3: smgrclosenode (smgr.c:358)
==20986==    by 0x9D6C01: LocalExecuteInvalidationMessage (inval.c:607)
==20986==    by 0x86C44F: ReceiveSharedInvalidMessages (sinval.c:121)
==20986==    by 0x9D6D83: AcceptInvalidationMessages (inval.c:681)
==20986==    by 0x87047B: LockRelationOid (lmgr.c:125)
==20986==    by 0x4D4726: relation_open (heapam.c:1128)
==20986==    by 0x4D49D9: heap_open (heapam.c:1294)
==20986==    by 0x9EE68E: load_domaintype_info (typcache.c:906)
==20986==    by 0x9EE31C: lookup_type_cache (typcache.c:764)
==20986==    by 0x9EF068: InitDomainConstraintRef (typcache.c:1185)
==20986==    by 0x6B8EF1: ExecInitCoerceToDomain (execExpr.c:2704)
==20986==    by 0x6B7E0D: ExecInitExprRec (execExpr.c:2069)
==20986==    by 0x6B6179: ExecInitExprRec (execExpr.c:1234)
==20986==    by 0x6B82DF: ExecInitFunc (execExpr.c:2228)
==20986==    by 0x6B55C5: ExecInitExprRec (execExpr.c:889)
==20986==    by 0x6B44B1: ExecInitQual (execExpr.c:248)
==20986==    by 0x6FC6E5: ExecInitSeqScan (nodeSeqscan.c:196)
==20986==    by 0x6CCB9C: ExecInitNode (execProcnode.c:207)
==20986==  Uninitialised value was created by a stack allocation
==20986==    at 0x9D65D4: AddCatcacheInvalidationMessage (inval.c:339)
==20986== 
{
   <insert_a_suppression_name_here>
   Memcheck:Value8
   fun:hash_search_with_hash_value
   fun:hash_search
   fun:smgrclosenode
   fun:LocalExecuteInvalidationMessage
   fun:ReceiveSharedInvalidMessages
   fun:AcceptInvalidationMessages
   fun:LockRelationOid
   fun:relation_open
   fun:heap_open
   fun:load_domaintype_info
   fun:lookup_type_cache
   fun:InitDomainConstraintRef
   fun:ExecInitCoerceToDomain
   fun:ExecInitExprRec
   fun:ExecInitExprRec
   fun:ExecInitFunc
   fun:ExecInitExprRec
   fun:ExecInitQual
   fun:ExecInitSeqScan
   fun:ExecInitNode
}
==20984== Conditional jump or move depends on uninitialised value(s)
==20984==    at 0xA0225D: hash_search_with_hash_value (dynahash.c:984)
==20984==    by 0xA020EE: hash_search (dynahash.c:909)
==20984==    by 0x88DAB3: smgrclosenode (smgr.c:358)
==20984==    by 0x9D6C01: LocalExecuteInvalidationMessage (inval.c:607)
==20984==    by 0x86C44F: ReceiveSharedInvalidMessages (sinval.c:121)
==20984==    by 0x9D6D83: AcceptInvalidationMessages (inval.c:681)
==20984==    by 0x87047B: LockRelationOid (lmgr.c:125)
==20984==    by 0x4D4726: relation_open (heapam.c:1128)
==20984==    by 0x4D49D9: heap_open (heapam.c:1294)
==20984==    by 0x5990D9: recordMultipleDependencies (pg_depend.c:78)
==20984==    by 0x599099: recordDependencyOn (pg_depend.c:48)
==20984==    by 0x5A5684: GenerateTypeDependencies (pg_type.c:572)
==20984==    by 0x5A5508: TypeCreate (pg_type.c:466)
==20984==    by 0x566CC3: AddNewRelationType (heap.c:954)
==20984==    by 0x5671F0: heap_create_with_catalog (heap.c:1204)
==20984==    by 0x66FC50: DefineRelation (tablecmds.c:746)
==20984==    by 0x8995C9: ProcessUtilitySlow (utility.c:1015)
==20984==    by 0x899401: standard_ProcessUtility (utility.c:935)
==20984==    by 0x8984F6: ProcessUtility (utility.c:358)
==20984==    by 0x897500: PortalRunUtility (pquery.c:1178)
==20984==  Uninitialised value was created by a stack allocation
==20984==    at 0x9D65D4: AddCatcacheInvalidationMessage (inval.c:339)
==20984== 
{
   <insert_a_suppression_name_here>
   Memcheck:Cond
   fun:hash_search_with_hash_value
   fun:hash_search
   fun:smgrclosenode
   fun:LocalExecuteInvalidationMessage
   fun:ReceiveSharedInvalidMessages
   fun:AcceptInvalidationMessages
   fun:LockRelationOid
   fun:relation_open
   fun:heap_open
   fun:recordMultipleDependencies
   fun:recordDependencyOn
   fun:GenerateTypeDependencies
   fun:TypeCreate
   fun:AddNewRelationType
   fun:heap_create_with_catalog
   fun:DefineRelation
   fun:ProcessUtilitySlow
   fun:standard_ProcessUtility
   fun:ProcessUtility
   fun:PortalRunUtility
}
==20976== Conditional jump or move depends on uninitialised value(s)
==20976==    at 0xA0225D: hash_search_with_hash_value (dynahash.c:984)
==20976==    by 0xA020EE: hash_search (dynahash.c:909)
==20976==    by 0x88DAB3: smgrclosenode (smgr.c:358)
==20976==    by 0x9D6C01: LocalExecuteInvalidationMessage (inval.c:607)
==20976==    by 0x86C44F: ReceiveSharedInvalidMessages (sinval.c:121)
==20976==    by 0x9D6D83: AcceptInvalidationMessages (inval.c:681)
==20976==    by 0x87047B: LockRelationOid (lmgr.c:125)
==20976==    by 0x4D4726: relation_open (heapam.c:1128)
==20976==    by 0x4D49D9: heap_open (heapam.c:1294)
==20976==    by 0x9DA963: RelationBuildTupleDesc (relcache.c:526)
==20976==    by 0x9DC5A1: RelationBuildDesc (relcache.c:1291)
==20976==    by 0x9DEBEA: RelationClearRelation (relcache.c:2506)
==20976==    by 0x9DF0FF: RelationFlushRelation (relcache.c:2634)
==20976==    by 0x9DF242: RelationCacheInvalidateEntry (relcache.c:2696)
==20976==    by 0x9D6B64: LocalExecuteInvalidationMessage (inval.c:587)
==20976==    by 0x9D68B4: ProcessInvalidationMessages (inval.c:458)
==20976==    by 0x9D73A0: CommandEndInvalidationMessages (inval.c:1075)
==20976==    by 0x53A129: AtCCI_LocalCache (xact.c:1371)
==20976==    by 0x539B4C: CommandCounterIncrement (xact.c:952)
==20976==    by 0x56DE6E: index_build (index.c:2302)
==20976==  Uninitialised value was created by a stack allocation
==20976==    at 0x9D65D4: AddCatcacheInvalidationMessage (inval.c:339)
==20976== 
{
   <insert_a_suppression_name_here>
   Memcheck:Cond
   fun:hash_search_with_hash_value
   fun:hash_search
   fun:smgrclosenode
   fun:LocalExecuteInvalidationMessage
   fun:ReceiveSharedInvalidMessages
   fun:AcceptInvalidationMessages
   fun:LockRelationOid
   fun:relation_open
   fun:heap_open
   fun:RelationBuildTupleDesc
   fun:RelationBuildDesc
   fun:RelationClearRelation
   fun:RelationFlushRelation
   fun:RelationCacheInvalidateEntry
   fun:LocalExecuteInvalidationMessage
   fun:ProcessInvalidationMessages
   fun:CommandEndInvalidationMessages
   fun:AtCCI_LocalCache
   fun:CommandCounterIncrement
   fun:index_build
}
==20986== Conditional jump or move depends on uninitialised value(s)
==20986==    at 0xA0225D: hash_search_with_hash_value (dynahash.c:984)
==20986==    by 0xA020EE: hash_search (dynahash.c:909)
==20986==    by 0x88DAB3: smgrclosenode (smgr.c:358)
==20986==    by 0x9D6C01: LocalExecuteInvalidationMessage (inval.c:607)
==20986==    by 0x86C44F: ReceiveSharedInvalidMessages (sinval.c:121)
==20986==    by 0x9D6D83: AcceptInvalidationMessages (inval.c:681)
==20986==    by 0x87047B: LockRelationOid (lmgr.c:125)
==20986==    by 0x4D4726: relation_open (heapam.c:1128)
==20986==    by 0x4D49D9: heap_open (heapam.c:1294)
==20986==    by 0x9DAE5D: RelationBuildRuleLock (relcache.c:707)
==20986==    by 0x9DC5BD: RelationBuildDesc (relcache.c:1297)
==20986==    by 0x9DE23C: RelationIdGetRelation (relcache.c:2075)
==20986==    by 0x4D4730: relation_open (heapam.c:1131)
==20986==    by 0x567F49: heap_drop_with_catalog (heap.c:1797)
==20986==    by 0x562FB6: doDeletion (dependency.c:1137)
==20986==    by 0x562D2B: deleteOneObject (dependency.c:1039)
==20986==    by 0x561D11: deleteObjectsInList (dependency.c:263)
==20986==    by 0x561EE3: performMultipleDeletions (dependency.c:420)
==20986==    by 0x670800: RemoveRelations (tablecmds.c:1177)
==20986==    by 0x89AC93: ExecDropStmt (utility.c:1725)
==20986==  Uninitialised value was created by a stack allocation
==20986==    at 0x9D65D4: AddCatcacheInvalidationMessage (inval.c:339)
==20986== 
{
   <insert_a_suppression_name_here>
   Memcheck:Cond
   fun:hash_search_with_hash_value
   fun:hash_search
   fun:smgrclosenode
   fun:LocalExecuteInvalidationMessage
   fun:ReceiveSharedInvalidMessages
   fun:AcceptInvalidationMessages
   fun:LockRelationOid
   fun:relation_open
   fun:heap_open
   fun:RelationBuildRuleLock
   fun:RelationBuildDesc
   fun:RelationIdGetRelation
   fun:relation_open
   fun:heap_drop_with_catalog
   fun:doDeletion
   fun:deleteOneObject
   fun:deleteObjectsInList
   fun:performMultipleDeletions
   fun:RemoveRelations
   fun:ExecDropStmt
}
==20974== Conditional jump or move depends on uninitialised value(s)
==20974==    at 0x4C356E6: bcmp (vg_replace_strmem.c:1113)
==20974==    by 0xA02277: hash_search_with_hash_value (dynahash.c:985)
==20974==    by 0xA020EE: hash_search (dynahash.c:909)
==20974==    by 0x88DAB3: smgrclosenode (smgr.c:358)
==20974==    by 0x9D6C01: LocalExecuteInvalidationMessage (inval.c:607)
==20974==    by 0x86C44F: ReceiveSharedInvalidMessages (sinval.c:121)
==20974==    by 0x9D6D83: AcceptInvalidationMessages (inval.c:681)
==20974==    by 0x8714F4: LockDatabaseObject (lmgr.c:870)
==20974==    by 0x5632D3: AcquireDeletionLock (dependency.c:1329)
==20974==    by 0x562500: findDependentObjects (dependency.c:748)
==20974==    by 0x561E8D: performMultipleDeletions (dependency.c:399)
==20974==    by 0x670800: RemoveRelations (tablecmds.c:1177)
==20974==    by 0x89AC93: ExecDropStmt (utility.c:1725)
==20974==    by 0x89A862: ProcessUtilitySlow (utility.c:1570)
==20974==    by 0x8990C1: standard_ProcessUtility (utility.c:847)
==20974==    by 0x8984F6: ProcessUtility (utility.c:358)
==20974==    by 0x897500: PortalRunUtility (pquery.c:1178)
==20974==    by 0x897719: PortalRunMulti (pquery.c:1324)
==20974==    by 0x896C58: PortalRun (pquery.c:799)
==20974==    by 0x890BE6: exec_simple_query (postgres.c:1120)
==20974==  Uninitialised value was created by a stack allocation
==20974==    at 0x9D65D4: AddCatcacheInvalidationMessage (inval.c:339)
==20974== 
{
   <insert_a_suppression_name_here>
   Memcheck:Cond
   fun:bcmp
   fun:hash_search_with_hash_value
   fun:hash_search
   fun:smgrclosenode
   fun:LocalExecuteInvalidationMessage
   fun:ReceiveSharedInvalidMessages
   fun:AcceptInvalidationMessages
   fun:LockDatabaseObject
   fun:AcquireDeletionLock
   fun:findDependentObjects
   fun:performMultipleDeletions
   fun:RemoveRelations
   fun:ExecDropStmt
   fun:ProcessUtilitySlow
   fun:standard_ProcessUtility
   fun:ProcessUtility
   fun:PortalRunUtility
   fun:PortalRunMulti
   fun:PortalRun
   fun:exec_simple_query
}
==20982== Conditional jump or move depends on uninitialised value(s)
==20982==    at 0x4C356E6: bcmp (vg_replace_strmem.c:1113)
==20982==    by 0xA02277: hash_search_with_hash_value (dynahash.c:985)
==20982==    by 0xA020EE: hash_search (dynahash.c:909)
==20982==    by 0x88DAB3: smgrclosenode (smgr.c:358)
==20982==    by 0x9D6C01: LocalExecuteInvalidationMessage (inval.c:607)
==20982==    by 0x86C44F: ReceiveSharedInvalidMessages (sinval.c:121)
==20982==    by 0x9D6D83: AcceptInvalidationMessages (inval.c:681)
==20982==    by 0x539B6B: AtStart_Cache (xact.c:980)
==20982==    by 0x53AA6C: StartTransaction (xact.c:1915)
==20982==    by 0x53B6F0: StartTransactionCommand (xact.c:2685)
==20982==    by 0x892EFB: start_xact_command (postgres.c:2475)
==20982==    by 0x89083E: exec_simple_query (postgres.c:923)
==20982==    by 0x894E7B: PostgresMain (postgres.c:4143)
==20982==    by 0x7F553D: BackendRun (postmaster.c:4412)
==20982==    by 0x7F4CA1: BackendStartup (postmaster.c:4084)
==20982==    by 0x7F12A0: ServerLoop (postmaster.c:1757)
==20982==    by 0x7F08CF: PostmasterMain (postmaster.c:1365)
==20982==    by 0x728E33: main (main.c:228)
==20982==  Uninitialised value was created by a stack allocation
==20982==    at 0x9D65D4: AddCatcacheInvalidationMessage (inval.c:339)
==20982== 
{
   <insert_a_suppression_name_here>
   Memcheck:Cond
   fun:bcmp
   fun:hash_search_with_hash_value
   fun:hash_search
   fun:smgrclosenode
   fun:LocalExecuteInvalidationMessage
   fun:ReceiveSharedInvalidMessages
   fun:AcceptInvalidationMessages
   fun:AtStart_Cache
   fun:StartTransaction
   fun:StartTransactionCommand
   fun:start_xact_command
   fun:exec_simple_query
   fun:PostgresMain
   fun:BackendRun
   fun:BackendStartup
   fun:ServerLoop
   fun:PostmasterMain
   fun:main
}
==20986== Conditional jump or move depends on uninitialised value(s)
==20986==    at 0x4C356E6: bcmp (vg_replace_strmem.c:1113)
==20986==    by 0xA02277: hash_search_with_hash_value (dynahash.c:985)
==20986==    by 0xA020EE: hash_search (dynahash.c:909)
==20986==    by 0x88DAB3: smgrclosenode (smgr.c:358)
==20986==    by 0x9D6C01: LocalExecuteInvalidationMessage (inval.c:607)
==20986==    by 0x86C44F: ReceiveSharedInvalidMessages (sinval.c:121)
==20986==    by 0x9D6D83: AcceptInvalidationMessages (inval.c:681)
==20986==    by 0x87047B: LockRelationOid (lmgr.c:125)
==20986==    by 0x4D4726: relation_open (heapam.c:1128)
==20986==    by 0x4D49D9: heap_open (heapam.c:1294)
==20986==    by 0x5972D0: RemoveConstraintById (pg_constraint.c:540)
==20986==    by 0x56302D: doDeletion (dependency.c:1166)
==20986==    by 0x562D2B: deleteOneObject (dependency.c:1039)
==20986==    by 0x561D11: deleteObjectsInList (dependency.c:263)
==20986==    by 0x561EE3: performMultipleDeletions (dependency.c:420)
==20986==    by 0x670800: RemoveRelations (tablecmds.c:1177)
==20986==    by 0x89AC93: ExecDropStmt (utility.c:1725)
==20986==    by 0x89A862: ProcessUtilitySlow (utility.c:1570)
==20986==    by 0x8990C1: standard_ProcessUtility (utility.c:847)
==20986==    by 0x8984F6: ProcessUtility (utility.c:358)
==20986==  Uninitialised value was created by a stack allocation
==20986==    at 0x9D65D4: AddCatcacheInvalidationMessage (inval.c:339)
==20986== 
{
   <insert_a_suppression_name_here>
   Memcheck:Cond
   fun:bcmp
   fun:hash_search_with_hash_value
   fun:hash_search
   fun:smgrclosenode
   fun:LocalExecuteInvalidationMessage
   fun:ReceiveSharedInvalidMessages
   fun:AcceptInvalidationMessages
   fun:LockRelationOid
   fun:relation_open
   fun:heap_open
   fun:RemoveConstraintById
   fun:doDeletion
   fun:deleteOneObject
   fun:deleteObjectsInList
   fun:performMultipleDeletions
   fun:RemoveRelations
   fun:ExecDropStmt
   fun:ProcessUtilitySlow
   fun:standard_ProcessUtility
   fun:ProcessUtility
}
==21104== Conditional jump or move depends on uninitialised value(s)
==21104==    at 0xA02088: calc_bucket (dynahash.c:870)
==21104==    by 0xA021BA: hash_search_with_hash_value (dynahash.c:963)
==21104==    by 0xA020EE: hash_search (dynahash.c:909)
==21104==    by 0x88DAB3: smgrclosenode (smgr.c:358)
==21104==    by 0x9D6C01: LocalExecuteInvalidationMessage (inval.c:607)
==21104==    by 0x86C44F: ReceiveSharedInvalidMessages (sinval.c:121)
==21104==    by 0x9D6D83: AcceptInvalidationMessages (inval.c:681)
==21104==    by 0x539B6B: AtStart_Cache (xact.c:980)
==21104==    by 0x53AA6C: StartTransaction (xact.c:1915)
==21104==    by 0x53B6F0: StartTransactionCommand (xact.c:2685)
==21104==    by 0x892EFB: start_xact_command (postgres.c:2475)
==21104==    by 0x89083E: exec_simple_query (postgres.c:923)
==21104==    by 0x894E7B: PostgresMain (postgres.c:4143)
==21104==    by 0x7F553D: BackendRun (postmaster.c:4412)
==21104==    by 0x7F4CA1: BackendStartup (postmaster.c:4084)
==21104==    by 0x7F12A0: ServerLoop (postmaster.c:1757)
==21104==    by 0x7F08CF: PostmasterMain (postmaster.c:1365)
==21104==    by 0x728E33: main (main.c:228)
==21104==  Uninitialised value was created by a stack allocation
==21104==    at 0x9D65D4: AddCatcacheInvalidationMessage (inval.c:339)
==21104== 
{
   <insert_a_suppression_name_here>
   Memcheck:Cond
   fun:calc_bucket
   fun:hash_search_with_hash_value
   fun:hash_search
   fun:smgrclosenode
   fun:LocalExecuteInvalidationMessage
   fun:ReceiveSharedInvalidMessages
   fun:AcceptInvalidationMessages
   fun:AtStart_Cache
   fun:StartTransaction
   fun:StartTransactionCommand
   fun:start_xact_command
   fun:exec_simple_query
   fun:PostgresMain
   fun:BackendRun
   fun:BackendStartup
   fun:ServerLoop
   fun:PostmasterMain
   fun:main
}
==21104== Use of uninitialised value of size 8
==21104==    at 0xA021FD: hash_search_with_hash_value (dynahash.c:968)
==21104==    by 0xA020EE: hash_search (dynahash.c:909)
==21104==    by 0x88DAB3: smgrclosenode (smgr.c:358)
==21104==    by 0x9D6C01: LocalExecuteInvalidationMessage (inval.c:607)
==21104==    by 0x86C44F: ReceiveSharedInvalidMessages (sinval.c:121)
==21104==    by 0x9D6D83: AcceptInvalidationMessages (inval.c:681)
==21104==    by 0x539B6B: AtStart_Cache (xact.c:980)
==21104==    by 0x53AA6C: StartTransaction (xact.c:1915)
==21104==    by 0x53B6F0: StartTransactionCommand (xact.c:2685)
==21104==    by 0x892EFB: start_xact_command (postgres.c:2475)
==21104==    by 0x89083E: exec_simple_query (postgres.c:923)
==21104==    by 0x894E7B: PostgresMain (postgres.c:4143)
==21104==    by 0x7F553D: BackendRun (postmaster.c:4412)
==21104==    by 0x7F4CA1: BackendStartup (postmaster.c:4084)
==21104==    by 0x7F12A0: ServerLoop (postmaster.c:1757)
==21104==    by 0x7F08CF: PostmasterMain (postmaster.c:1365)
==21104==    by 0x728E33: main (main.c:228)
==21104==  Uninitialised value was created by a stack allocation
==21104==    at 0x9D65D4: AddCatcacheInvalidationMessage (inval.c:339)
==21104== 
{
   <insert_a_suppression_name_here>
   Memcheck:Value8
   fun:hash_search_with_hash_value
   fun:hash_search
   fun:smgrclosenode
   fun:LocalExecuteInvalidationMessage
   fun:ReceiveSharedInvalidMessages
   fun:AcceptInvalidationMessages
   fun:AtStart_Cache
   fun:StartTransaction
   fun:StartTransactionCommand
   fun:start_xact_command
   fun:exec_simple_query
   fun:PostgresMain
   fun:BackendRun
   fun:BackendStartup
   fun:ServerLoop
   fun:PostmasterMain
   fun:main
}
==21104== Use of uninitialised value of size 8
==21104==    at 0xA02232: hash_search_with_hash_value (dynahash.c:974)
==21104==    by 0xA020EE: hash_search (dynahash.c:909)
==21104==    by 0x88DAB3: smgrclosenode (smgr.c:358)
==21104==    by 0x9D6C01: LocalExecuteInvalidationMessage (inval.c:607)
==21104==    by 0x86C44F: ReceiveSharedInvalidMessages (sinval.c:121)
==21104==    by 0x9D6D83: AcceptInvalidationMessages (inval.c:681)
==21104==    by 0x539B6B: AtStart_Cache (xact.c:980)
==21104==    by 0x53AA6C: StartTransaction (xact.c:1915)
==21104==    by 0x53B6F0: StartTransactionCommand (xact.c:2685)
==21104==    by 0x892EFB: start_xact_command (postgres.c:2475)
==21104==    by 0x89083E: exec_simple_query (postgres.c:923)
==21104==    by 0x894E7B: PostgresMain (postgres.c:4143)
==21104==    by 0x7F553D: BackendRun (postmaster.c:4412)
==21104==    by 0x7F4CA1: BackendStartup (postmaster.c:4084)
==21104==    by 0x7F12A0: ServerLoop (postmaster.c:1757)
==21104==    by 0x7F08CF: PostmasterMain (postmaster.c:1365)
==21104==    by 0x728E33: main (main.c:228)
==21104==  Uninitialised value was created by a stack allocation
==21104==    at 0x9D65D4: AddCatcacheInvalidationMessage (inval.c:339)
==21104== 
{
   <insert_a_suppression_name_here>
   Memcheck:Value8
   fun:hash_search_with_hash_value
   fun:hash_search
   fun:smgrclosenode
   fun:LocalExecuteInvalidationMessage
   fun:ReceiveSharedInvalidMessages
   fun:AcceptInvalidationMessages
   fun:AtStart_Cache
   fun:StartTransaction
   fun:StartTransactionCommand
   fun:start_xact_command
   fun:exec_simple_query
   fun:PostgresMain
   fun:BackendRun
   fun:BackendStartup
   fun:ServerLoop
   fun:PostmasterMain
   fun:main
}
==21113== Conditional jump or move depends on uninitialised value(s)
==21113==    at 0xA02088: calc_bucket (dynahash.c:870)
==21113==    by 0xA021BA: hash_search_with_hash_value (dynahash.c:963)
==21113==    by 0xA020EE: hash_search (dynahash.c:909)
==21113==    by 0x88DAB3: smgrclosenode (smgr.c:358)
==21113==    by 0x9D6C01: LocalExecuteInvalidationMessage (inval.c:607)
==21113==    by 0x86C44F: ReceiveSharedInvalidMessages (sinval.c:121)
==21113==    by 0x9D6D83: AcceptInvalidationMessages (inval.c:681)
==21113==    by 0x87047B: LockRelationOid (lmgr.c:125)
==21113==    by 0x4D4726: relation_open (heapam.c:1128)
==21113==    by 0x4D49D9: heap_open (heapam.c:1294)
==21113==    by 0x5990D9: recordMultipleDependencies (pg_depend.c:78)
==21113==    by 0x599099: recordDependencyOn (pg_depend.c:48)
==21113==    by 0x673120: StoreCatalogInheritance1 (tablecmds.c:2479)
==21113==    by 0x68534B: CreateInheritance (tablecmds.c:11316)
==21113==    by 0x68B06C: ATExecAttachPartition (tablecmds.c:13993)
==21113==    by 0x675D70: ATExecCmd (tablecmds.c:4171)
==21113==    by 0x6750F2: ATRewriteCatalogs (tablecmds.c:3878)
==21113==    by 0x6747E3: ATController (tablecmds.c:3528)
==21113==    by 0x67451D: AlterTable (tablecmds.c:3201)
==21113==    by 0x8998B4: ProcessUtilitySlow (utility.c:1132)
==21113==  Uninitialised value was created by a stack allocation
==21113==    at 0x9D671C: AddSnapshotInvalidationMessage (inval.c:415)
==21113== 
{
   <insert_a_suppression_name_here>
   Memcheck:Cond
   fun:calc_bucket
   fun:hash_search_with_hash_value
   fun:hash_search
   fun:smgrclosenode
   fun:LocalExecuteInvalidationMessage
   fun:ReceiveSharedInvalidMessages
   fun:AcceptInvalidationMessages
   fun:LockRelationOid
   fun:relation_open
   fun:heap_open
   fun:recordMultipleDependencies
   fun:recordDependencyOn
   fun:StoreCatalogInheritance1
   fun:CreateInheritance
   fun:ATExecAttachPartition
   fun:ATExecCmd
   fun:ATRewriteCatalogs
   fun:ATController
   fun:AlterTable
   fun:ProcessUtilitySlow
}
==21113== Use of uninitialised value of size 8
==21113==    at 0xA021FD: hash_search_with_hash_value (dynahash.c:968)
==21113==    by 0xA020EE: hash_search (dynahash.c:909)
==21113==    by 0x88DAB3: smgrclosenode (smgr.c:358)
==21113==    by 0x9D6C01: LocalExecuteInvalidationMessage (inval.c:607)
==21113==    by 0x86C44F: ReceiveSharedInvalidMessages (sinval.c:121)
==21113==    by 0x9D6D83: AcceptInvalidationMessages (inval.c:681)
==21113==    by 0x87047B: LockRelationOid (lmgr.c:125)
==21113==    by 0x4D4726: relation_open (heapam.c:1128)
==21113==    by 0x4D49D9: heap_open (heapam.c:1294)
==21113==    by 0x5990D9: recordMultipleDependencies (pg_depend.c:78)
==21113==    by 0x599099: recordDependencyOn (pg_depend.c:48)
==21113==    by 0x673120: StoreCatalogInheritance1 (tablecmds.c:2479)
==21113==    by 0x68534B: CreateInheritance (tablecmds.c:11316)
==21113==    by 0x68B06C: ATExecAttachPartition (tablecmds.c:13993)
==21113==    by 0x675D70: ATExecCmd (tablecmds.c:4171)
==21113==    by 0x6750F2: ATRewriteCatalogs (tablecmds.c:3878)
==21113==    by 0x6747E3: ATController (tablecmds.c:3528)
==21113==    by 0x67451D: AlterTable (tablecmds.c:3201)
==21113==    by 0x8998B4: ProcessUtilitySlow (utility.c:1132)
==21113==    by 0x899401: standard_ProcessUtility (utility.c:935)
==21113==  Uninitialised value was created by a stack allocation
==21113==    at 0x9D671C: AddSnapshotInvalidationMessage (inval.c:415)
==21113== 
{
   <insert_a_suppression_name_here>
   Memcheck:Value8
   fun:hash_search_with_hash_value
   fun:hash_search
   fun:smgrclosenode
   fun:LocalExecuteInvalidationMessage
   fun:ReceiveSharedInvalidMessages
   fun:AcceptInvalidationMessages
   fun:LockRelationOid
   fun:relation_open
   fun:heap_open
   fun:recordMultipleDependencies
   fun:recordDependencyOn
   fun:StoreCatalogInheritance1
   fun:CreateInheritance
   fun:ATExecAttachPartition
   fun:ATExecCmd
   fun:ATRewriteCatalogs
   fun:ATController
   fun:AlterTable
   fun:ProcessUtilitySlow
   fun:standard_ProcessUtility
}
==21113== Use of uninitialised value of size 8
==21113==    at 0xA02232: hash_search_with_hash_value (dynahash.c:974)
==21113==    by 0xA020EE: hash_search (dynahash.c:909)
==21113==    by 0x88DAB3: smgrclosenode (smgr.c:358)
==21113==    by 0x9D6C01: LocalExecuteInvalidationMessage (inval.c:607)
==21113==    by 0x86C44F: ReceiveSharedInvalidMessages (sinval.c:121)
==21113==    by 0x9D6D83: AcceptInvalidationMessages (inval.c:681)
==21113==    by 0x87047B: LockRelationOid (lmgr.c:125)
==21113==    by 0x4D4726: relation_open (heapam.c:1128)
==21113==    by 0x4D49D9: heap_open (heapam.c:1294)
==21113==    by 0x5990D9: recordMultipleDependencies (pg_depend.c:78)
==21113==    by 0x599099: recordDependencyOn (pg_depend.c:48)
==21113==    by 0x673120: StoreCatalogInheritance1 (tablecmds.c:2479)
==21113==    by 0x68534B: CreateInheritance (tablecmds.c:11316)
==21113==    by 0x68B06C: ATExecAttachPartition (tablecmds.c:13993)
==21113==    by 0x675D70: ATExecCmd (tablecmds.c:4171)
==21113==    by 0x6750F2: ATRewriteCatalogs (tablecmds.c:3878)
==21113==    by 0x6747E3: ATController (tablecmds.c:3528)
==21113==    by 0x67451D: AlterTable (tablecmds.c:3201)
==21113==    by 0x8998B4: ProcessUtilitySlow (utility.c:1132)
==21113==    by 0x899401: standard_ProcessUtility (utility.c:935)
==21113==  Uninitialised value was created by a stack allocation
==21113==    at 0x9D671C: AddSnapshotInvalidationMessage (inval.c:415)
==21113== 
{
   <insert_a_suppression_name_here>
   Memcheck:Value8
   fun:hash_search_with_hash_value
   fun:hash_search
   fun:smgrclosenode
   fun:LocalExecuteInvalidationMessage
   fun:ReceiveSharedInvalidMessages
   fun:AcceptInvalidationMessages
   fun:LockRelationOid
   fun:relation_open
   fun:heap_open
   fun:recordMultipleDependencies
   fun:recordDependencyOn
   fun:StoreCatalogInheritance1
   fun:CreateInheritance
   fun:ATExecAttachPartition
   fun:ATExecCmd
   fun:ATRewriteCatalogs
   fun:ATController
   fun:AlterTable
   fun:ProcessUtilitySlow
   fun:standard_ProcessUtility
}
==21115== Conditional jump or move depends on uninitialised value(s)
==21115==    at 0xA02088: calc_bucket (dynahash.c:870)
==21115==    by 0xA021BA: hash_search_with_hash_value (dynahash.c:963)
==21115==    by 0xA020EE: hash_search (dynahash.c:909)
==21115==    by 0x88DAB3: smgrclosenode (smgr.c:358)
==21115==    by 0x9D6C01: LocalExecuteInvalidationMessage (inval.c:607)
==21115==    by 0x86C44F: ReceiveSharedInvalidMessages (sinval.c:121)
==21115==    by 0x9D6D83: AcceptInvalidationMessages (inval.c:681)
==21115==    by 0x87047B: LockRelationOid (lmgr.c:125)
==21115==    by 0x4D4726: relation_open (heapam.c:1128)
==21115==    by 0x4D49D9: heap_open (heapam.c:1294)
==21115==    by 0x9D4251: SearchCatCacheMiss (catcache.c:1375)
==21115==    by 0x9D4168: SearchCatCacheInternal (catcache.c:1317)
==21115==    by 0x9D3EB3: SearchCatCache2 (catcache.c:1193)
==21115==    by 0x9E87FB: SearchSysCache2 (syscache.c:1130)
==21115==    by 0x5E8F97: find_coercion_pathway (parse_coerce.c:2247)
==21115==    by 0x5E65EF: can_coerce_type (parse_coerce.c:583)
==21115==    by 0x5F5E2E: func_match_argtypes (parse_func.c:856)
==21115==    by 0x5F935F: oper_select_candidate (parse_oper.c:330)
==21115==    by 0x5F954B: oper (parse_oper.c:431)
==21115==    by 0x5F9E31: make_op (parse_oper.c:781)
==21115==  Uninitialised value was created by a stack allocation
==21115==    at 0x9D65D4: AddCatcacheInvalidationMessage (inval.c:339)
==21115== 
{
   <insert_a_suppression_name_here>
   Memcheck:Cond
   fun:calc_bucket
   fun:hash_search_with_hash_value
   fun:hash_search
   fun:smgrclosenode
   fun:LocalExecuteInvalidationMessage
   fun:ReceiveSharedInvalidMessages
   fun:AcceptInvalidationMessages
   fun:LockRelationOid
   fun:relation_open
   fun:heap_open
   fun:SearchCatCacheMiss
   fun:SearchCatCacheInternal
   fun:SearchCatCache2
   fun:SearchSysCache2
   fun:find_coercion_pathway
   fun:can_coerce_type
   fun:func_match_argtypes
   fun:oper_select_candidate
   fun:oper
   fun:make_op
}
==21115== Use of uninitialised value of size 8
==21115==    at 0xA021FD: hash_search_with_hash_value (dynahash.c:968)
==21115==    by 0xA020EE: hash_search (dynahash.c:909)
==21115==    by 0x88DAB3: smgrclosenode (smgr.c:358)
==21115==    by 0x9D6C01: LocalExecuteInvalidationMessage (inval.c:607)
==21115==    by 0x86C44F: ReceiveSharedInvalidMessages (sinval.c:121)
==21115==    by 0x9D6D83: AcceptInvalidationMessages (inval.c:681)
==21115==    by 0x87047B: LockRelationOid (lmgr.c:125)
==21115==    by 0x4D4726: relation_open (heapam.c:1128)
==21115==    by 0x4D49D9: heap_open (heapam.c:1294)
==21115==    by 0x9D4251: SearchCatCacheMiss (catcache.c:1375)
==21115==    by 0x9D4168: SearchCatCacheInternal (catcache.c:1317)
==21115==    by 0x9D3EB3: SearchCatCache2 (catcache.c:1193)
==21115==    by 0x9E87FB: SearchSysCache2 (syscache.c:1130)
==21115==    by 0x5E8F97: find_coercion_pathway (parse_coerce.c:2247)
==21115==    by 0x5E65EF: can_coerce_type (parse_coerce.c:583)
==21115==    by 0x5F5E2E: func_match_argtypes (parse_func.c:856)
==21115==    by 0x5F935F: oper_select_candidate (parse_oper.c:330)
==21115==    by 0x5F954B: oper (parse_oper.c:431)
==21115==    by 0x5F9E31: make_op (parse_oper.c:781)
==21115==    by 0x5EE6AF: transformAExprOp (parse_expr.c:937)
==21115==  Uninitialised value was created by a stack allocation
==21115==    at 0x9D65D4: AddCatcacheInvalidationMessage (inval.c:339)
==21115== 
{
   <insert_a_suppression_name_here>
   Memcheck:Value8
   fun:hash_search_with_hash_value
   fun:hash_search
   fun:smgrclosenode
   fun:LocalExecuteInvalidationMessage
   fun:ReceiveSharedInvalidMessages
   fun:AcceptInvalidationMessages
   fun:LockRelationOid
   fun:relation_open
   fun:heap_open
   fun:SearchCatCacheMiss
   fun:SearchCatCacheInternal
   fun:SearchCatCache2
   fun:SearchSysCache2
   fun:find_coercion_pathway
   fun:can_coerce_type
   fun:func_match_argtypes
   fun:oper_select_candidate
   fun:oper
   fun:make_op
   fun:transformAExprOp
}
==21115== Use of uninitialised value of size 8
==21115==    at 0xA02232: hash_search_with_hash_value (dynahash.c:974)
==21115==    by 0xA020EE: hash_search (dynahash.c:909)
==21115==    by 0x88DAB3: smgrclosenode (smgr.c:358)
==21115==    by 0x9D6C01: LocalExecuteInvalidationMessage (inval.c:607)
==21115==    by 0x86C44F: ReceiveSharedInvalidMessages (sinval.c:121)
==21115==    by 0x9D6D83: AcceptInvalidationMessages (inval.c:681)
==21115==    by 0x87047B: LockRelationOid (lmgr.c:125)
==21115==    by 0x4D4726: relation_open (heapam.c:1128)
==21115==    by 0x4D49D9: heap_open (heapam.c:1294)
==21115==    by 0x9D4251: SearchCatCacheMiss (catcache.c:1375)
==21115==    by 0x9D4168: SearchCatCacheInternal (catcache.c:1317)
==21115==    by 0x9D3EB3: SearchCatCache2 (catcache.c:1193)
==21115==    by 0x9E87FB: SearchSysCache2 (syscache.c:1130)
==21115==    by 0x5E8F97: find_coercion_pathway (parse_coerce.c:2247)
==21115==    by 0x5E65EF: can_coerce_type (parse_coerce.c:583)
==21115==    by 0x5F5E2E: func_match_argtypes (parse_func.c:856)
==21115==    by 0x5F935F: oper_select_candidate (parse_oper.c:330)
==21115==    by 0x5F954B: oper (parse_oper.c:431)
==21115==    by 0x5F9E31: make_op (parse_oper.c:781)
==21115==    by 0x5EE6AF: transformAExprOp (parse_expr.c:937)
==21115==  Uninitialised value was created by a stack allocation
==21115==    at 0x9D65D4: AddCatcacheInvalidationMessage (inval.c:339)
==21115== 
{
   <insert_a_suppression_name_here>
   Memcheck:Value8
   fun:hash_search_with_hash_value
   fun:hash_search
   fun:smgrclosenode
   fun:LocalExecuteInvalidationMessage
   fun:ReceiveSharedInvalidMessages
   fun:AcceptInvalidationMessages
   fun:LockRelationOid
   fun:relation_open
   fun:heap_open
   fun:SearchCatCacheMiss
   fun:SearchCatCacheInternal
   fun:SearchCatCache2
   fun:SearchSysCache2
   fun:find_coercion_pathway
   fun:can_coerce_type
   fun:func_match_argtypes
   fun:oper_select_candidate
   fun:oper
   fun:make_op
   fun:transformAExprOp
}
==21113== Conditional jump or move depends on uninitialised value(s)
==21113==    at 0xA0225D: hash_search_with_hash_value (dynahash.c:984)
==21113==    by 0xA020EE: hash_search (dynahash.c:909)
==21113==    by 0x88DAB3: smgrclosenode (smgr.c:358)
==21113==    by 0x9D6C01: LocalExecuteInvalidationMessage (inval.c:607)
==21113==    by 0x86C44F: ReceiveSharedInvalidMessages (sinval.c:121)
==21113==    by 0x9D6D83: AcceptInvalidationMessages (inval.c:681)
==21113==    by 0x87047B: LockRelationOid (lmgr.c:125)
==21113==    by 0x4D4726: relation_open (heapam.c:1128)
==21113==    by 0x4D49D9: heap_open (heapam.c:1294)
==21113==    by 0x9D39EC: CatalogCacheInitializeCache (catcache.c:948)
==21113==    by 0x9D3FC2: SearchCatCacheInternal (catcache.c:1239)
==21113==    by 0x9D3E78: SearchCatCache1 (catcache.c:1185)
==21113==    by 0x9E8761: SearchSysCache1 (syscache.c:1119)
==21113==    by 0x64D318: CreateFunction (functioncmds.c:928)
==21113==    by 0x89A4A8: ProcessUtilitySlow (utility.c:1458)
==21113==    by 0x899401: standard_ProcessUtility (utility.c:935)
==21113==    by 0x8984F6: ProcessUtility (utility.c:358)
==21113==    by 0x897500: PortalRunUtility (pquery.c:1178)
==21113==    by 0x897719: PortalRunMulti (pquery.c:1324)
==21113==    by 0x896C58: PortalRun (pquery.c:799)
==21113==  Uninitialised value was created by a stack allocation
==21113==    at 0x9D65D4: AddCatcacheInvalidationMessage (inval.c:339)
==21113== 
{
   <insert_a_suppression_name_here>
   Memcheck:Cond
   fun:hash_search_with_hash_value
   fun:hash_search
   fun:smgrclosenode
   fun:LocalExecuteInvalidationMessage
   fun:ReceiveSharedInvalidMessages
   fun:AcceptInvalidationMessages
   fun:LockRelationOid
   fun:relation_open
   fun:heap_open
   fun:CatalogCacheInitializeCache
   fun:SearchCatCacheInternal
   fun:SearchCatCache1
   fun:SearchSysCache1
   fun:CreateFunction
   fun:ProcessUtilitySlow
   fun:standard_ProcessUtility
   fun:ProcessUtility
   fun:PortalRunUtility
   fun:PortalRunMulti
   fun:PortalRun
}
==21115== Conditional jump or move depends on uninitialised value(s)
==21115==    at 0xA0225D: hash_search_with_hash_value (dynahash.c:984)
==21115==    by 0xA020EE: hash_search (dynahash.c:909)
==21115==    by 0x88DAB3: smgrclosenode (smgr.c:358)
==21115==    by 0x9D6C01: LocalExecuteInvalidationMessage (inval.c:607)
==21115==    by 0x86C44F: ReceiveSharedInvalidMessages (sinval.c:121)
==21115==    by 0x9D6D83: AcceptInvalidationMessages (inval.c:681)
==21115==    by 0x87047B: LockRelationOid (lmgr.c:125)
==21115==    by 0x4D4726: relation_open (heapam.c:1128)
==21115==    by 0x4D49D9: heap_open (heapam.c:1294)
==21115==    by 0x9E0175: RelationSetNewRelfilenode (relcache.c:3417)
==21115==    by 0x67112F: ExecuteTruncate (tablecmds.c:1539)
==21115==    by 0x8989AF: standard_ProcessUtility (utility.c:555)
==21115==    by 0x8984F6: ProcessUtility (utility.c:358)
==21115==    by 0x897500: PortalRunUtility (pquery.c:1178)
==21115==    by 0x897719: PortalRunMulti (pquery.c:1324)
==21115==    by 0x896C58: PortalRun (pquery.c:799)
==21115==    by 0x890BE6: exec_simple_query (postgres.c:1120)
==21115==    by 0x894E7B: PostgresMain (postgres.c:4143)
==21115==    by 0x7F553D: BackendRun (postmaster.c:4412)
==21115==    by 0x7F4CA1: BackendStartup (postmaster.c:4084)
==21115==  Uninitialised value was created by a stack allocation
==21115==    at 0x9D65D4: AddCatcacheInvalidationMessage (inval.c:339)
==21115== 
{
   <insert_a_suppression_name_here>
   Memcheck:Cond
   fun:hash_search_with_hash_value
   fun:hash_search
   fun:smgrclosenode
   fun:LocalExecuteInvalidationMessage
   fun:ReceiveSharedInvalidMessages
   fun:AcceptInvalidationMessages
   fun:LockRelationOid
   fun:relation_open
   fun:heap_open
   fun:RelationSetNewRelfilenode
   fun:ExecuteTruncate
   fun:standard_ProcessUtility
   fun:ProcessUtility
   fun:PortalRunUtility
   fun:PortalRunMulti
   fun:PortalRun
   fun:exec_simple_query
   fun:PostgresMain
   fun:BackendRun
   fun:BackendStartup
}
==21109== Conditional jump or move depends on uninitialised value(s)
==21109==    at 0xA02088: calc_bucket (dynahash.c:870)
==21109==    by 0xA021BA: hash_search_with_hash_value (dynahash.c:963)
==21109==    by 0xA020EE: hash_search (dynahash.c:909)
==21109==    by 0x88DAB3: smgrclosenode (smgr.c:358)
==21109==    by 0x9D6C01: LocalExecuteInvalidationMessage (inval.c:607)
==21109==    by 0x86C44F: ReceiveSharedInvalidMessages (sinval.c:121)
==21109==    by 0x9D6D83: AcceptInvalidationMessages (inval.c:681)
==21109==    by 0x539B6B: AtStart_Cache (xact.c:980)
==21109==    by 0x53AA6C: StartTransaction (xact.c:1915)
==21109==    by 0x53B6F0: StartTransactionCommand (xact.c:2685)
==21109==    by 0x892EFB: start_xact_command (postgres.c:2475)
==21109==    by 0x89083E: exec_simple_query (postgres.c:923)
==21109==    by 0x894E7B: PostgresMain (postgres.c:4143)
==21109==    by 0x7F553D: BackendRun (postmaster.c:4412)
==21109==    by 0x7F4CA1: BackendStartup (postmaster.c:4084)
==21109==    by 0x7F12A0: ServerLoop (postmaster.c:1757)
==21109==    by 0x7F08CF: PostmasterMain (postmaster.c:1365)
==21109==    by 0x728E33: main (main.c:228)
==21109==  Uninitialised value was created by a stack allocation
==21109==    at 0x9D65D4: AddCatcacheInvalidationMessage (inval.c:339)
==21109== 
{
   <insert_a_suppression_name_here>
   Memcheck:Cond
   fun:calc_bucket
   fun:hash_search_with_hash_value
   fun:hash_search
   fun:smgrclosenode
   fun:LocalExecuteInvalidationMessage
   fun:ReceiveSharedInvalidMessages
   fun:AcceptInvalidationMessages
   fun:AtStart_Cache
   fun:StartTransaction
   fun:StartTransactionCommand
   fun:start_xact_command
   fun:exec_simple_query
   fun:PostgresMain
   fun:BackendRun
   fun:BackendStartup
   fun:ServerLoop
   fun:PostmasterMain
   fun:main
}
==21109== Use of uninitialised value of size 8
==21109==    at 0xA021FD: hash_search_with_hash_value (dynahash.c:968)
==21109==    by 0xA020EE: hash_search (dynahash.c:909)
==21109==    by 0x88DAB3: smgrclosenode (smgr.c:358)
==21109==    by 0x9D6C01: LocalExecuteInvalidationMessage (inval.c:607)
==21109==    by 0x86C44F: ReceiveSharedInvalidMessages (sinval.c:121)
==21109==    by 0x9D6D83: AcceptInvalidationMessages (inval.c:681)
==21109==    by 0x539B6B: AtStart_Cache (xact.c:980)
==21109==    by 0x53AA6C: StartTransaction (xact.c:1915)
==21109==    by 0x53B6F0: StartTransactionCommand (xact.c:2685)
==21109==    by 0x892EFB: start_xact_command (postgres.c:2475)
==21109==    by 0x89083E: exec_simple_query (postgres.c:923)
==21109==    by 0x894E7B: PostgresMain (postgres.c:4143)
==21109==    by 0x7F553D: BackendRun (postmaster.c:4412)
==21109==    by 0x7F4CA1: BackendStartup (postmaster.c:4084)
==21109==    by 0x7F12A0: ServerLoop (postmaster.c:1757)
==21109==    by 0x7F08CF: PostmasterMain (postmaster.c:1365)
==21109==    by 0x728E33: main (main.c:228)
==21109==  Uninitialised value was created by a stack allocation
==21109==    at 0x9D65D4: AddCatcacheInvalidationMessage (inval.c:339)
==21109== 
{
   <insert_a_suppression_name_here>
   Memcheck:Value8
   fun:hash_search_with_hash_value
   fun:hash_search
   fun:smgrclosenode
   fun:LocalExecuteInvalidationMessage
   fun:ReceiveSharedInvalidMessages
   fun:AcceptInvalidationMessages
   fun:AtStart_Cache
   fun:StartTransaction
   fun:StartTransactionCommand
   fun:start_xact_command
   fun:exec_simple_query
   fun:PostgresMain
   fun:BackendRun
   fun:BackendStartup
   fun:ServerLoop
   fun:PostmasterMain
   fun:main
}
==21109== Use of uninitialised value of size 8
==21109==    at 0xA02232: hash_search_with_hash_value (dynahash.c:974)
==21109==    by 0xA020EE: hash_search (dynahash.c:909)
==21109==    by 0x88DAB3: smgrclosenode (smgr.c:358)
==21109==    by 0x9D6C01: LocalExecuteInvalidationMessage (inval.c:607)
==21109==    by 0x86C44F: ReceiveSharedInvalidMessages (sinval.c:121)
==21109==    by 0x9D6D83: AcceptInvalidationMessages (inval.c:681)
==21109==    by 0x539B6B: AtStart_Cache (xact.c:980)
==21109==    by 0x53AA6C: StartTransaction (xact.c:1915)
==21109==    by 0x53B6F0: StartTransactionCommand (xact.c:2685)
==21109==    by 0x892EFB: start_xact_command (postgres.c:2475)
==21109==    by 0x89083E: exec_simple_query (postgres.c:923)
==21109==    by 0x894E7B: PostgresMain (postgres.c:4143)
==21109==    by 0x7F553D: BackendRun (postmaster.c:4412)
==21109==    by 0x7F4CA1: BackendStartup (postmaster.c:4084)
==21109==    by 0x7F12A0: ServerLoop (postmaster.c:1757)
==21109==    by 0x7F08CF: PostmasterMain (postmaster.c:1365)
==21109==    by 0x728E33: main (main.c:228)
==21109==  Uninitialised value was created by a stack allocation
==21109==    at 0x9D65D4: AddCatcacheInvalidationMessage (inval.c:339)
==21109== 
{
   <insert_a_suppression_name_here>
   Memcheck:Value8
   fun:hash_search_with_hash_value
   fun:hash_search
   fun:smgrclosenode
   fun:LocalExecuteInvalidationMessage
   fun:ReceiveSharedInvalidMessages
   fun:AcceptInvalidationMessages
   fun:AtStart_Cache
   fun:StartTransaction
   fun:StartTransactionCommand
   fun:start_xact_command
   fun:exec_simple_query
   fun:PostgresMain
   fun:BackendRun
   fun:BackendStartup
   fun:ServerLoop
   fun:PostmasterMain
   fun:main
}
==21109== Conditional jump or move depends on uninitialised value(s)
==21109==    at 0xA0225D: hash_search_with_hash_value (dynahash.c:984)
==21109==    by 0xA020EE: hash_search (dynahash.c:909)
==21109==    by 0x88DAB3: smgrclosenode (smgr.c:358)
==21109==    by 0x9D6C01: LocalExecuteInvalidationMessage (inval.c:607)
==21109==    by 0x86C44F: ReceiveSharedInvalidMessages (sinval.c:121)
==21109==    by 0x9D6D83: AcceptInvalidationMessages (inval.c:681)
==21109==    by 0x539B6B: AtStart_Cache (xact.c:980)
==21109==    by 0x53AA6C: StartTransaction (xact.c:1915)
==21109==    by 0x53B6F0: StartTransactionCommand (xact.c:2685)
==21109==    by 0x892EFB: start_xact_command (postgres.c:2475)
==21109==    by 0x89083E: exec_simple_query (postgres.c:923)
==21109==    by 0x894E7B: PostgresMain (postgres.c:4143)
==21109==    by 0x7F553D: BackendRun (postmaster.c:4412)
==21109==    by 0x7F4CA1: BackendStartup (postmaster.c:4084)
==21109==    by 0x7F12A0: ServerLoop (postmaster.c:1757)
==21109==    by 0x7F08CF: PostmasterMain (postmaster.c:1365)
==21109==    by 0x728E33: main (main.c:228)
==21109==  Uninitialised value was created by a stack allocation
==21109==    at 0x9D65D4: AddCatcacheInvalidationMessage (inval.c:339)
==21109== 
{
   <insert_a_suppression_name_here>
   Memcheck:Cond
   fun:hash_search_with_hash_value
   fun:hash_search
   fun:smgrclosenode
   fun:LocalExecuteInvalidationMessage
   fun:ReceiveSharedInvalidMessages
   fun:AcceptInvalidationMessages
   fun:AtStart_Cache
   fun:StartTransaction
   fun:StartTransactionCommand
   fun:start_xact_command
   fun:exec_simple_query
   fun:PostgresMain
   fun:BackendRun
   fun:BackendStartup
   fun:ServerLoop
   fun:PostmasterMain
   fun:main
}
==21104== Conditional jump or move depends on uninitialised value(s)
==21104==    at 0xA0225D: hash_search_with_hash_value (dynahash.c:984)
==21104==    by 0xA020EE: hash_search (dynahash.c:909)
==21104==    by 0x88DAB3: smgrclosenode (smgr.c:358)
==21104==    by 0x9D6C01: LocalExecuteInvalidationMessage (inval.c:607)
==21104==    by 0x86C44F: ReceiveSharedInvalidMessages (sinval.c:121)
==21104==    by 0x9D6D83: AcceptInvalidationMessages (inval.c:681)
==21104==    by 0x539B6B: AtStart_Cache (xact.c:980)
==21104==    by 0x53AA6C: StartTransaction (xact.c:1915)
==21104==    by 0x53B6F0: StartTransactionCommand (xact.c:2685)
==21104==    by 0x892EFB: start_xact_command (postgres.c:2475)
==21104==    by 0x89083E: exec_simple_query (postgres.c:923)
==21104==    by 0x894E7B: PostgresMain (postgres.c:4143)
==21104==    by 0x7F553D: BackendRun (postmaster.c:4412)
==21104==    by 0x7F4CA1: BackendStartup (postmaster.c:4084)
==21104==    by 0x7F12A0: ServerLoop (postmaster.c:1757)
==21104==    by 0x7F08CF: PostmasterMain (postmaster.c:1365)
==21104==    by 0x728E33: main (main.c:228)
==21104==  Uninitialised value was created by a stack allocation
==21104==    at 0x9D65D4: AddCatcacheInvalidationMessage (inval.c:339)
==21104== 
{
   <insert_a_suppression_name_here>
   Memcheck:Cond
   fun:hash_search_with_hash_value
   fun:hash_search
   fun:smgrclosenode
   fun:LocalExecuteInvalidationMessage
   fun:ReceiveSharedInvalidMessages
   fun:AcceptInvalidationMessages
   fun:AtStart_Cache
   fun:StartTransaction
   fun:StartTransactionCommand
   fun:start_xact_command
   fun:exec_simple_query
   fun:PostgresMain
   fun:BackendRun
   fun:BackendStartup
   fun:ServerLoop
   fun:PostmasterMain
   fun:main
}
==21119== Conditional jump or move depends on uninitialised value(s)
==21119==    at 0xA02088: calc_bucket (dynahash.c:870)
==21119==    by 0xA021BA: hash_search_with_hash_value (dynahash.c:963)
==21119==    by 0xA020EE: hash_search (dynahash.c:909)
==21119==    by 0x88DAB3: smgrclosenode (smgr.c:358)
==21119==    by 0x9D6C01: LocalExecuteInvalidationMessage (inval.c:607)
==21119==    by 0x86C44F: ReceiveSharedInvalidMessages (sinval.c:121)
==21119==    by 0x9D6D83: AcceptInvalidationMessages (inval.c:681)
==21119==    by 0x539B6B: AtStart_Cache (xact.c:980)
==21119==    by 0x53AA6C: StartTransaction (xact.c:1915)
==21119==    by 0x53B6F0: StartTransactionCommand (xact.c:2685)
==21119==    by 0x892EFB: start_xact_command (postgres.c:2475)
==21119==    by 0x89083E: exec_simple_query (postgres.c:923)
==21119==    by 0x894E7B: PostgresMain (postgres.c:4143)
==21119==    by 0x7F553D: BackendRun (postmaster.c:4412)
==21119==    by 0x7F4CA1: BackendStartup (postmaster.c:4084)
==21119==    by 0x7F12A0: ServerLoop (postmaster.c:1757)
==21119==    by 0x7F08CF: PostmasterMain (postmaster.c:1365)
==21119==    by 0x728E33: main (main.c:228)
==21119==  Uninitialised value was created by a stack allocation
==21119==    at 0x9D65D4: AddCatcacheInvalidationMessage (inval.c:339)
==21119== 
{
   <insert_a_suppression_name_here>
   Memcheck:Cond
   fun:calc_bucket
   fun:hash_search_with_hash_value
   fun:hash_search
   fun:smgrclosenode
   fun:LocalExecuteInvalidationMessage
   fun:ReceiveSharedInvalidMessages
   fun:AcceptInvalidationMessages
   fun:AtStart_Cache
   fun:StartTransaction
   fun:StartTransactionCommand
   fun:start_xact_command
   fun:exec_simple_query
   fun:PostgresMain
   fun:BackendRun
   fun:BackendStartup
   fun:ServerLoop
   fun:PostmasterMain
   fun:main
}
==21119== Use of uninitialised value of size 8
==21119==    at 0xA021FD: hash_search_with_hash_value (dynahash.c:968)
==21119==    by 0xA020EE: hash_search (dynahash.c:909)
==21119==    by 0x88DAB3: smgrclosenode (smgr.c:358)
==21119==    by 0x9D6C01: LocalExecuteInvalidationMessage (inval.c:607)
==21119==    by 0x86C44F: ReceiveSharedInvalidMessages (sinval.c:121)
==21119==    by 0x9D6D83: AcceptInvalidationMessages (inval.c:681)
==21119==    by 0x539B6B: AtStart_Cache (xact.c:980)
==21119==    by 0x53AA6C: StartTransaction (xact.c:1915)
==21119==    by 0x53B6F0: StartTransactionCommand (xact.c:2685)
==21119==    by 0x892EFB: start_xact_command (postgres.c:2475)
==21119==    by 0x89083E: exec_simple_query (postgres.c:923)
==21119==    by 0x894E7B: PostgresMain (postgres.c:4143)
==21119==    by 0x7F553D: BackendRun (postmaster.c:4412)
==21119==    by 0x7F4CA1: BackendStartup (postmaster.c:4084)
==21119==    by 0x7F12A0: ServerLoop (postmaster.c:1757)
==21119==    by 0x7F08CF: PostmasterMain (postmaster.c:1365)
==21119==    by 0x728E33: main (main.c:228)
==21119==  Uninitialised value was created by a stack allocation
==21119==    at 0x9D65D4: AddCatcacheInvalidationMessage (inval.c:339)
==21119== 
{
   <insert_a_suppression_name_here>
   Memcheck:Value8
   fun:hash_search_with_hash_value
   fun:hash_search
   fun:smgrclosenode
   fun:LocalExecuteInvalidationMessage
   fun:ReceiveSharedInvalidMessages
   fun:AcceptInvalidationMessages
   fun:AtStart_Cache
   fun:StartTransaction
   fun:StartTransactionCommand
   fun:start_xact_command
   fun:exec_simple_query
   fun:PostgresMain
   fun:BackendRun
   fun:BackendStartup
   fun:ServerLoop
   fun:PostmasterMain
   fun:main
}
==21119== Use of uninitialised value of size 8
==21119==    at 0xA02232: hash_search_with_hash_value (dynahash.c:974)
==21119==    by 0xA020EE: hash_search (dynahash.c:909)
==21119==    by 0x88DAB3: smgrclosenode (smgr.c:358)
==21119==    by 0x9D6C01: LocalExecuteInvalidationMessage (inval.c:607)
==21119==    by 0x86C44F: ReceiveSharedInvalidMessages (sinval.c:121)
==21119==    by 0x9D6D83: AcceptInvalidationMessages (inval.c:681)
==21119==    by 0x539B6B: AtStart_Cache (xact.c:980)
==21119==    by 0x53AA6C: StartTransaction (xact.c:1915)
==21119==    by 0x53B6F0: StartTransactionCommand (xact.c:2685)
==21119==    by 0x892EFB: start_xact_command (postgres.c:2475)
==21119==    by 0x89083E: exec_simple_query (postgres.c:923)
==21119==    by 0x894E7B: PostgresMain (postgres.c:4143)
==21119==    by 0x7F553D: BackendRun (postmaster.c:4412)
==21119==    by 0x7F4CA1: BackendStartup (postmaster.c:4084)
==21119==    by 0x7F12A0: ServerLoop (postmaster.c:1757)
==21119==    by 0x7F08CF: PostmasterMain (postmaster.c:1365)
==21119==    by 0x728E33: main (main.c:228)
==21119==  Uninitialised value was created by a stack allocation
==21119==    at 0x9D65D4: AddCatcacheInvalidationMessage (inval.c:339)
==21119== 
{
   <insert_a_suppression_name_here>
   Memcheck:Value8
   fun:hash_search_with_hash_value
   fun:hash_search
   fun:smgrclosenode
   fun:LocalExecuteInvalidationMessage
   fun:ReceiveSharedInvalidMessages
   fun:AcceptInvalidationMessages
   fun:AtStart_Cache
   fun:StartTransaction
   fun:StartTransactionCommand
   fun:start_xact_command
   fun:exec_simple_query
   fun:PostgresMain
   fun:BackendRun
   fun:BackendStartup
   fun:ServerLoop
   fun:PostmasterMain
   fun:main
}
==21119== Conditional jump or move depends on uninitialised value(s)
==21119==    at 0xA0225D: hash_search_with_hash_value (dynahash.c:984)
==21119==    by 0xA020EE: hash_search (dynahash.c:909)
==21119==    by 0x88DAB3: smgrclosenode (smgr.c:358)
==21119==    by 0x9D6C01: LocalExecuteInvalidationMessage (inval.c:607)
==21119==    by 0x86C44F: ReceiveSharedInvalidMessages (sinval.c:121)
==21119==    by 0x9D6D83: AcceptInvalidationMessages (inval.c:681)
==21119==    by 0x539B6B: AtStart_Cache (xact.c:980)
==21119==    by 0x53AA6C: StartTransaction (xact.c:1915)
==21119==    by 0x53B6F0: StartTransactionCommand (xact.c:2685)
==21119==    by 0x892EFB: start_xact_command (postgres.c:2475)
==21119==    by 0x89083E: exec_simple_query (postgres.c:923)
==21119==    by 0x894E7B: PostgresMain (postgres.c:4143)
==21119==    by 0x7F553D: BackendRun (postmaster.c:4412)
==21119==    by 0x7F4CA1: BackendStartup (postmaster.c:4084)
==21119==    by 0x7F12A0: ServerLoop (postmaster.c:1757)
==21119==    by 0x7F08CF: PostmasterMain (postmaster.c:1365)
==21119==    by 0x728E33: main (main.c:228)
==21119==  Uninitialised value was created by a stack allocation
==21119==    at 0x9D65D4: AddCatcacheInvalidationMessage (inval.c:339)
==21119== 
{
   <insert_a_suppression_name_here>
   Memcheck:Cond
   fun:hash_search_with_hash_value
   fun:hash_search
   fun:smgrclosenode
   fun:LocalExecuteInvalidationMessage
   fun:ReceiveSharedInvalidMessages
   fun:AcceptInvalidationMessages
   fun:AtStart_Cache
   fun:StartTransaction
   fun:StartTransactionCommand
   fun:start_xact_command
   fun:exec_simple_query
   fun:PostgresMain
   fun:BackendRun
   fun:BackendStartup
   fun:ServerLoop
   fun:PostmasterMain
   fun:main
}

Reply via email to