PG 13.2 working with postgresql-13-setup

From: Karl Burkett <burkett(at)rice(dot)edu>
To: pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: PG 13.2 working with postgresql-13-setup
Date: 2021-04-07 00:57:39
Message-ID: 2e09bc70-403a-8220-5767-6664dcca453f@rice.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Afternoon,

  Working through an install of pg 13.2 from repo pointed to by:

https://download.postgresql.org/pub/repos/yum/reporpms/EL-7-x86_64/pgdg-redhat-repo-latest.noarch.rpm

  When working through a set of instructions that suggest I use
"postgresql-13-setup initdb" I find that the installation script fails.

  There appear to be some problems in the script:

  PGVERSION is set to 13 rather than 13.2

  PGMAJORVERSION does  not peel off the minor version, needs to have
sed something like:

    sed 's/^\([0-9]*\)\.[0-9]*.*$/\1/'

  With these two changes the script ran and appears to work.

  If this is a duplicate, I'm sorry to have wasted your time.

Thanks.

||||||

Browse pgsql-bugs by date

  From Date Subject
Next Message PG Bug reporting form 2021-04-07 09:09:25 BUG #16953: OOB access while converting "interval" to char
Previous Message chenyanfei 2021-04-06 09:30:05 Do we need to add parameter to libpq to set the TCP_SYNCNT parameter