VACUUM of temp tables

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема VACUUM of temp tables
Дата
Msg-id 200004061802.OAA00453@candle.pha.pa.us
обсуждение исходный текст
Список pgsql-hackers
Fixed:
test=> CREATE TEMPORARY TABLE test(x int);CREATEtest=> VACUUM test;VACUUM

Look at the comment I found in the code:
       /*        * we could use the cache here, but it is clearer to use scankeys        * for both vacuum cases, bjm
2000/01/19       */
 

Seems I had already looked at this as an issue.  I had not realized
this was an issue for temp tables.  Fixed now.

--  Bruce Momjian                        |  http://www.op.net/~candle 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Temporary indexes
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: pg_dumplo, thanks :) (fwd)