| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | John R Pierce <pierce(at)hogranch(dot)com> |
| Cc: | Bruce Momjian <bruce(at)momjian(dot)us>, pgsql-general(at)postgresql(dot)org |
| Subject: | Re: Int64GetDatum |
| Date: | 2010-04-20 13:36:22 |
| Message-ID: | 25795.1271770582@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
John R Pierce <pierce(at)hogranch(dot)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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian | 2010-04-20 13:38:24 | Re: [GENERAL] trouble with to_char('L') |
| Previous Message | Bruce Momjian | 2010-04-20 13:23:45 | Re: [GENERAL] trouble with to_char('L') |