pgsql: Fix inconsistent variable name in static function of mac8.c - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Fix inconsistent variable name in static function of mac8.c
Date
Msg-id E1iZ2ml-00018f-4u@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/2aa84520b3508dda273b9bbffab7bf87f0d98bf8

Modified Files
--------------
src/backend/utils/adt/mac8.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Refactor reloption handling for index AMs in-core
Next
From: Amit Kapila
Date:
Subject: pgsql: Make the order of the header file includes consistent.