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

Fix issue 1000: Indexes created on WHERE (#1133) #1146

Merged
merged 1 commit into from
Aug 15, 2023

Conversation

jrgemignani
Copy link
Contributor

@jrgemignani jrgemignani commented Aug 15, 2023

This fixes the issue with applying indexes on the WHERE clause.

It does this by modifying the volatility flag for 3 functions -

_agtype_build_vertex
_agtype_build_edge
_label_name

All three were verified to meet the specifications for IMMUTABLE.

This fixes the issue with applying indexes on the WHERE clause.

It does this by modifying the volatility flag for 3 functions -

    _agtype_build_vertex
    _agtype_build_edge
    _label_name

All three were verified to met the specifications for IMMUTABLE.
@dehowef
Copy link
Member

dehowef commented Aug 15, 2023

Looks good.

@dehowef dehowef merged commit 5d1f1a1 into apache:PG13 Aug 15, 2023
6 checks passed
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