diff options
author | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2020-03-05 11:35:02 -0300 |
---|---|---|
committer | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2020-03-05 11:35:02 -0300 |
commit | a77315fdf2a197a925e670be2d8b376c4ac02efc (patch) | |
tree | 351de1de93c5fdbbd39d855b14b5f0f6bdbde250 /src/backend/utils/adt/xml.c | |
parent | 0065174324a97c0f39ccf0823a81fb674fb49cca (diff) | |
download | postgresql-a77315fdf2a197a925e670be2d8b376c4ac02efc.tar.gz postgresql-a77315fdf2a197a925e670be2d8b376c4ac02efc.zip |
Remove RangeIOData->typiofunc
We used to carry the I/O function OID in RangeIOData, but it's not used
for anything. Since the struct is not exposed to the world anyway, we
can simplify it a bit. Also, rename the FmgrInfo member to match
the accompanying 'typioparam' and put them in a more sensible order.
Reviewed by Tom Lane and Paul Jungwirth.
Discussion: https://postgr.es/m/20200304215711.GA8732@alvherre.pgsql
Diffstat (limited to 'src/backend/utils/adt/xml.c')
0 files changed, 0 insertions, 0 deletions