View Single Post

   
  #2 (permalink)  
Old 04-17-2008, 11:18 PM
Neil Conway
 
Posts: n/a
Default Re: cleanup: remove MemSet() casts

Neil Conway wrote:
> I also noticed a bit of unclear / inconsistent code in MemSet() itself:
> it's not obvious whether unary * or postfix ++ has higher precedence
> (the latter does), so I added some parentheses to make this clear.


Okay, apparently I'm the only person who doesn't like code like this
Attached is a revised patch that doesn't make this change.

-Neil


---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddressHere" to majordomo@postgresql.org)

Reply With Quote