fn apply_set(db: &LaminarDB, set: Set) -> PgWireResult<Response>Expand description
SET handling. We thread plain SET name = value to the engine’s
session-property store, and refuse SET TRANSACTION-class statements
since we don’t honor isolation levels.