diff options
author | Alexander Korotkov <akorotkov@postgresql.org> | 2021-02-01 14:06:02 +0300 |
---|---|---|
committer | Alexander Korotkov <akorotkov@postgresql.org> | 2021-02-01 14:06:02 +0300 |
commit | bb513b364b4fe31574574c8d0afbb2255268b321 (patch) | |
tree | 22466321000ba1185e43e729b3898ffb873c5815 /src/backend/parser/parse_target.c | |
parent | fe61df7f82aa6e0879476146dbe1da9c89b4946b (diff) | |
download | postgresql-bb513b364b4fe31574574c8d0afbb2255268b321.tar.gz postgresql-bb513b364b4fe31574574c8d0afbb2255268b321.zip |
Get rid of unnecessary memory allocation in jsonb_subscript_assign()
Current code allocates memory for JsonbValue, but it could be placed locally.
Diffstat (limited to 'src/backend/parser/parse_target.c')
0 files changed, 0 insertions, 0 deletions