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_analyze.c
src/backend/parser/cypher_clause.c
src/backend/parser/cypher_expr.c
src/backend/parser/cypher_parser.c

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_analyze.c
	src/backend/parser/cypher_clause.c
	src/backend/parser/cypher_expr.c
	src/backend/parser/cypher_parser.c
@MuhammadTahaNaveed MuhammadTahaNaveed merged commit 113093d into apache:PG11 Dec 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

PG11 PostgreSQL11

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants