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

Clean up #included files in parser directory (#1465) #1469

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
7 checks passed
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