diff options
author | Amit Langote | 2023-06-15 09:39:45 +0000 |
---|---|---|
committer | Amit Langote | 2023-06-15 13:35:42 +0000 |
commit | 5c8c8079b0f93bb714b14e4ce9b463411cad7db4 (patch) | |
tree | 3642631bf1b3e1a153013fc26f7f67ceb4ec085c /src/backend | |
parent | d6326ba8fe69ced797412ea9bb97b2f35588f791 (diff) |
Remove outdated reference to a removed file
parse_jsontable.c was removed as part of 2f2b18bd3f55, though its
mention in src/backend/parser/README was not. Fix that.
Discussion: https://postgr.es/m/CA%2BHiwqHDzw8AP8p_dEkFr0xg458ZTf58zbivAHhK4UeNrx9Tdg%40mail.gmail.com
Diffstat (limited to 'src/backend')
-rw-r--r-- | src/backend/parser/README | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/backend/parser/README b/src/backend/parser/README index e26eb437a9f..e0c986a41ef 100644 --- a/src/backend/parser/README +++ b/src/backend/parser/README @@ -20,7 +20,6 @@ parse_cte.c handle Common Table Expressions (WITH clauses) parse_expr.c handle expressions like col, col + 3, x = 3 or x = 4 parse_enr.c handle ephemeral named rels (trigger transition tables, ...) parse_func.c handle functions, table.column and column identifiers -parse_jsontable.c handle JSON_TABLE parse_merge.c handle MERGE parse_node.c create nodes for various structures parse_oper.c handle operators in expressions |