PG 13.2 working with postgresql-13-setup

Поиск
Список
Период
Сортировка
От Karl Burkett
Тема PG 13.2 working with postgresql-13-setup
Дата
Msg-id 2e09bc70-403a-8220-5767-6664dcca453f@rice.edu
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: chenyanfei
Дата:
Сообщение: Do we need to add parameter to libpq to set the TCP_SYNCNT parameter
Следующее
От: PG Bug reporting form
Дата:
Сообщение: BUG #16953: OOB access while converting "interval" to char