Re: [HACKERS] more on int8

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: lockhart(at)alumni(dot)caltech(dot)edu (Thomas G(dot) Lockhart)
Cc: daniel(at)digsys(dot)bg, pgsql-hackers(at)hub(dot)org
Subject: Re: [HACKERS] more on int8
Date: 1998-09-11 17:07:26
Message-ID: 199809111707.NAA02114@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> > 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.
>
> Could we please leave all of the hooks for %qd in the code, but disable
> the automatic check for it in configure.in and configure? If we run into
> a case which requires it, then it will be trivial to re-enable it (or if
> you like allow a manual override --enable-int8-qd). If we do not run
> into such a case then we can remove the code later, simplifying things a
> bit.
>
> If we don't disable it for now, then we will never be able to discover
> whether it is a required feature or not. Now is the time to do this
> since int8 is a new feature. It won't work very well to try the same
> tactic 6 months from now :)

OK, %qd removed.

--
Bruce Momjian | 830 Blythe Avenue
maillist(at)candle(dot)pha(dot)pa(dot)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)

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Joost Kraaijeveld 1998-09-11 17:41:24 High level description of postgres
Previous Message Joost Kraaijeveld 1998-09-11 17:04:35 Postgres compiled on Windopws NT