Re: tzdata issue on cross-compiled postgresql

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Tim Yardley" <yardley(at)gmail(dot)com>
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: tzdata issue on cross-compiled postgresql
Date: 2008-01-10 01:25:44
Message-ID: 22726.1199928344@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

"Tim Yardley" <yardley(at)gmail(dot)com> writes:
>> Can you strace the backend while it's doing this and see if there's a
>> difference in the series of kernel calls issued?

> See attached strace. Let me know if you see anything enlightening.

Nope :-(. The strace output is *exactly* the same across all four
instances, except for the number of bytes sent over to the client,
which reflects the difference between "504" and "0". It's possible
that something is lurking in the data that strace didn't show, but
I think that's unlikely. Somehow the misfeasance is happening within
Postgres proper.

I think you'll have to get out a debugger and trace through it to
find out where the rows are getting discarded ...

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2008-01-10 01:31:49 Re: odd convert_from bug
Previous Message Gavin Sherry 2008-01-10 01:22:39 Re: Dynamic Partitioning using Segment Visibility Maps