PG 13.2 working with postgresql-13-setup - Mailing list pgsql-bugs

From Karl Burkett
Subject PG 13.2 working with postgresql-13-setup
Date
Msg-id 2e09bc70-403a-8220-5767-6664dcca453f@rice.edu
Whole thread Raw
List 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. 

 

pgsql-bugs by date:

Previous
From: chenyanfei
Date:
Subject: Do we need to add parameter to libpq to set the TCP_SYNCNT parameter
Next
From: PG Bug reporting form
Date:
Subject: BUG #16953: OOB access while converting "interval" to char