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