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

Add support for fuzzystrmatch and other external extensions (#2083) #2099

Merged
merged 1 commit into from
Sep 11, 2024

Conversation

jrgemignani
Copy link
Contributor

Added support for the fuzzystrmatch extension and for other external extensions.

Added support for typecasting ::pg_text to TEXTOID.

Added regression tests.

modified: sql/agtype_coercions.sql
modified: src/backend/parser/cypher_expr.c
modified: src/backend/utils/adt/agtype.c
modified: regress/expected/expr.out
modified: regress/sql/expr.sql

Resolved issue with funcname and the lack of the String data type in PG versions < 15.

Removed coercion parameter from call to makeFuncCall. Coercion isn't passed to that function in PG versions < 14.

)

Added support for the fuzzystrmatch extension and for other
external extensions.

Added support for typecasting `::pg_text` to TEXTOID.

Added regression tests.

   modified:   sql/agtype_coercions.sql
   modified:   src/backend/parser/cypher_expr.c
   modified:   src/backend/utils/adt/agtype.c
   modified:   regress/expected/expr.out
   modified:   regress/sql/expr.sql

Resolved issue with funcname and the lack of the String data type
in PG versions < 15.

Removed coercion parameter from call to makeFuncCall. Coercion isn't
passed to that function in PG versions < 14.
@github-actions github-actions bot added PG13 PostgreSQL13 override-stale To keep issues/PRs untouched from stale action labels Sep 10, 2024
@MuhammadTahaNaveed MuhammadTahaNaveed merged commit c454503 into apache:PG13 Sep 11, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
override-stale To keep issues/PRs untouched from stale action PG13 PostgreSQL13
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants