MobilityDB 1.1

◆ populate_operoid_cache()

static void populate_operoid_cache ( )
static

Populate the operator Oid cache from the precomputed operator cache stored in table mobilitydb_opcache.

This table is filled by function fill_opcache when the extension is created.

Note
Due to some memory context issues, the _oper_oid array should be filled again even if it is already filled during the extension creation.