QUERY PLAN
GroupAggregate (cost=0.00..256.44 rows=1 width=36)
Group Key: pre_sales_id
-> Seq Scan on tbl_reimbursements (cost=0.00..256.43 rows=1 width=9)
Filter: ((pre_sales_id = 1889) AND (status = ANY ('{1,2,3}'::integer[])))