From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | Alexander Dederer <dederer(at)spb(dot)cityline(dot)ru>, PostgreSQL-patches <pgsql-patches(at)postgresql(dot)org> |
Subject: | Re: Re: [GENERAL] Patch for PGACCESS |
Date: | 2001-05-30 16:53:50 |
Message-ID: | 200105301653.f4UGroD12929@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general pgsql-patches |
Good analysis, Tom. Here is a patch for pgaccess that gets the system
oid the _new_ way. Funny I studied the pg_proc query but never looked
above it to see that the system oid check was already there and this is
a new bug.
I don't see any code that does version-specific stuff in pgaccess, so I
guess this will have to be only for > 7.1 backends. There must be lots
of version-specific pgaccess stuff so it only works with the current
release.
> Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> writes:
> > I have attached a patch that you suggested. I see the problem is that
> > _every_ function is listed. You solution is to list only functions you
> > own.
>
> This is certainly not a correct solution.
>
> The problem is that pgaccess has not been updated to know the correct
> way of determining the last system OID in 7.1 (OID of template1 is not
> the thing to look at anymore). It should do something similar to what
> pg_dump does --- see the two alternative implementations of
> findLastBuiltinOid in pg_dump.c.
>
> regards, tom lane
>
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026
Attachment | Content-Type | Size |
---|---|---|
unknown_filename | text/plain | 740 bytes |
From | Date | Subject | |
---|---|---|---|
Next Message | newsreader | 2001-05-30 16:54:17 | Re: DBD::Pg 1.00 |
Previous Message | Jan Wieck | 2001-05-30 16:27:40 | Re: Re: OID wrap around |
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2001-05-30 17:00:02 | Re: Re: [GENERAL] Patch for PGACCESS |
Previous Message | Bruce Momjian | 2001-05-30 16:35:41 | Re: getDate() and getTime() fails with columns of type 'TimeStamp' |