diff options
author | Tomas Vondra <tomas.vondra@postgresql.org> | 2021-03-26 13:04:13 +0100 |
---|---|---|
committer | Tomas Vondra <tomas.vondra@postgresql.org> | 2021-03-26 13:04:16 +0100 |
commit | a68dfa27d42fb7b7611fd1206d2356fc124ed390 (patch) | |
tree | 4b8c3b805bc6036671bd67980e7afcb7d339cacb /src/backend/utils/adt/json.c | |
parent | 5db1fd7823a1a12e2bdad98abc8e102fd71ffbda (diff) | |
download | postgresql-a68dfa27d42fb7b7611fd1206d2356fc124ed390.tar.gz postgresql-a68dfa27d42fb7b7611fd1206d2356fc124ed390.zip |
Remove unnecessary pg_amproc BRIN minmax entries
The BRIN minmax opclasses included amproc entries with mismatching left
and right types, but those happen to be unnecessary. The opclasses only
need cross-type operators, not cross-type support procedures. Discovered
when trying to define equivalent BRIN operator families in an extension.
Catversion bump, because of pg_amproc changes.
Author: Tomas Vondra
Reviewed-by: Alvaro Herrera
Discussion: https://postgr.es/m/78c357ab-3395-8433-e7b3-b2cfcc9fdc23%40enterprisedb.com
Diffstat (limited to 'src/backend/utils/adt/json.c')
0 files changed, 0 insertions, 0 deletions