Skip to content
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

EXPLAIN generic_plan NOT supported in Citus (#7825) #7827

Merged
merged 1 commit into from
Jan 2, 2025

Conversation

naisila
Copy link
Member

@naisila naisila commented Jan 1, 2025

We thought we provided support for this in

b8c493f

However the use of parameters in SQL is not supported in Citus. Since generic plan queries use parameters, we can't support for now.

Relevant PG16 commit postgres/postgres@3c05284

Fixes #7813 with proper error message

(cherry picked from commit 0a6adf4)

We thought we provided support for this in

b8c493f

However the use of parameters in SQL is not supported in Citus. Since
generic plan queries use parameters, we can't support for now.

Relevant PG16 commit postgres/postgres@3c05284

Fixes #7813 with proper error message

(cherry picked from commit 0a6adf4)
@naisila naisila requested a review from onurctirtir January 1, 2025 22:04
Copy link

codecov bot commented Jan 1, 2025

Codecov Report

Attention: Patch coverage is 50.00000% with 1 line in your changes missing coverage. Please review.

Please upload report for BASE (release-13.0@a5780c5). Learn more about missing BASE report.

Additional details and impacted files
@@               Coverage Diff               @@
##             release-13.0    #7827   +/-   ##
===============================================
  Coverage                ?   89.62%           
===============================================
  Files                   ?      274           
  Lines                   ?    59749           
  Branches                ?     7452           
===============================================
  Hits                    ?    53553           
  Misses                  ?     4062           
  Partials                ?     2134           

@onurctirtir onurctirtir merged commit 6d2a329 into release-13.0 Jan 2, 2025
157 of 159 checks passed
@onurctirtir onurctirtir deleted the release-13.0-naisila branch January 2, 2025 07:53
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