Thread: SystemObject show patch

SystemObject show patch

From
"Hiroshi Saito"
Date:
Hi Dave.

The range of the system object doesn't seem to be appropriate.
Or, are there other reasons of anything?

Apply ptach if there are not some problems.
But, may not be completely clear in this.

Regards,
Hiroshi-Saito


Attachment

Re: SystemObject show patch

From
"Dave Page"
Date:
Thanks, patch applied.

> -----Original Message-----
> From: Hiroshi Saito [mailto:saito@inetrt.skcapi.co.jp]
> Sent: 15 July 2003 06:37
> To: Andreas Pflug; Dave Page
> Cc: pgadmin-hackers@postgresql.org
> Subject: SystemObject show patch
>
>
> Hi Dave.
>
> The range of the system object doesn't seem to be
> appropriate. Or, are there other reasons of anything?
>
> Apply ptach if there are not some problems.
> But, may not be completely clear in this.
>
> Regards,
> Hiroshi-Saito
>
>

Re: SystemObject show patch

From
Andreas Pflug
Date:
Dave Page wrote:

>Thanks, patch applied.
>
>

I'm just in the middle of applying them. While in general Hiroshi is
right, there are som bad implementations in it. Casting a pgCast to a
pgServer is a very bad idea...

Regards,
Andreas


Re: SystemObject show patch

From
"Dave Page"
Date:

> -----Original Message-----
> From: Andreas Pflug [mailto:pgadmin@pse-consulting.de]
> Sent: 15 July 2003 09:04
> To: Dave Page
> Cc: Hiroshi Saito; pgadmin-hackers@postgresql.org
> Subject: Re: [pgadmin-hackers] SystemObject show patch
>
>
> Dave Page wrote:
>
> >Thanks, patch applied.
> >
> >
>
> I'm just in the middle of applying them. While in general Hiroshi is
> right, there are som bad implementations in it. Casting a pgCast to a
> pgServer is a very bad idea...

Eep, sorry, missed that. Need coffee...

Regards, Dave.

Re: SystemObject show patch

From
"Hiroshi Saito"
Date:
Hi Andreas.

From: "Andreas Pflug" <pgadmin@pse-consulting.de>
> Dave Page wrote:
(snip)
> I'm just in the middle of applying them. While in general Hiroshi is
> right, there are som bad implementations in it. Casting a pgCast to a
> pgServer is a very bad idea...

It was seen.
-----------------
bool GetSystemObject() const { return GetOid() <=
GetConnection()->GetLastSystemOID(); }
------------------
Indeed is good.
I'm study more...,Aiming at you.

Regards,
Hiroshi-Saito