Re: BUG #5327: postgresql gives checksum error when upgrading 8.2.6 binaries to 8.2.14 in windows.

From: Michael Meskes <meskes(at)postgresql(dot)org>
To: janandith jayawardena <janandith(at)gmail(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #5327: postgresql gives checksum error when upgrading 8.2.6 binaries to 8.2.14 in windows.
Date: 2010-02-24 13:55:33
Message-ID: 20100224135533.GC22506@feivel.credativ.lan
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Thu, Feb 18, 2010 at 12:51:04AM +0530, janandith jayawardena wrote:
> When building libecpg there are errors like,
>
> Error 1 error LNK2019: unresolved external symbol _PGTYPESdate_from_asc
> referenced in function _ECPGget_data data.obj libecpg
>
> I see PGTYPESdate_from_asc in src/interface/ecpg/pgtypeslib/timestamp.c
>
> why isn't this picked up although I add it to source file list.

You need to link against libpgtypes. src/interface/ecpg/pgtypeslib/timestamp.c
does not belong into libecpg.

Michael
--
Michael Meskes
Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
Michael at BorussiaFan dot De, Meskes at (Debian|Postgresql) dot Org
ICQ 179140304, AIM/Yahoo/Skype michaelmeskes, Jabber meskes(at)jabber(dot)org
VfL Borussia! Força Barça! Go SF 49ers! Use Debian GNU/Linux, PostgreSQL

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Patrick Weimer 2010-02-24 14:46:31 Could not receive data from client: Unknown winsock error 10061
Previous Message Oleg Serov 2010-02-24 12:12:59 Re: BUG #5314: Error in nested composite types in plpgsql.