Re: drop postmaster symlink - Mailing list pgsql-hackers

From Joe Conway
Subject Re: drop postmaster symlink
Date
Msg-id 252b8b14-dc3e-1c70-3da5-e59c1616f2ad@joeconway.com
Whole thread Raw
In response to drop postmaster symlink  (Peter Eisentraut <peter.eisentraut@enterprisedb.com>)
Responses Re: drop postmaster symlink
List 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




pgsql-hackers by date:

Previous
From: Aleksander Alekseev
Date:
Subject: Re: [PATCH] Const'ify the arguments of ilist.c/ilist.h functions
Next
From: Bruce Momjian
Date:
Subject: Re: New docs chapter on Transaction Management and related changes