Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bpfV7-0002Ey-Ej for pgsql-pkg-yum@arkaria.postgresql.org; Thu, 29 Sep 2016 17:52:05 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84_2) (envelope-from ) id 1bpfV7-0003HT-1M for pgsql-pkg-yum@arkaria.postgresql.org; Thu, 29 Sep 2016 17:52:05 +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 1bpfTY-0002QZ-Ua for pgsql-pkg-yum@postgresql.org; Thu, 29 Sep 2016 17:50:29 +0000 Received: from mail-wm0-x236.google.com ([2a00:1450:400c:c09::236]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84_2) (envelope-from ) id 1bpfTT-0004OG-Ar for pgsql-pkg-yum@postgresql.org; Thu, 29 Sep 2016 17:50:27 +0000 Received: by mail-wm0-x236.google.com with SMTP id b4so43812274wmb.0 for ; Thu, 29 Sep 2016 10:50:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to; bh=G1v+2GALea7SY+WVy6KBclZVN6FGTCl5yaqmzfzO+yQ=; b=vZmbxfW5ObjHZhO/HThGUq8hqhiDfvPOp5+Xi1EBfVp56OIkkQ+D10wQI+VJcRe5k5 jqoBm3Pd6KLbbF9B15DHMYTjJRQuZ5oXFWLpZTMOfa2fAEHdvWxZ6GoRu3vIJwKDP9He vnxv7k/s23RbtPyp4DnXkAT/vM8W2Ce7gqzXrU//N8KD/G+sAOSSFEsjzwMljMYWsw6R Y3GCqArTwWg/Fz9b4g+TEloJ5dj0oMGmEF6NhvOAypAzu48volz9A4KRAgYyNZw118DP SGs+dtCZJADd5bolfoDpnA+Sd+avDDGRgvhv5SIBsbIuJZTq2b+4n5A10nfDnnhvDc+B 6sWQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=G1v+2GALea7SY+WVy6KBclZVN6FGTCl5yaqmzfzO+yQ=; b=Kvz26UdbZUj2Fs8U3OsTrl0uTJiVI/durc7rQ5VtXRPQs44FOK2M6W57XHO2onrfHw 3zqxi8DBKFNoH3UGlb83DMwjt+1BLLtthpl1LUmchAw8hpkm+qo7tkraFVWoka3kBTu6 DziF/6jl4Zq8JAO+ilRJCDvgBMz+EB4wtR22RDWMZZJEzpINN9F3rzhrrtCiHM8Mf5j5 6PPJWP2sdhS2/blZFNp+dlujhtcIErn5JHGLnG0X2u0+b71dQxR7zPa9DAnOAPSq8deL SK/pfW6xb3XJMrQtqe7p1bblV+Qb/aS26GAVcpQ2lriu1ASx/u9WhKPc7zm5M03957F5 kH3g== X-Gm-Message-State: AA6/9RmRKND2MVZ0O5dZDSpQQGwLFGFGRZwZ3oYQ9obq2R6XrVXPlYERNMRGZLcvI+8w9XVsaB/iP8O33KZTMQ== X-Received: by 10.194.141.40 with SMTP id rl8mr3020980wjb.192.1475171421356; Thu, 29 Sep 2016 10:50:21 -0700 (PDT) MIME-Version: 1.0 Received: by 10.28.232.3 with HTTP; Thu, 29 Sep 2016 10:50:21 -0700 (PDT) From: "..: Mark Sloan :.." Date: Thu, 29 Sep 2016 11:50:21 -0600 Message-ID: Subject: attempted repost: discussion around a change from 9.4.1-1 ? To: pgsql-pkg-yum@postgresql.org Content-Type: multipart/alternative; boundary=089e011760438d8ae3053da91cc3 X-Pg-Spam-Score: -2.7 (--) List-Archive: List-Help: List-ID: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: X-Mailing-List: pgsql-pkg-yum Precedence: bulk Sender: pgsql-pkg-yum-owner@postgresql.org --089e011760438d8ae3053da91cc3 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable i'm trying to understand more about this change since it, seems to have unpleasant results during a yum update when there are multiple server versions installed on a machine at the same time. * Tue Feb 03 2015 Devrim G=C3=BCnd=C3=BCz - 9.4.1-1PGDG - Update to 9.4.1, per changes described at: http://www.postgresql.org/docs/9.4/static/release-9-4-1.html *- Improve .bash_profile, and let users specify their own environmental settings by sourcing an external file, called ~/.pgsql_profile. Per request from various users, and final suggestion from Martin Gudmundsson.* that it wiped out the ~postgres/.bash_profile that existed too, which caught some of my peers by surprise. I realize this was 'a long time ago' and they should have raised the concern sooner but I'm just trying to educate myself on the discussion around this first. basically, i'm trying to understand what people should be doing differently, and what the perceived upside to the community is. -Mark --089e011760438d8ae3053da91cc3 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
i'm trying to understand more about this change since it, seems to have=20 unpleasant results during a yum update when there are multiple server=20 versions installed on a machine at the same time.

* Tue Feb 03 2015= Devrim G=C3=BCnd=C3=BCz <devrim@gunduz.org> - 9.4.1-1PGDG
- Update to 9.4.1, per = changes described at:
=C2=A0 http://www.postgresql.org/d= ocs/9.4/static/release-9-4-1.html
- Improve .bash_profile, a= nd let users specify their own
=C2=A0 environmental settings by sourcing= an external file, called
=C2=A0 ~/.pgsql_profile. Per request from vari= ous users, and final
=C2=A0 suggestion from Martin Gudmundsson.
<= br>


that it wiped out the ~postgres/.bash_profile that existed t= oo, which caught some of my peers by surprise.


I realize this was 'a long time ago' and they should have raised the= concern=20 sooner but I'm just trying to educate myself on the discussion around t= his first.

basically, i'm trying to understand what peopl= e should be doing differently, and what the perceived upside to the communi= ty is.=C2=A0



-Mark
--089e011760438d8ae3053da91cc3--