Re: PostgreSQL 12 crash with segmentation violation in heap_freetuple

Поиск
Список
Период
Сортировка
От Marcel Ruff
Тема Re: PostgreSQL 12 crash with segmentation violation in heap_freetuple
Дата
Msg-id f038ef38-8525-1bc3-da90-4632713ef647@netwake.com
обсуждение исходный текст
Ответ на Re: PostgreSQL 12 crash with segmentation violation in heap_freetuple  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: PostgreSQL 12 crash with segmentation violation in heap_freetuple
Список pgsql-novice

in current 12 branch I get

make[2]: Verzeichnis „/opt/postgresql/src/backend/parser“ wird betreten
'/usr/bin/perl' ./check_keywords.pl gram.y ../../../src/include/parser/kwlist.h
/usr/bin/bison -Wno-deprecated  -d -o gram.c gram.y
/usr/bin/bison: invalid option -- 'W'
Usage: /usr/bin/bison [-dltvyVu] [-b file-prefix] [-p name-prefix]

Thank you
Marcel


Am 10.11.19 um 16:59 schrieb Tom Lane:
Marcel Ruff <ruff@netwake.com> writes:
I have compiled
   git clone git://git.postgresql.org/git/postgresql.git
to find out if this is more stable.
But /pg_ctl start/ says:
  /"The data directory was initialized by PostgreSQL version 12, which
is not compatible with this version 13devel"/
You should do "git checkout REL_12_STABLE" and build from that branch.

(It's advisable to do "git clean -dfx" to make sure you don't have
any leftover build products from the master-branch build, first.
The build process isn't natively smart enough to deal with this
scenario reliably.)
		regards, tom lane
--
NetwakeVision
Alte Owinger Straße 100
D-88662 Überlingen
Phone: +49 7551 309372
http://www.netwakevision.com
http://www.royal-gps.com

В списке pgsql-novice по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: PostgreSQL 12 crash with segmentation violation in heap_freetuple
Следующее
От: Tom Lane
Дата:
Сообщение: Re: PostgreSQL 12 crash with segmentation violation in heap_freetuple