added long long to BSDI - Mailing list pgsql-hackers

From Bruce Momjian
Subject added long long to BSDI
Date
Msg-id 199809100335.XAA16099@candle.pha.pa.us
Whole thread Raw
Responses Re: [HACKERS] added long long to BSDI  ("Billy G. Allie" <Bill.Allie@mug.org>)
List pgsql-hackers
I have found BSDI used %qd for long long, while gnulibc used %Ld.  I
have changed HAVE_LONG_LONG_INT_64 to be HAVE_LONG_LONG_INT_64_Ld and
added HAVE_LONG_LONG_INT_64_qd, and added the proper changes.

--
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 by date:

Previous
From: The Hermit Hacker
Date:
Subject: Re: [HACKERS] Re: Open portability issues
Next
From: "Billy G. Allie"
Date:
Subject: Re: [HACKERS] Indixing problems...