Re: OIDS > INT_MAX displayed wrapped around

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: Kris Jurka <books(at)ejurka(dot)com>
Cc: pgadmin-hackers(at)postgresql(dot)org
Subject: Re: OIDS > INT_MAX displayed wrapped around
Date: 2007-07-31 07:20:29
Message-ID: 46AEE2BD.3080704@lelarge.info
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi Kris,

Kris Jurka a écrit :
>
> The display for tables that have oids higher than INT_MAX is correct in
> one dialog, but wrapped around in another. The popup properties is
> wrong while the properties displayed in the core view is right. It's
> difficult to describe exactly in words, so here's a screenshot.
>
> http://ejurka.com/pgsql/pgadmin/highoids.png
>

Thanks for the report and the screenshot. We use long instead of
unsigned long in dlgProperties.cpp. So it should be pretty easy to fix
but I need some time to build a test case.

Thanks.

--
Guillaume.
<!-- http://abs.traduc.org/
http://lfs.traduc.org/
http://docs.postgresqlfr.org/ -->

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2007-07-31 07:35:58 Re: Beta 2 start problem on OS X
Previous Message Kris Jurka 2007-07-31 01:53:51 OIDS > INT_MAX displayed wrapped around