Closed
Bug 860500
Opened 12 years ago
Closed 12 years ago
Two temporary tables created by UDFs missing ON COMMIT DROP
Categories
(Socorro :: Database, task)
Tracking
(Not tracked)
RESOLVED
FIXED
41
People
(Reporter: selenamarie, Assigned: selenamarie)
References
Details
(Whiteboard: [qa-])
Adding that into the UDFs on Postgres database.
This will make it possible to run a series of backfills for individual days without the UDFs failing!
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → sdeckelmann
Assignee | ||
Updated•12 years ago
|
Target Milestone: --- → 41
Comment 1•12 years ago
|
||
Commits pushed to master at https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/ce2bd11fdd2aa0615b268ed62ce1caed9a4508fe
bug 860500 Add ON COMMIT DROP to temporary table creation
https://github.com/mozilla/socorro/commit/b4f204aae390a3b500b92180427c0798817c8772
Merge pull request #1183 from selenamarie/bug860500-add-oncommitdrop
bug 860500 Add ON COMMIT DROP to temporary table creation
Assignee | ||
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Whiteboard: [qa-]
You need to log in
before you can comment on or make changes to this bug.
Description
•