API page: https://api.drupal.org/api/drupal/core%21lib%21Drupal%21Core%21Extension...
Enter a descriptive title (above) relating to function hook_update_N, then describe the problem you have found:
hook_post_update_NAME() exists for purposes for which hook_update_N() isn't suitable.
However, docs for hook_update_N() don't mention that other hook at all. They should say which purposes hook_update_N() is not suitable for, and link to hook_post_update_NAME().
Comments
Comment #2
luke.stewart commentedComment #4
mstrelan commentedSeems like a duplicate of #3087479: Improve documentation for post update hooks and update hooks to clarify distinction please reopen if not.