Re: big text field -> message type 0x44

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Tomas Berndtsson <tomas(at)nocrew(dot)org>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: big text field -> message type 0x44
Date: 2002-12-04 17:00:25
Message-ID: 14991.1039021225@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Tomas Berndtsson <tomas(at)nocrew(dot)org> writes:
> Since it works in psql, it must be possible for my application to work
> too, but I just can't figure out why it doesn't.

I think it's got to be a bug in your application code.

A bug in libpq is the only other possibility --- but seeing that psql
also uses libpq, I'm inclined to discount that. (You're sure you are
linking the same version of libpq into your app that psql uses,
right?)

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2002-12-04 17:06:10 Re: PQnotifies() in 7.3 broken?
Previous Message Manfred Koizar 2002-12-04 16:54:30 Re: nested transactions