I've been inspecting the wp_post2cat table and I noticed something. I have a post (post_id is 14) that has three rows in the table. But rather than having three different category_ids in each row, they're all the same (category_id is 1).
Is this supposed to be correct? If so, is there any way I can fix this problem?