diff options
author | Jeff Davis <jdavis@postgresql.org> | 2020-03-24 18:19:34 -0700 |
---|---|---|
committer | Jeff Davis <jdavis@postgresql.org> | 2020-03-24 18:30:04 -0700 |
commit | 3649133b147638f25933c93e3d4f6b920da50332 (patch) | |
tree | 5339cb1a7df58cba1b6abec9200b915d98d7f6c4 /src/backend/access/gist/gist.c | |
parent | b150a76793109b00ea43c26e0006b3cad9030096 (diff) | |
download | postgresql-3649133b147638f25933c93e3d4f6b920da50332.tar.gz postgresql-3649133b147638f25933c93e3d4f6b920da50332.zip |
Avoid allocating unnecessary zero-sized array.
If there are no aggregates, there is no need to allocate an array of
zero AggStatePerGroupData elements.
Diffstat (limited to 'src/backend/access/gist/gist.c')
0 files changed, 0 insertions, 0 deletions