RE: [PATCH] Style: fix function declaration

2019-11-24 Thread Ranier Vilela
Hi, >I see no problem with fixing this kind of inconsistency for >readability, so applied the change. Thank you. >Anyway, when sending a patch there are a couple of things which can >make the life of people looking at what you send easier: >https://wiki.postgresql.org/wiki/Submitting_a_Patch

Re: [PATCH] Style: fix function declaration

2019-11-24 Thread Michael Paquier
Hi, On Sun, Nov 24, 2019 at 12:47:40PM +, Ranier Vilela wrote: > Fix function declaration . I see no problem with fixing this kind of inconsistency for readability, so applied the change. Anyway, when sending a patch there are a couple of things which can make the life of people looking at w

[PATCH] Style: fix function declaration

2019-11-24 Thread Ranier Vilela
Hi, Fix function declaration . Best regards, Ranier Vilela --- \dll\postgresql\a\backend\utils\adt\mac8.c 2019-11-23 13:19:20.0 -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) | ((a