Re: ci: Build standalone INSTALL file

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Andres Freund <andres(at)anarazel(dot)de>, pgsql-hackers(at)postgresql(dot)org, Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
Subject: Re: ci: Build standalone INSTALL file
Date: 2023-12-22 02:41:36
Message-ID: ZYT3YE4dN4bh1TQG@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Dec 21, 2023 at 02:22:02PM -0500, Tom Lane wrote:
> Here's a draft patch for this. Most of it is mechanical removal of
> infrastructure for building the INSTALL file. If anyone wants to
> bikeshed on the new wording of README, feel free.

Thanks for putting this together. That looks reasonable.

> diff --git a/README b/README
> index 56d0c951a9..e40e610ccb 100644
> --- a/README
> +++ b/README
> @@ -9,14 +9,13 @@ that supports an extended subset of the SQL standard, including
> -See the file INSTALL for instructions on how to build and install
> -PostgreSQL. That file also lists supported operating systems and
> -hardware platforms and contains information regarding any other
> -software packages that are required to build or run the PostgreSQL
> -system. Copyright and license information can be found in the
> -file COPYRIGHT. A comprehensive documentation set is included in this
> -distribution; it can be read as described in the installation
> -instructions.
> +Copyright and license information can be found in the file COPYRIGHT.
> +
> +General documentation about this version of PostgreSQL can be found at:
> +https://www.postgresql.org/docs/devel/
> +In particular, information about building PostgreSQL from the source
> +code can be found at:
> +https://www.postgresql.org/docs/devel/installation.html

Sounds fine by me, including the extra step documented in
RELEASE_CHANGES. No information is lost.
--
Michael

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2023-12-22 02:48:11 Re: int4->bool test coverage
Previous Message Masahiko Sawada 2023-12-22 01:48:18 Re: Make COPY format extendable: Extract COPY TO format implementations