Re: 7.4beta4: make check broken?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: ljb <ljb220(at)mindspring(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: 7.4beta4: make check broken?
Date: 2003-10-06 14:26:33
Message-ID: 26923.1065450393@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support pgsql-bugs

ljb <ljb220(at)mindspring(dot)com> writes:
> I got the same error with beta1, but the symbol was "get_progname"
> not "get_proname". Perhaps the above is a typo.

"get_progname" would make sense, because that's a symbol defined in
libpgport in 7.4 that did not exist in 7.3. So if the dynamic linker
was finding your 7.3 PG library directory instead of 7.4, you'd likely
get this error.

regards, tom lane

In response to

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message James M Doherty PGADMIN 2003-10-06 15:03:48 TUNNEL RESOLVED
Previous Message Dave Page 2003-10-06 11:58:24 Re: PgAdmin III: Two bugs

Browse pgsql-bugs by date

  From Date Subject
Next Message Dave Hartwig 2003-10-06 19:19:18 Domain Implicit Casting Trouble
Previous Message Tom Lane 2003-10-06 03:58:08 Re: 7.4b4 undetected deadlock?