Peter Geoghegan <p...@bowt.ie> writes: > I've taken your patch, and changed the wording a bit. I think that > it's worth being a bit more explicit. The attached revision produces > output that looks like this:
> Patches should use a more-or-less consecutive range of OIDs. > Best practice is to make a random choice in the range 8000-9999. > Suggested random unused OID: 9099 Maybe s/make a/start with/ ? Also, once people start doing this, it'd be unfriendly to suggest 9099 if 9100 is already committed. There should be some attention to *how many* consecutive free OIDs will be available if one starts at the suggestion. You could perhaps print "9099 (42 OIDs available starting here)", and if the user doesn't like the amount of headroom in that, they could just run it again for a different suggestion. regards, tom lane