Skip to content

Commit 5c8c807

Browse files
committed
Remove outdated reference to a removed file
parse_jsontable.c was removed as part of 2f2b18b, though its mention in src/backend/parser/README was not. Fix that. Discussion: https://postgr.es/m/CA%2BHiwqHDzw8AP8p_dEkFr0xg458ZTf58zbivAHhK4UeNrx9Tdg%40mail.gmail.com
1 parent d6326ba commit 5c8c807

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/backend/parser/README

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ parse_cte.c handle Common Table Expressions (WITH clauses)
2020
parse_expr.c handle expressions like col, col + 3, x = 3 or x = 4
2121
parse_enr.c handle ephemeral named rels (trigger transition tables, ...)
2222
parse_func.c handle functions, table.column and column identifiers
23-
parse_jsontable.c handle JSON_TABLE
2423
parse_merge.c handle MERGE
2524
parse_node.c create nodes for various structures
2625
parse_oper.c handle operators in expressions

0 commit comments

Comments
 (0)