Skip to content

Conversation

jrgemignani
Copy link
Contributor

Cleaned up #included files in the .c files in the parser directory. Additionally, fixed one that was at the backend root.

modified:   src/backend/age.c
modified:   src/backend/parser/cypher_analyze.c
modified:   src/backend/parser/cypher_clause.c
modified:   src/backend/parser/cypher_expr.c
modified:   src/backend/parser/cypher_gram.y
modified:   src/backend/parser/cypher_item.c
modified:   src/backend/parser/cypher_keywords.c
modified:   src/backend/parser/cypher_parse_node.c
modified:   src/backend/parser/cypher_parser.c

Added in #include "parser/parse_relation.h" into cypher_clause due to differences between PostgreSQL 16 and 15.

Resolved -

Conflicts:
src/backend/parser/cypher_expr.c

@github-actions github-actions bot added the PG14 PostgreSQL14 label Dec 29, 2023
Cleaned up #included files in the .c files in the parser directory.
Additionally, fixed one that was at the backend root.

    modified:   src/backend/age.c
    modified:   src/backend/parser/cypher_analyze.c
    modified:   src/backend/parser/cypher_clause.c
    modified:   src/backend/parser/cypher_expr.c
    modified:   src/backend/parser/cypher_gram.y
    modified:   src/backend/parser/cypher_item.c
    modified:   src/backend/parser/cypher_keywords.c
    modified:   src/backend/parser/cypher_parse_node.c
    modified:   src/backend/parser/cypher_parser.c

Added in #include "parser/parse_relation.h" into cypher_clause due
to differences between PostgreSQL 16 and 15.

Resolved -

Conflicts:
	src/backend/parser/cypher_expr.c
@MuhammadTahaNaveed MuhammadTahaNaveed merged commit 6781e1e into apache:PG14 Dec 31, 2023
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.

2 participants