Re: Building for 64-bit platform

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Igor Korot <ikorot01(at)gmail(dot)com>
Cc: "pgsql-generallists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re: Building for 64-bit platform
Date: 2020-11-08 06:15:22
Message-ID: 1783977.1604816122@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Igor Korot <ikorot01(at)gmail(dot)com> writes:
> I build libpq with the standard configure/dmake.
> Now I realize I need t build it for a 64-bit platform.

> My questions are:
> Is it enough to ust do

Do "make distclean" at the top level, then re-configure with the
new options and re-make.

Maybe you can get away with a partial rebuild, but there is no way
that it's worth your time to experiment. On any machine built in
the last two decades, you could have already finished a full rebuild
in the time it took me to type this. On the other hand, if you do
a partial rebuild and it turns out to be broken, you could waste
many hours figuring that out.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Dhinakaran R 2020-11-08 09:07:09 Re: Not able to set pgaudit.log with pgaudit 1.3.2 in PostgreSQL 11.9
Previous Message Igor Korot 2020-11-08 06:07:12 Building for 64-bit platform