[PATCH] Style: fix function declaration

From: Ranier Vilela <ranier_gyn(at)hotmail(dot)com>
To: "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: [PATCH] Style: fix function declaration
Date: 2019-11-24 12:47:40
Message-ID: MN2PR18MB292755AEFF9A9144B220ABEEE34B0@MN2PR18MB2927.namprd18.prod.outlook.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
mac8.c.patch application/octet-stream 563 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2019-11-24 12:48:05 Re: Copyright information in source files
Previous Message Pavel Stehule 2019-11-24 11:35:40 Re: dropdb --force