-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[#4525] CREATE/DROP Tablegroup Plumbing/RPCs
Summary: Depends on D8747 This diff has functionality related to tablegroups - primarily passing information about tablegroup DDL from the Postgres layer down to the catalog manager. Catalog manager changes (i.e. storing tablegroup info / tablegroup-to-tablet mappings) will be included in another diff. In ybccmds there are two new tablegroup DDL functions: - YBCCreateTablegroup - YBCDropTablegroup Which are called by tablegroup.c (implemented in D8747) and pass tablegroup oid and name to ybc pggate. This information (along with the name of the connected database) is eventually passed down to the yb client. There are two new RPCs: - CreateTablegroup which takes CreateTablegroupRequestPB and returns CreateTablegroupResponsePB - DeleteTablegroup which takes DeleteTablegroupRequestPB and returns DeleteTablegroupResponsePB Test Plan: Ensure that this test does not break: ``` ./yb_build.sh --java-test org.yb.pgsql.TestPgRegressTablegroup ``` Reviewers: jason, nicolas Reviewed By: nicolas Subscribers: jenkins-bot, bogdan, neha, ybase Differential Revision: https://phabricator.dev.yugabyte.com/D8830
- Loading branch information
1 parent
13cacff
commit 88529b4
Showing
22 changed files
with
417 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.