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:05:35 +0900 |
commit | 3a8a1f3254b2e3e981a91cb021ea0e9fdb5c3b9c (patch) | |
tree | ae892e66de6c5a495d2c64811208fcb31050ec4a /src/backend/executor/nodeModifyTable.c | |
parent | b81a71aa05f294705e1b1d4fe24548f175f9bfe9 (diff) | |
download | postgresql-3a8a1f3254b2e3e981a91cb021ea0e9fdb5c3b9c.tar.gz postgresql-3a8a1f3254b2e3e981a91cb021ea0e9fdb5c3b9c.zip |
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/nodeModifyTable.c')
0 files changed, 0 insertions, 0 deletions