diff options
author | David Rowley <drowley@postgresql.org> | 2024-01-30 12:37:03 +1300 |
---|---|---|
committer | David Rowley <drowley@postgresql.org> | 2024-01-30 12:37:03 +1300 |
commit | 57f59396bb51953bb7b957780c7f1b7f67602125 (patch) | |
tree | 65629db9f1f7ca06f1f1bd7685f1e3423275621a /src/backend/utils/adt/jsonpath_exec.c | |
parent | c85977d8fef7b18f69e0be72923ddb8dcc8165b5 (diff) | |
download | postgresql-57f59396bb51953bb7b957780c7f1b7f67602125.tar.gz postgresql-57f59396bb51953bb7b957780c7f1b7f67602125.zip |
Delay build of Memoize hash table until executor run
Previously this hash table was built during executor startup. This
could cause long delays in EXPLAIN (without ANALYZE) when the planner
opts to use a large Memoize hash table.
No backpatch for now due to lack of complaints.
Author: David Rowley
Discussion: https://postgr.es/m/CAApHDvoJktJ5XL=Kjh2a2TFr64R-7eQZV-+jcJrUwoES2GLiWg@mail.gmail.com
Diffstat (limited to 'src/backend/utils/adt/jsonpath_exec.c')
0 files changed, 0 insertions, 0 deletions