Skip to content

Conversation

qlsl1198
Copy link

  • Add YB properties to IndexAMProperty enum:
    • AMPROP_YB_IS_FOR_YB_RELATION
    • AMPROP_YB_IS_COPARTITIONED
    • AMPROP_YB_CAN_UPDATE_TUPLE_INPLACE
  • Add corresponding property names to am_propnames array
  • Add property handling logic in indexam_property function
  • Enable pg_indexam_has_property, pg_index_has_property, and pg_index_column_has_property functions to access YB properties

Fixes #22246

- Add YB properties to IndexAMProperty enum:
  - AMPROP_YB_IS_FOR_YB_RELATION
  - AMPROP_YB_IS_COPARTITIONED
  - AMPROP_YB_CAN_UPDATE_TUPLE_INPLACE
- Add corresponding property names to am_propnames array
- Add property handling logic in indexam_property function
- Enable pg_indexam_has_property, pg_index_has_property, and
  pg_index_column_has_property functions to access YB properties

Fixes yugabyte#22246
Copy link

netlify bot commented Sep 11, 2025

Deploy Preview for infallible-bardeen-164bc9 ready!

Built without sensitive environment variables

Name Link
🔨 Latest commit 1b611bb
🔍 Latest deploy log https://app.netlify.com/projects/infallible-bardeen-164bc9/deploys/68c22c123bacc60008cf6afb
😎 Deploy Preview https://deploy-preview-28550--infallible-bardeen-164bc9.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[YSQL] Update IndexAMProperty API to be in sync with YB additions to IndexAmRoutine
1 participant