diff options
author | Stephen Frost <sfrost@snowman.net> | 2017-03-15 23:23:28 -0400 |
---|---|---|
committer | Stephen Frost <sfrost@snowman.net> | 2017-03-15 23:23:28 -0400 |
commit | 7821f7229c6e149046ee0dd8cab57928c4f86a37 (patch) | |
tree | e3e952900b7e77ac29326cb09384235c231caa4d /contrib/postgres_fdw/postgres_fdw.c | |
parent | 6977b8b7f4dfb40896ff5e2175cad7fdbda862eb (diff) | |
download | postgresql-7821f7229c6e149046ee0dd8cab57928c4f86a37.tar.gz postgresql-7821f7229c6e149046ee0dd8cab57928c4f86a37.zip |
Clean up overly paranoid checks in mac8.c
Andres' compiler points out, quite correctly, that there's no need for
some of the overly paranoid checks which were put into mac8.c. Remove
those, as they're useless, add some comments and make a few other minor
improvements- reduce the size of hexlookup by making it a char array
instead of an int array, and pass in the ptr location directly instead
of making hex2_to_uchar re-calculate the location based off the offset
every time.
Diffstat (limited to 'contrib/postgres_fdw/postgres_fdw.c')
0 files changed, 0 insertions, 0 deletions