Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

PGPRO-8238, PGPRO-8122: Fix build with master at 5df319f3d. Corrected number of args in some functions. #269

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 21, 2023

Conversation

kovdb75
Copy link
Collaborator

@kovdb75 kovdb75 commented Jun 21, 2023

Correct number of args in ExecInitRangeTable(), ExecInsertIndexTuples(), ExecBRUpdateTriggers() and ExecBRDeleteTriggers().

Caused by:

  • b803b7d132e3505ab77c29acf91f3d1caa298f95 Fill EState.es_rteperminfos more systematically.
  • 19d8e2308bc51ec4ab993ce90077342c915dd116 Ignore BRIN indexes when checking for HOT updates
  • 9321c79c86e6a6a4eac22e2235a21a8b68388723 Fix concurrent update issues with MERGE. Tags: pg_pathman

…umber of args in ExecInitRangeTable(),

 ExecInsertIndexTuples(), ExecBRUpdateTriggers() and ExecBRDeleteTriggers().

Caused by:
- b803b7d132e3505ab77c29acf91f3d1caa298f95
    Fill EState.es_rteperminfos more systematically.
- 19d8e2308bc51ec4ab993ce90077342c915dd116
   Ignore BRIN indexes when checking for HOT updates
- 9321c79c86e6a6a4eac22e2235a21a8b68388723
   Fix concurrent update issues with MERGE.
Tags: pg_pathman
@kovdb75 kovdb75 merged commit ba2530b into master Jun 21, 2023
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.

2 participants