=== Ursinha is now known as Ursinha-afk === Ursinha-afk is now known as Ursinha === xnox is now known as NoNameYet_xnox === mpt_ is now known as mpt === Ursinha is now known as Ursinha-afk === Ursinha-afk is now known as Ursinha [15:50] wgrant: Is there a particular value in the approach of having binarypackagefile_id_seq rather than just having BinaryPackageFile.id be SERIAL PRIMARY KEY? I'm wondering what I should be doing for the analogous LiveFSFile. [20:16] * cjwatson wonders how anyone ever gets database/schema/security.cfg right short of sheer guesswork [20:26] configure.zcml mistakes really are capable of generating ginormous tracebacks [21:09] cjwatson: That's the implicit sequence created by serial PRIMARY KEY [21:10] Ah, so it's just what pg_dump produces? [21:10] Right. serial is shorthand for creating an integer column bound to a sequence. [21:10] All right, that makes sense [21:10] But pg_dump can't tell that it was used initially. [21:13] I'll probably be able to get at least some set of simple livefs tests working tomorrow. But not tonight because argh Processor. [21:14] (Spent most of today on it, up to 1100 loc or so ...) [22:40] * cjwatson tries to figure out why status is apparently denormed across BuildFarmJob and some of the BFJ implementations [22:41] Is the former deprecated or something?