QUERY PLAN
Hash Join (cost=8.06..43.59 rows=2 width=12)
Hash Cond: (r.user_id = u.id)
-> Seq Scan on tbl_punch_overtime_carbon_copy_rels r (cost=0.00..35.50 rows=10 width=12)
Filter: (punch_overtime_id = 16)
-> Hash (cost=7.76..7.76 rows=24 width=4)
-> Seq Scan on tbl_users u (cost=0.00..7.76 rows=24 width=4)
Filter: (user_status = '1'::type_global_user_status)