Reserve room in some configuration tables (?)

Bug #1238283 reported by Dan Wells
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
Evergreen
Confirmed
Low
Unassigned

Bug Description

In bug #1097399, Dan S. pointed out that some other values might need similar treatment to the source of that bug, config.metabib_field values. Here are the ones he mentioned:

SELECT SETVAL('permission.grp_tree_id_seq'::TEXT, (SELECT MAX(id) FROM permission.grp_tree));

SELECT SETVAL('permission.grp_penalty_threshold_id_seq'::TEXT, (SELECT MAX(id) FROM permission.grp_penalty_threshold));

SELECT SETVAL('permission.grp_perm_map_id_seq'::TEXT, (SELECT MAX(id) FROM permission.grp_perm_map));

Recommendation is to move any existing custom rows and bump sequences to 1000, as was done with config.metabib_field values.

Tags: cleanup
Ben Shum (bshum)
Changed in evergreen:
status: New → Confirmed
tags: added: cleanup
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.