Re: Why does pg_bsd_indent need to be installed? - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: Why does pg_bsd_indent need to be installed?
Date
Msg-id 20230620165456.i3jfgq54gpvx3nnt@alvherre.pgsql
Whole thread Raw
In response to Re: Why does pg_bsd_indent need to be installed?  (Bruce Momjian <bruce@momjian.us>)
Responses Re: Why does pg_bsd_indent need to be installed?
Re: Why does pg_bsd_indent need to be installed?
List pgsql-hackers
On 2023-May-31, Bruce Momjian wrote:

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

Do you mean with $MAJOR_VERSION being Postgres' version?  That means we
need to install a new symlink every year, even when pg_bsd_indent
doesn't change.  I'd rather have it call pg_bsd_indent-$INDENT_VERSION
first, and pg_bsd_indent if that doesn't exist.  I already have it that
way.

-- 
Álvaro Herrera               48°01'N 7°57'E  —  https://www.EnterpriseDB.com/



pgsql-hackers by date:

Previous
From: Tomas Vondra
Date:
Subject: Re: Do we want a hashset type?
Next
From: Jeff Davis
Date:
Subject: Re: allow granting CLUSTER, REFRESH MATERIALIZED VIEW, and REINDEX