Re: postmaster errors with index on temp table?

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: postmaster errors with index on temp table?
Дата
Msg-id 200007101315.JAA26468@candle.pha.pa.us
обсуждение исходный текст
Ответ на postmaster errors with index on temp table?  (Philip Warner <pjw@rhyme.com.au>)
Ответы Re: postmaster errors with index on temp table?  (Philip Warner <pjw@rhyme.com.au>)
Список 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...

Yikes, I never looked in the postmaster log to see this.

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


В списке pgsql-hackers по дате отправления:

Предыдущее
От: eisentrp@csis.gvsu.edu
Дата:
Сообщение: Re: Re: postgres TODO
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Progress report: intraquery memory recovery in executor