pub fn read_metadata(
snapshot: &Snapshot<'_>,
) -> Result<PostgresMetadata, PostgresGraphError>Expand description
Reads Postgres-owned metadata from a validated snapshot.
§Errors
Returns PostgresGraphError::Snapshot or PostgresGraphError::Build when metadata
is missing or malformed.
§Performance
This function is O(s).