Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[#26273] YSQL: Remove YB_TODO in pg_proc.dat
Summary: YB commit ced7c32 partially imported PG commit ab0dfc961b6a821f23d9c40c723d11380ce195a6 to add support for the `pg_stat_progress_create_index` view. The YB master commit changed the pg_proc definition for pg_stat_get_progress_info to include 7 new fields (param11, param12.... param17) that are used by the pg_stat_progress_create_index view. However, the original PG commit adds three extra fields (param18, param19, param20). It is unclear what these fields are for as they are not used in any of the existing pg_stat_progress_* views. Moreover, no call to pgstat_progress_update_param(...) in the codebase operates on indices that would correspond to these params. Regardless, there is nothing to do here, as the pg_stat_progress_* view definitions remain unchanged, and the major version upgrade will handle the changes made to the pg_proc entry appropriately. Jira: DB-15619 Test Plan: Jenkins Reviewers: telgersma, hsunder Reviewed By: telgersma Subscribers: yql Differential Revision: https://phorge.dev.yugabyte.com/D42215
- Loading branch information