Re: [HACKERS] minor problem with detecting int64 in configure - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: [HACKERS] minor problem with detecting int64 in configure
Date
Msg-id 199808241542.LAA01277@candle.pha.pa.us
Whole thread Raw
In response to Re: [HACKERS] minor problem with detecting int64 in configure  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
> t-ishii@sra.co.jp writes:
> > I have found a minor problem with current configure.in.
> > [AC_MSG_RESULT(yes) AC_DEFINE(HAVE_LONG_INT_64)],
> > this line produces something like:
> >   echo "$ac_t""yes" 1>&6 cat >> confdefs.h <<\EOF
> > and would append garbage "yes cat" to confdefs.h.
>
> Oops.  My bad.  Patcher please note that the HAVE_LONG_LONG_INT_64
> test needs the same fix.

Done.  Autoconf done.

--
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: Bruce Momjian
Date:
Subject: Re: [INTERFACES] Re: [HACKERS] Convert PGconn, PGresult to opaque types?
Next
From: Brook Milligan
Date:
Subject: Re: [HACKERS] Open 6.4 items