buildfarm failures

Started by Tom Lanealmost 20 years ago2 messageshackers
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

Quite a few buildfarm members are failing with variants of "Undefined
symbol: _canonicalize_path" in libpq. I think your recent patch that
calls canonicalize_path from fe-connect.c is misguided in the first
place; you certainly didn't ask for any discussion before applying it.

regards, tom lane

#2Bruce Momjian
bruce@momjian.us
In reply to: Tom Lane (#1)
Re: [HACKERS] buildfarm failures

Tom Lane wrote:

Quite a few buildfarm members are failing with variants of "Undefined
symbol: _canonicalize_path" in libpq. I think your recent patch that
calls canonicalize_path from fe-connect.c is misguided in the first
place; you certainly didn't ask for any discussion before applying it.

I sure did:

http://archives.postgresql.org/pgsql-patches/2006-05/msg00198.php

I didn't realize path.c wasn't already being used by libpq. I have
removed the canonicalize_path() call and added a comment; patch
attached.

--
Bruce Momjian http://candle.pha.pa.us
EnterpriseDB http://www.enterprisedb.com

+ If your life is a hard drive, Christ can be your backup. +

Attachments:

/bjm/difftext/x-diffDownload+17-18