Fix inconsistent variable name in static function of mac8.c
authorMichael Paquier <michael@paquier.xyz>
Mon, 25 Nov 2019 00:57:35 +0000 (09:57 +0900)
committerMichael Paquier <michael@paquier.xyz>
Mon, 25 Nov 2019 00:57:35 +0000 (09:57 +0900)
commit2aa84520b3508dda273b9bbffab7bf87f0d98bf8
tree7d6491d5c236c3301855d60e0b09b4f5d720ff9d
parent4cb658af70027c3544fb843d77b2e84028762747
Fix inconsistent variable name in static function of mac8.c

Both argument names were reversed in the declaration of the function.

Author: Ranier Vilela
Discussion: https://postgr.es/m/MN2PR18MB292755AEFF9A9144B220ABEEE34B0@MN2PR18MB2927.namprd18.prod.outlook.com
src/backend/utils/adt/mac8.c