Re: CVS Head psql bug?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Tatsuo Ishii <ishii(at)sraoss(dot)co(dot)jp>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: CVS Head psql bug?
Date: 2008-06-27 00:37:19
Message-ID: 4841.1214527039@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I wrote:
> I studied the ld man page for awhile but couldn't find any fix other
> than the one Tatsuo suggests of trying to run the linked test program.
> That means we have to guess at what to do in a cross-compilation.
> I suppose the safest choice is to not try to use --as-needed when
> cross-compiling, but does anyone want to argue for the other choice?

I've applied a patch along these lines. I checked it on RHEL-4 and it
seems to work as expected.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2008-06-27 01:21:47 Re: Planner creating ineffective plans on LEFT OUTER joins
Previous Message Bruce Momjian 2008-06-26 22:53:05 Re: Table inheritance surprise