Re: compile failure on xmalloc()

From: Neil Conway <neilc(at)samurai(dot)com>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: PostgreSQL-development <pgsql-hackers(at)postgreSQL(dot)org>
Subject: Re: compile failure on xmalloc()
Date: 2004-01-25 07:49:42
Message-ID: 87n08ca2nd.fsf@mailbox.samurai.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> writes:
> I am seeing the following compile failure in currrent CVS. Seems there
> is a conflict between readline and psql's use of the xmalloc function
> name.

This should be fixed in the latest CVS HEAD code (i.e. r1.82 of
common.c) -- can you make sure your sources are up to date and rebuild
from scratch?

> It seems it is from these commits: [...]

Yes, my apologies -- my platform's linker is apparently less strict
and I didn't get the error.

-Neil

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Brian Moore 2004-01-25 09:07:20 returning PGresult as xml
Previous Message Randolf Richardson 2004-01-25 07:36:59 Re: Disaster!