Re: PostgreSQL 12 crash with segmentation violation in heap_freetuple

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: ruff(at)netwake(dot)com
Cc: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>, pgsql-novice(at)postgresql(dot)org, Adrian Batzill <Batzill(at)netwakevision(dot)com>
Subject: Re: PostgreSQL 12 crash with segmentation violation in heap_freetuple
Date: 2019-11-10 20:23:00
Message-ID: 15801.1573417380@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Marcel Ruff <ruff(at)netwake(dot)com> writes:
> 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]

Hmph. What version of bison are you using?
(exact output of "bison -V" please; also, where'd you get it from)

regards, tom lane

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Calvin Kim 2019-11-12 21:28:05 PSQLException: ERROR: could not write to hash-join temporary file: No space left on device
Previous Message Marcel Ruff 2019-11-10 18:39:01 Re: PostgreSQL 12 crash with segmentation violation in heap_freetuple