fn subscription_query_response(
portal: SubscriptionPortal,
result_format: Option<&Format>,
) -> ResponseExpand description
Wrap a SubscriptionPortal in a pgwire Response::Query so the
framework can chunk via Execute(max_rows) and emit PortalSuspended
automatically. Used by the chunked extended-query path.