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

From Philip Warner
Subject postmaster errors with index on temp table?
Date
Msg-id 3.0.5.32.20000710155709.01e94300@mail.rhyme.com.au
Whole thread Raw
Responses Re: postmaster errors with index on temp table?  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: postmaster errors with index on temp table?  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
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...


P.S. Searching in the mail archives is still timing out...so if I've missed
a related thread, sorry.


----------------------------------------------------------------
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: Chris Bitmead
Date:
Subject: libpq work
Next
From: Tom Lane
Date:
Subject: Re: libpq work