Skip to content

Add checks for array functions to recognize and decode VPC (#1064) #1489

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
Jan 5, 2024

Conversation

jrgemignani
Copy link
Contributor

@jrgemignani jrgemignani commented Jan 4, 2024

Author: Muhammad Taha Naveed m.taha.naveed27@gmail.com

  • Add checks for array functions to recognize and decode VPC
  • Added for array functions size, head, last, isEmpty, reverse, agtype_in_operator and agtype_access_slice.

  • Fixed a bug where object input to reverse would terminate the server instead of erroring out.

  • Added regression tests.

  • Fix issue with in operator transformation
  • We need to build a function call here if the rexpr is already transformed. It can be already transformed cypher_list as columnref.

Resolved -

Conflicts:
src/backend/parser/cypher_expr.c

@github-actions github-actions bot added the PG14 PostgreSQL14 label Jan 4, 2024
* Add checks for array functions to recognize and decode VPC

- Added for array functions size, head, last, isEmpty, reverse,
  agtype_in_operator and agtype_access_slice.

- Fixed a bug where object input to reverse would terminate the server
  instead of erroring out.

- Added regression tests.

* Fix issue with in operator tranformation

- We need to build a function call here if the rexpr is already
  tranformed. It can be already tranformed cypher_list as columnref.

Resolved -

Conflicts:
	src/backend/parser/cypher_expr.c
@rafsun42 rafsun42 merged commit ccd9a40 into apache:PG14 Jan 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PG14 PostgreSQL14
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants