diff options
author | Tomas Vondra <tomas.vondra@postgresql.org> | 2019-07-17 18:13:39 +0200 |
---|---|---|
committer | Tomas Vondra <tomas.vondra@postgresql.org> | 2019-07-18 11:29:38 +0200 |
commit | a4303a078c661ebafe8c8c2167b2ad9bf16b32ce (patch) | |
tree | afb2dcd58ea1b39e6bd2c8204e7025221eac669e /src/backend/access/gist/gistutil.c | |
parent | 21039555cdec75836d246fcbcd4b44ee63dabfad (diff) | |
download | postgresql-a4303a078c661ebafe8c8c2167b2ad9bf16b32ce.tar.gz |
Remove unnecessary TYPECACHE_GT_OPR lookup
The TYPECACHE_GT_OPR is not needed (it used to be in older version of
the MCV code), but the compiler failed to detect this as the result was
used in a fmgr_info() call, populating a FmgrInfo entry.
Backpatch to v12, where this code was introduced.
Discussion: https://postgr.es/m/8736jdhbhc.fsf%40ansel.ydns.eu
Backpatch-to: 12
Diffstat (limited to 'src/backend/access/gist/gistutil.c')
0 files changed, 0 insertions, 0 deletions