[PATCH] Style: fix function declaration - Mailing list pgsql-hackers

From Ranier Vilela
Subject [PATCH] Style: fix function declaration
Date
Msg-id MN2PR18MB292755AEFF9A9144B220ABEEE34B0@MN2PR18MB2927.namprd18.prod.outlook.com
Whole thread Raw
Responses Re: [PATCH] Style: fix function declaration
List pgsql-hackers
Hi,
Fix function declaration .

Best regards,
Ranier Vilela

--- \dll\postgresql\a\backend\utils\adt\mac8.c    2019-11-23 13:19:20.000000000 -0300
+++ mac8.c    2019-11-24 09:41:34.200458700 -0300
@@ -35,7 +35,7 @@
 #define lobits(addr) \
   ((unsigned long)(((addr)->e<<24) | ((addr)->f<<16) | ((addr)->g<<8) | ((addr)->h)))

-static unsigned char hex2_to_uchar(const unsigned char *str, const unsigned char *ptr);
+static unsigned char hex2_to_uchar(const unsigned char *ptr, const unsigned char *str);

 static const signed char hexlookup[128] = {
     -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,

Attachment

pgsql-hackers by date:

Previous
From: Pavel Stehule
Date:
Subject: Re: dropdb --force
Next
From: Michael Paquier
Date:
Subject: Re: Copyright information in source files