Re: regress/results directory problem

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: regress/results directory problem
Дата
Msg-id 200207020542.g625gfZ24449@candle.pha.pa.us
обсуждение исходный текст
Ответ на regress/results directory problem  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: regress/results directory problem  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
pgman wrote:
> I was getting CVS errors because regress/GNUmakefile does an 'rm -rf
> results', removing the CVS directory from results.  This was causing my
> 'cvs update's to fail.  My fix was to change 'rm -rf results' to 'rm -f
> results/*.out'.
> 
> Does anyone know when this problem was added.  I don't see any
> significant changes in GNUmakefile.

OK, I found the problem.  I do a 'cvs update' as:
cvs update -P -d pgsql

The -d brings in any directories that may have been created since the
last checkout.  That is causing problems when the regress/results
directory has been deleted and recreated.

I am backing out my GNUmakefile change.  I am still unclear why this has
started happening all of a sudden.

--  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 по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: regress/results directory problem
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [PATCHES] Reduce heap tuple header size