Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oxrLy-0004DQ-5a for pgsql-hackers@arkaria.postgresql.org; Wed, 23 Nov 2022 15:07:58 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1oxrLw-0003PF-2n for pgsql-hackers@arkaria.postgresql.org; Wed, 23 Nov 2022 15:07:56 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oxrLv-0003P6-Ps for pgsql-hackers@lists.postgresql.org; Wed, 23 Nov 2022 15:07:55 +0000 Received: from sss.pgh.pa.us ([66.207.139.130]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oxrLt-0007nv-OG for pgsql-hackers@postgresql.org; Wed, 23 Nov 2022 15:07:55 +0000 Received: from sss1.sss.pgh.pa.us (localhost [127.0.0.1]) by sss.pgh.pa.us (8.15.2/8.15.2) with ESMTP id 2ANF7nM13705501; Wed, 23 Nov 2022 10:07:49 -0500 From: Tom Lane To: Devrim =?ISO-8859-1?Q?G=FCnd=FCz?= cc: Joe Conway , Peter Eisentraut , pgsql-hackers Subject: Re: drop postmaster symlink In-reply-to: <6b11c9efcd3a1d89719370224d84f8cd5e7b1a8c.camel@gunduz.org> References: <252b8b14-dc3e-1c70-3da5-e59c1616f2ad@joeconway.com> <6b11c9efcd3a1d89719370224d84f8cd5e7b1a8c.camel@gunduz.org> Comments: In-reply-to Devrim =?ISO-8859-1?Q?G=FCnd=FCz?= message dated "Wed, 23 Nov 2022 14:28:32 +0000" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <3705499.1669216069.1@sss.pgh.pa.us> Date: Wed, 23 Nov 2022 10:07:49 -0500 Message-ID: <3705500.1669216069@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Devrim =?ISO-8859-1?Q?G=FCnd=FCz?= writes: > ...and it helps us to find the "main" process a bit easily. Hmm, that's a nontrivial point perhaps. It's certain that this will break some other people's start scripts too. On the whole, is it really that hard to add the symlink to the meson build? regards, tom lane