postmaster errors with index on temp table?
От | Philip Warner |
---|---|
Тема | postmaster errors with index on temp table? |
Дата | |
Msg-id | 3.0.5.32.20000710155709.01e94300@mail.rhyme.com.au обсуждение исходный текст |
Ответы |
Re: postmaster errors with index on temp table?
Re: postmaster errors with index on temp table? |
Список | 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 по дате отправления: