diff options
author | Amit Langote <amitlan@postgresql.org> | 2024-06-28 15:09:59 +0900 |
---|---|---|
committer | Amit Langote <amitlan@postgresql.org> | 2024-07-04 16:17:21 +0900 |
commit | 290a6d800d90d36a4a1d45655c944695102fabd1 (patch) | |
tree | 5fc3be0ce534e0d974e1389f5eb89b27aa0d0f04 /src/backend/executor/nodeBitmapHeapscan.c | |
parent | 619f76cce11dc51458eb4ea81b0e48d15d0b2d07 (diff) |
SQL/JSON: Fix some obsolete comments.
JSON_OBJECT(), JSON_OBJETAGG(), JSON_ARRAY(), and JSON_ARRAYAGG()
added in 7081ac46ace are not transformed into direct calls to
user-defined functions as the comments claim. Fix by mentioning
instead that they are transformed into JsonConstructorExpr nodes,
which may call them, for example, for the *AGG() functions.
Reported-by: Alexander Lakhin <exclusion@gmail.com>
Discussion: https://postgr.es/m/058c856a-e090-ac42-ff00-ffe394f52a87%40gmail.com
Backpatch-through: 16
Diffstat (limited to 'src/backend/executor/nodeBitmapHeapscan.c')
0 files changed, 0 insertions, 0 deletions