Hi It is clear that all of the shared memory hash tables are created during startup using *ShmemInitHash() *
*(In practice, all creations are done in the postmasterprocess; child processes should always be attaching to existing tables.)* Is there any specific reason to do so or my understanding was wrong(we can create shared memory hash table at run time too?) TIA harry