From: | Bruce Momjian <bruce(at)momjian(dot)us> |
---|---|
To: | Alvaro Herrera <alvherre(at)2ndquadrant(dot)com> |
Cc: | PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: git head crash/regression failures |
Date: | 2019-03-28 15:14:07 |
Message-ID: | 20190328151407.z6bt7dlswk74jrem@momjian.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Thu, Mar 28, 2019 at 12:10:23PM -0300, Alvaro Herrera wrote:
> On 2019-Mar-28, Bruce Momjian wrote:
>
> > I am seeing psql crash and massive regression test failures in git head.
> > The psql crash happens if .psqlrc contains:
> >
> > \set COMP_KEYWORD_CASE upper
> >
> > and the crash backtrace is:
> >
> > Program received signal SIGSEGV, Segmentation fault.
> > 0x000055555557f350 in slash_yylex (yylval_param=yylval_param(at)entry=0x0, yyscanner=0x5555555fb6c0) at psqlscanslash.c:1325
> > 1325 *yy_cp = yyg->yy_hold_char;
> > (gdb) bt
> > #0 0x000055555557f350 in slash_yylex (yylval_param=yylval_param(at)entry=0x0, yyscanner=0x5555555fb6c0) at psqlscanslash.c:1325
> > #1 0x00005555555806a2 in psql_scan_slash_command (state=state(at)entry=0x5555555f8b20) at psqlscanslash.l:510
>
> Did you try "make maintainer-clean"?
Wow, that fixed it. I thought my work flow didn't require that, but
obviously it does. Thanks so much.
--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com
+ As you are, so once was I. As I am, so you will be. +
+ Ancient Roman grave inscription +
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Geoghegan | 2019-03-28 15:24:46 | Re: pgsql: Compute XID horizon for page level index vacuum on primary. |
Previous Message | Alvaro Herrera | 2019-03-28 15:10:23 | Re: git head crash/regression failures |