Crate fuel_indexer_postgres
source ·Functions
- Fetch the statuses of all registered indexers.
- Create a database trigger on the indexer’s indexmetadataentity table that ensures no blocks can be missing.
- When -allow-non-sequential-blocks is set, we need to remove the trigger from indexer’s indexmetadataentity table.
- Set the status of a registered indexer to be displayed by
forc index status
.