Re: use of int4/int32 in C code

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема Re: use of int4/int32 in C code
Дата
Msg-id 4FE0AEA40200002500048716@gw.wicourts.gov
обсуждение исходный текст
Ответ на Re: use of int4/int32 in C code  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: use of int4/int32 in C code  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Tom Lane <tgl@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


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Simon Riggs
Дата:
Сообщение: Re: [PATCH 10/16] Introduce the concept that wal has a 'origin' node
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: pg_restore logging inconsistency