Re: Documentation for building with meson

From: "Tristan Partin" <tristan(at)neon(dot)tech>
To: "Peter Eisentraut" <peter(dot)eisentraut(at)enterprisedb(dot)com>, "Andres Freund" <andres(at)anarazel(dot)de>, "samay sharma" <smilingsamay(at)gmail(dot)com>
Cc: "Justin Pryzby" <pryzby(at)telsasoft(dot)com>, "Nazir Bilal Yavuz" <byavuz81(at)gmail(dot)com>, "John Naylor" <john(dot)naylor(at)enterprisedb(dot)com>, <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Documentation for building with meson
Date: 2023-05-30 18:13:52
Message-ID: CSZTEJMSQTF1.2EJ5DTUR1YXYE@c3po
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed Apr 12, 2023 at 4:19 PM CDT, Peter Eisentraut wrote:
> On 11.04.23 19:18, Andres Freund wrote:
> >> Subject: [PATCH v9 2/5] Add data layout options sub-section in installation
> >> docs
> >>
> >> This commit separates out blocksize, segsize and wal_blocksize
> >> options into a separate Data layout options sub-section in both
> >> the make and meson docs. They were earlier in a miscellaneous
> >> section which included several unrelated options. This change
> >> also helps reduce the repetition of the warnings that changing
> >> these parameters breaks on-disk compatibility.
> >
> > Makes sense. I'm planning to apply this unless Peter or somebody else has
> > further feedback.
>
> I'm okay with patches 0001 through 0004.
>
> I don't like 0005. I think we should drop that for now and maybe have a
> separate discussion under a separate heading about that.

With regard to 0005, perhaps it makes the most sense to use the XDG
Directory Specification as an example. Install into ~/.local or
~/.local/postgres (as the Meson default prefix is). Put the data into
~/.var/lib/postgres or something similar.

--
Tristan Partin
Neon (https://neon.tech)

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2023-05-30 21:57:53 generate syscache info automatically
Previous Message Tristan Partin 2023-05-30 18:09:47 Re: Documentation for building with meson