handle_alter_backfill_parallelism

Function handle_alter_backfill_parallelism 

Source
pub async fn handle_alter_backfill_parallelism(
    handler_args: HandlerArgs,
    obj_name: ObjectName,
    parallelism: SetVariableValue,
    stmt_type: StatementType,
    deferred: bool,
) -> Result<RwPgResponse>