forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit98eab30
committed
Show specific OID suggestion in unused_oids output.
Commita641707 established a new project policy around OID assignment:new patches are encouraged to choose a random OID in the 8000..9999range when a manually-assigned OID is required (if multiple OIDs arerequired, a consecutive block of OIDs starting from the random pointshould be used). Catalog entries added by committed patches that useOIDs from this "unstable" range are renumbered after feature freeze.This practice minimizes OID collisions among concurrently-developedpatches.Show a specific random OID suggestion when the unused_oids script isrun. This makes it easy for patch authors to use a random OID from theunstable range, per the new policy.Author: Julien Rouhaud, Peter GeogheganReviewed-By: Tom LaneDiscussion:https://postgr.es/m/CAH2-WzkkRs2ScmuBQ7xWi7xzp7fC1B3w0Nt8X+n4rBw5k+Z=zA@mail.gmail.com1 parent4766dce commit98eab30
1 file changed
+24
-1
lines changedLines changed: 24 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
38 | 38 |
| |
39 | 39 |
| |
40 | 40 |
| |
41 |
| - | |
| 41 | + | |
| 42 | + | |
42 | 43 |
| |
43 | 44 |
| |
44 | 45 |
| |
| |||
53 | 54 |
| |
54 | 55 |
| |
55 | 56 |
| |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + |
0 commit comments
Comments
(0)