yugabyte / yugabyte-db

YugabyteDB - the cloud native distributed SQL database for mission-critical applications.
https://www.yugabyte.com
Other
9.02k stars 1.08k forks source link

[YSQL] Remove superfluous field use_secondary_index from PgPrepareParameters #24930

Closed d-uspenskiy closed 4 days ago

d-uspenskiy commented 1 week ago

Jira Link: DB-14072

Description

The PgPrepareParameters has the index_relfilenode_oid field which can be used to detect when it is required to use secondary index. The use_secondary_index field is superfluous because it allows undesired data state: use_secondary_index is true and index_relfilenode_oid is kInvalidOid

Issue Type

kind/bug

Warning: Please confirm that this issue does not contain any sensitive information