Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eOKvu-0001vH-GW for pgsql-pkg-yum@arkaria.postgresql.org; Mon, 11 Dec 2017 10:03:35 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eOKvu-0005tb-5M for pgsql-pkg-yum@arkaria.postgresql.org; Mon, 11 Dec 2017 10:03:34 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1eOKtP-0003cb-NA for pgsql-pkg-yum@lists.postgresql.org; Mon, 11 Dec 2017 10:00:59 +0000 Received: from mail1.protonmail.ch ([185.70.40.18]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1eOKtH-0008N3-UE for pgsql-pkg-yum@postgresql.org; Mon, 11 Dec 2017 10:00:58 +0000 Date: Mon, 11 Dec 2017 05:00:35 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=default; t=1512986444; bh=LCbgoamLr798m0a2zHuUhHpG0PYuxzf1JktXYjRCx5E=; h=Date:To:From:Cc:Reply-To:Subject:In-Reply-To:References: Feedback-ID:From; b=ZqyKqnhvGaNpPrfUaTZo4jPSSTHPLOYXAvu6YyZRwl4OYSlUlkhcphypqbRzCwmn0 VCsR3mABLKO/UPOKA8IYaKWqK2uCCwtdyQty3HMO6A7xZP6AjePOBxZJpCK52vTd9x Wa949RhhyzGhhugpFs/g3QVxtZPm9g8SRgCcdTEY= To: =?UTF-8?Q?Devrim_G=C3=BCnd=C3=BCz?= From: Pierre-Alain TORET Cc: "pgsql-pkg-yum@postgresql.org" Reply-To: Pierre-Alain TORET Subject: Re: patch postgres user .bash_profile Message-ID: In-Reply-To: <1512933705.19931.32.camel@gunduz.org> References: <1512933705.19931.32.camel@gunduz.org> Feedback-ID: gV0WjI0ZgQrLSDz5VFYWWbJtm3-a3iaKL_YcKTvKGcFdFgzialzaPhyu0f6q8-phXvj2P-AufJhDoB5UWZ2nBQ==:Ext:ProtonMail MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-1.1 required=5.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.1 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on mail.protonmail.ch List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk Devrim,=0A=E2=80=8B=0A>-------- Original Message --------=0A>Subject: Re: p= atch postgres user .bash_profile=0A>Local Time: 10 December 2017 8:21 PM=0A= >UTC Time: 10 December 2017 19:21=0A>From: devrim@gunduz.org=0A>To: Pierre-= Alain TORET , pgsql-pkg-yum@postgresql.o= rg =0A>=0A>=0A> On Fri, 2017-12-08 at 06:17 -= 0500, Pierre-Alain TORET wrote:=0A>>I'm sending you a little patch to impro= ve a the usability of the user=0A>> postgres by adding the binaries to the = PATH variable in its .bash_profile.=0A>>Don't hesitate to comment or critic= ize but I think it will make the life of=0A>> user easier, especially those= installing the package for the first time.=0A>>=0A>> Thanks for the patch.= =0A>>=0A>> The policy is adding the binaries which are cross-version compat= ible under=0A>> $PATH (/usr/bin in this case), and keep others in their own= directories. Your=0A>> patch will probably break the latter, because we wa= nt users to specify full=0A>> path of the "other" binaries, so that things = won't be broken.=0A>>=0A>> So, unfortunately I will reject this.=0A>>=0A=0A= Thanks for your explanations, this makes perfect sense in rejecting this pa= tch.=0ASorry for the noise.=0A=0ARegards,