LWLockAcquire(Lsm3DictLock,LW_EXCLUSIVE);/* Obtain exclusive lock on dictionary: it will be released in utility hook */
Lsm3Entry=hash_search(Lsm3Dict,&RelationGetRelid(index),HASH_ENTER,&found);/* Setting Lsm3Entry indicates to utility hook that Lsm3 index was created */
LWLockAcquire(lsmDictLock,LW_EXCLUSIVE);/* Obtain exclusive lock on dictionary: it will be released in utility hook */
lsmEntry=hash_search(lsmDict,&RelationGetRelid(index),HASH_ENTER,&found);/* Setting lsmEntry indicates to utility hook that lsm index was created */