Re: drop postmaster symlink

From: Joe Conway <mail(at)joeconway(dot)com>
To: Peter Eisentraut <peter(dot)eisentraut(at)enterprisedb(dot)com>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>, Devrim GUNDUZ <devrim(at)gunduz(dot)org>
Subject: Re: drop postmaster symlink
Date: 2022-11-23 14:18:30
Message-ID: 252b8b14-dc3e-1c70-3da5-e59c1616f2ad@joeconway.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 11/23/22 02:52, Peter Eisentraut wrote:
> A little while ago we discussed briefly over in the meson thread whether
> we could remove the postmaster symlink [0]. The meson build system
> currently does not install a postmaster symlink. (AFAICT, the MSVC
> build system does not either.) So if we want to elevate the meson build
> system, we either need to add the postmaster symlink, or remove it from
> the other build system(s) as well. Seeing that it's been deprecated for
> a long time, I propose we just remove it. See attached patches.

I am a big +1 on removing the symlink, however it is worth pointing out
that the PGDG RPMs still use the symlink in the included systemd service
file:

8<----------
ExecStart=/usr/pgsql-15/bin/postmaster -D ${PGDATA}
8<----------

--
Joe Conway
PostgreSQL Contributors Team
RDS Open Source Databases
Amazon Web Services: https://aws.amazon.com

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2022-11-23 14:18:32 Re: New docs chapter on Transaction Management and related changes
Previous Message Aleksander Alekseev 2022-11-23 13:57:36 Re: [PATCH] Const'ify the arguments of ilist.c/ilist.h functions