| From: | Alvaro Herrera Munoz <alvherre(at)dcc(dot)uchile(dot)cl> |
|---|---|
| To: | Teodor Sigaev <teodor(at)sigaev(dot)ru> |
| Cc: | Pgsql Hackers <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: Bug(s) or not? |
| Date: | 2003-05-26 14:23:20 |
| Message-ID: | 20030526142320.GB11593@dcc.uchile.cl |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
On Mon, May 26, 2003 at 02:17:52PM +0400, Teodor Sigaev wrote:
> q=# select * from pg_class limit 3;
> server sent data ("D" message) without prior row description ("T" message)
> server sent data ("D" message) without prior row description ("T" message)
> SELECT
>
> Why can I select from pg_class? Other system tables are working properly...
Doh... I've been seen the same behavior, but thought it was some bug in
my local copy. In fact I'm having a hard time finding a bug with
unreleased locks with code that seems functionally identical to CVS head
and I'm starting to think that it's not really a bug with my
modifications.
--
Alvaro Herrera (<alvherre[(at)]dcc(dot)uchile(dot)cl>)
Major Fambrough: You wish to see the frontier?
John Dunbar: Yes sir, before it's gone.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Joe Conway | 2003-05-26 15:07:05 | Re: array functions - request for opinions (was Re: [PATCHES] |
| Previous Message | Tatsuo Ishii | 2003-05-26 13:55:14 | Re: v7.3.3 bundled ... please test ... |