Skip to content

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

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

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.

@github-actions github-actions bot added the PG15 PostgreSQL15 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.
@MuhammadTahaNaveed MuhammadTahaNaveed merged commit 1ef68b2 into apache:PG15 Dec 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PG15 PostgreSQL15
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants