Re: Increasing MAX_ARGS

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Increasing MAX_ARGS
Дата
Msg-id Pine.LNX.4.30.0111111318410.647-100000@peter.localdomain
обсуждение исходный текст
Ответ на Re: Increasing MAX_ARGS  (Roberto Mello <rmello@cc.usu.edu>)
Список pgsql-sql
Roberto Mello writes:

> > To compile and install postgres, I did both ./configure --enable-depend
> > and make clean.
>
> I think the make clean takes care of enabling dependencies, so the
> --enable-depend would be redundant (/me thinks).

No, make clean removes the dependency information.  What --enable-depend
does is to compute the dependencies of *.o files while the file is
compiled the first time.  Then, if you change one of the dependencies and
run make a second time, it will notice the changed dependencies and
recompile.  (Otherwise, nothing might happen or only a subset of the files
will be recompiled, one of which happened to Josh.)  Theoretically, this
should be the default, but it makes the build rather slow and most people
don't need it.

-- 
Peter Eisentraut   peter_e@gmx.net



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

Предыдущее
От: Masaru Sugawara
Дата:
Сообщение: Re: Single VIEW, Everybody JOIN!
Следующее
От: Tom Lane
Дата:
Сообщение: Re: error in postgresql