Re: [HACKERS] more on int8

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [HACKERS] more on int8
Дата
Msg-id 199809110614.CAA21946@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: [HACKERS] more on int8  ("Thomas G. Lockhart" <lockhart@alumni.caltech.edu>)
Ответы Re: [HACKERS] more on int8  (Daniel Kalchev <daniel@digsys.bg>)
Re: [HACKERS] more on int8  (Brook Milligan <brook@trillium.NMSU.Edu>)
Список pgsql-hackers
> > > > I tried the int8 type under BSD/OS, running 6.3.2 (contrib/int8).
> > > > There the %Ld type is unimplemented and %lld or %qd both work.
> > I am running BSD/OS here, and configure recoginizes it with %qd.
>
> Just out of curiosity, does Bruce's BSDI system recognize %lld as did
> Daniel's? If so, we could dispense with the %qd option for the final
> release...

Yes, BSDI understands %lld, but not %Ld, though it is not documented in
the printf manual page.

We could probably do without %qd, but I assume their are some platforms
that support %qd and not %lld.  We can ask people as they run configure
if they ever see %lld failing but %qd passing.

--
Bruce Momjian                          |  830 Blythe Avenue
maillist@candle.pha.pa.us              |  Drexel Hill, Pennsylvania 19026
  +  If your life is a hard drive,     |  (610) 353-9879(w)
  +  Christ can be your backup.        |  (610) 853-3000(h)

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

Предыдущее
От: "Thomas G. Lockhart"
Дата:
Сообщение: Re: [HACKERS] more on int8
Следующее
От: Daniel Kalchev
Дата:
Сообщение: Re: [HACKERS] more on int8