gpdb icon indicating copy to clipboard operation
gpdb copied to clipboard

Resolve a FIXME in merge_leaf_stats()

Open huansong opened this issue 2 years ago • 0 comments

A FIXME was left noting whether to use AccessShareLock or NoLock when opening child tables to merge their stats. Since we are not updating or even opening the child tables, NoLock should be enough.

Here are some reminders before you submit the pull request

  • [ ] Add tests for the change
  • [ ] Document changes
  • [ ] Communicate in the mailing list if needed
  • [ ] Pass make installcheck
  • [ ] Review a PR in return to support the community

huansong avatar Sep 13 '22 14:09 huansong