VacAttrStatsP vs VacAttrStats * (typedef'ing pointer types) - Mailing list pgsql-hackers

From Jan Urbański
Subject VacAttrStatsP vs VacAttrStats * (typedef'ing pointer types)
Date
Msg-id 481B862F.2040909@students.mimuw.edu.pl
Whole thread Raw
Responses Re: VacAttrStatsP vs VacAttrStats * (typedef'ing pointer types)  (Neil Conway <neilc@samurai.com>)
Re: VacAttrStatsP vs VacAttrStats * (typedef'ing pointer types)  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
While looking around vacuum.h (for my GSoC project) I found:
typedef struct VacAttrStats *VacAttrStatsP;
and then throughout the code sometimes VacAttrStats *foo is used and 
sometimes VacAttrStatsP bar is used.

Call this obsessive-compulsive disorder, but it kind of bothers me. Is 
there a reason for using both notations? If not, then which one is 
preferred and should I write a patch for it or should I just take a pill 
or two and focus on important things?

Regards,
Jan
-- 
Jan Urbanski
GPG key ID: E583D7D2

ouden estin


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [PATCHES] GUC parameter cursors_tuple_fraction
Next
From: Tom Lane
Date:
Subject: Re: Protection from SQL injection