QUERY PLAN
Hash Join (cost=6.19..14.09 rows=1 width=12)
Hash Cond: (u.id = r.user_id)
-> Seq Scan on tbl_users u (cost=0.00..7.74 rows=30 width=4)
Filter: (user_status = '1'::type_global_user_status)
-> Hash (cost=6.16..6.16 rows=2 width=12)
-> Seq Scan on tbl_punch_repair_carbon_copy_rels r (cost=0.00..6.16 rows=2 width=12)
Filter: (punch_repair_id = 238)