Re: Int64GetDatum - Mailing list pgsql-general

From Tom Lane
Subject Re: Int64GetDatum
Date
Msg-id 25795.1271770582@sss.pgh.pa.us
Whole thread Raw
In response to Re: Int64GetDatum  (John R Pierce <pierce@hogranch.com>)
List pgsql-general
John R Pierce <pierce@hogranch.com> writes:
> Bruce Momjian wrote:
>> Ah, good idea.  Is pg_config.h the only file that varies from 32 to
>> 64-bit?

> it *appears* to be here, but I don't have the 64 bit file set to compare
> with.  there are definately a couple other files that get generated by
> ./configure, including ecpg_config.h and another that escapes me at the
> moment.

ecpg_config.h also has to be stubbed to make this work.  The other stuff
that could vary (like Makefile.global) gets installed under bin/ or lib/
so if you have a lib-vs-lib64 type of layout then that's safe.

            regards, tom lane

pgsql-general by date:

Previous
From: cojack
Date:
Subject: Re: Ltree - how to sort nodes on parent node
Next
From: Bruce Momjian
Date:
Subject: Re: tar error, in pg_start_backup()