https://bugzilla.wikimedia.org/show_bug.cgi?id=13453
Roan Kattouw <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #7 from Roan Kattouw <[email protected]> 2009-06-30 10:51:03 UTC --- (In reply to comment #6) > Seems to be r49112 that causes this. > > 'rc_cur_id' => 'COALESCE(page_id, 0)' > > was there a problem with that field being NULL vs 0? > Has to be I guess, but it seems weird to me because we use 0 in this role in a lot of other places as well (e.g. rev_user, which is either a valid user_id or 0). Is there even any benefit from adding these relations between tables in the postgres schema? The MySQL schema doesn't have them. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
