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) #2097

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

)

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
@github-actions github-actions bot added PG15 PostgreSQL15 override-stale To keep issues/PRs untouched from stale action labels Sep 10, 2024
@MuhammadTahaNaveed MuhammadTahaNaveed merged commit ea7befb into apache:PG15 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 PG15 PostgreSQL15
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants