Tom Lane <t...@sss.pgh.pa.us> wrote:
 
> I have not looked to see how many places do that.  If it's a
reasonably
> small number of places, I'm OK with getting rid of int4 at the C
level.
> (int2/int8 the same of course.)
 
$ find -name '*.h' -or -name '*.c' | egrep -v '/tmp_check/' | xargs cat
\

  | egrep -c '\bint2\b'
178

  | egrep -c '\bint4\b'
570

  | egrep -c '\bint8\b'
212
 
-Kevin

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to