Re: Why does pg_bsd_indent need to be installed?

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Why does pg_bsd_indent need to be installed?
Дата
Msg-id ZHeSw+osqfEVug81@momjian.us
обсуждение исходный текст
Ответ на Re: Why does pg_bsd_indent need to be installed?  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Why does pg_bsd_indent need to be installed?  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
Список pgsql-hackers
On Wed, May 31, 2023 at 01:21:05PM -0400, Tom Lane wrote:
> Peter Eisentraut <peter@eisentraut.org> writes:
> > On 25.05.23 13:05, Tom Lane wrote:
> >> Well, if you know where the build directory is, sure.  But any way you
> >> slice it there is an extra bit of knowledge required.  Since pg_bsd_indent
> >> changes so seldom, keeping it in your PATH is at least as easy as any
> >> other solution, IMO.
> 
> > The reason I bumped into this is that 15 and 16 use different versions 
> > of pg_bsd_indent, so you can't just keep one copy in, like, ~/bin/.
> 
> Well, personally, I never bother to adjust patches to the indentation
> rules of old versions, so using the latest pg_bsd_indent suffices.

I guess we could try looking for pg_bsd_indent-$MAJOR_VERSION first,
then pg_bsd_indent.

-- 
  Bruce Momjian  <bruce@momjian.us>        https://momjian.us
  EDB                                      https://enterprisedb.com

  Only you can decide what is important to you.



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Why does pg_bsd_indent need to be installed?
Следующее
От: Yugo NAGATA
Дата:
Сообщение: Re: Incremental View Maintenance, take 2