QUERY PLAN
GroupAggregate (cost=291.78..291.82 rows=2 width=36)
Group Key: work_log_id
-> Sort (cost=291.78..291.79 rows=2 width=9)
Sort Key: work_log_id
-> Seq Scan on tbl_reimbursements (cost=0.00..291.77 rows=2 width=9)
Filter: ((work_log_id = ANY ('{39125,38846}'::integer[])) AND (status = ANY ('{0,1,2,3}'::integer[])))