Re: postmaster errors with index on temp table? - Mailing list pgsql-hackers

From Philip Warner
Subject Re: postmaster errors with index on temp table?
Date
Msg-id 3.0.5.32.20000710232146.02511b10@mail.rhyme.com.au
Whole thread Raw
In response to Re: postmaster errors with index on temp table?  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: postmaster errors with index on temp table?  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
At 09:15 10/07/00 -0400, Bruce Momjian wrote:
>> 
>> Is this a known problem?
>> 
>> pjw=# create temporary table tt(f int4);
>> CREATE
>> pjw=# create index tt_ix1 on tt(f);
>> CREATE
>> pjw=# \q
>> 
>> The postmaster says:
>> 
>> NOTICE:  mdopen: couldn't open pg_temp.31633.1: No such file or directory
>> pq_flush: send() failed: Bad file descriptor
>> NOTICE:  RelationIdBuildRelation: smgropen(pg_temp.31633.1): Bad file
>> descriptor
>> pq_flush: send() failed: Bad file descriptor
>> 
>> It only happens if you create an index on a temporary table...
>
>Yikes, I never looked in the postmaster log to see this.

As Tom Lane said, it's non-fatal, and probably not important, but I worried
me. I'll see if I can see the cause while I wait for people to test my new
pg_dump with BLOB support.



----------------------------------------------------------------
Philip Warner                    |     __---_____
Albatross Consulting Pty. Ltd.   |----/       -  \
(A.C.N. 008 659 498)             |          /(@)   ______---_
Tel: (+61) 0500 83 82 81         |                 _________  \
Fax: (+61) 0500 83 82 82         |                 ___________ |
Http://www.rhyme.com.au          |                /           \|                                |    --________--
PGP key available upon request,  |  /
and from pgp5.ai.mit.edu:11371   |/


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Progress report: intraquery memory recovery in executor
Next
From: Bruce Momjian
Date:
Subject: Re: Re: postgres TODO