Hi! I'm learning how to do the shared memory, running the actual example it returns an error: ```sql select vec_select(); ERROR: PgLwLock was not initialized ``` Seems the examples are also using a older version of pgrx which can't be used with the git one. Thx!