Re: postmaster errors with index on temp table?

From: Philip Warner <pjw(at)rhyme(dot)com(dot)au>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: postmaster errors with index on temp table?
Date: 2000-07-10 13:21:46
Message-ID: 3.0.5.32.20000710232146.02511b10@mail.rhyme.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 |/

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2000-07-10 13:25:51 Re: Re: postgres TODO
Previous Message Bruce Momjian 2000-07-10 13:17:57 Re: Progress report: intraquery memory recovery in executor