From: | Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: Remove RangeIOData->typiofunc |
Date: | 2020-03-05 14:55:28 |
Message-ID: | E1j9ruK-0000BS-H1@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
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
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/a77315fdf2a197a925e670be2d8b376c4ac02efc
Modified Files
--------------
src/backend/utils/adt/rangetypes.c | 26 +++++++++++++-------------
1 file changed, 13 insertions(+), 13 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | David Steele | 2020-03-05 17:51:50 | Re: pgsql: Avoid -Wconversion warnings when using checksum_impl.h |
Previous Message | Michael Paquier | 2020-03-05 05:13:03 | pgsql: Avoid -Wconversion warnings when using checksum_impl.h |