cloudberry icon indicating copy to clipboard operation
cloudberry copied to clipboard

Support dispatch session state

Open weishaolun opened this issue 2 years ago • 3 comments


Change logs

  • Add a mechanism to allow for extra data to be dispatched, whether in the kernel or in a extension.
  • Add xact stack walk/mutate and cid set functions.

Why are the changes needed?

To allow dispatch session state and set up the session state in a extension.

Does this PR introduce any user-facing change?

If yes, please clarify the previous behavior and the change this PR proposes.

How was this patch tested?

Please detail how the changes were tested, including manual tests and any relevant unit or integration tests.

Contributor's Checklist

Here are some reminders and checklists before/when submitting your pull request, please check them:

  • [ ] Make sure your Pull Request has a clear title and commit message. You can take git-commit template as a reference.
  • [ ] Sign the Contributor License Agreement as prompted for your first-time contribution.
  • [ ] List your communication in the GitHub Issues or Discussions (if has or needed).
  • [ ] Document changes.
  • [ ] Add tests for the change
  • [ ] Pass make installcheck
  • [ ] Pass make -C src/test installcheck-cbdb-parallel
  • [ ] Feel free to @cloudberrydb/dev team for review and approval when your PR is ready🥳

weishaolun avatar Jul 31 '23 10:07 weishaolun

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Jul 31 '23 10:07 CLAassistant

Hi @weishaolun thanks for your contribution! BTW, welcome to amend your commit message following our commit message conventions, eg: the commit title should be under 50 words max.

tuhaihe avatar Aug 01 '23 01:08 tuhaihe

Hi @weishaolun Thanks for your contribution. Please use "rebase" instead of "merge" for your commits to stay up to date with the main branch. Could you clear your commit history before your PR is merged?

tuhaihe avatar Nov 09 '23 04:11 tuhaihe