forked from yugabyte/yugabyte-db
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yugabyte#1250 [YSQL] Order range columns with respect to primary key …
…description [format change] Summary: Table columns are added in the following order: - hash component of compound primary key (first column in compound primary key description) - range components of compound primary key (same order as described in compound primary key) - non key columns (same order as described in `CREATE TABLE` statement) Test Plan: New unit test was introduced ``` yb_build.sh --cxx-test pg_libpq-test --gtest_filter PgLibPqTest.CompoundKeyColumnOrder ``` Reviewers: neil, mihnea, neha Reviewed By: neha Subscribers: kannan, neha, yql Differential Revision: https://phabricator.dev.yugabyte.com/D7134
- Loading branch information
1 parent
48d9b91
commit b5115b0
Showing
2 changed files
with
121 additions
and
81 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