From: | Thomas Munro <thomas(dot)munro(at)enterprisedb(dot)com> |
---|---|
To: | Surafel Temesgen <surafel3000(at)gmail(dot)com> |
Cc: | Erik Rijkers <er(at)xs4all(dot)nl>, Andres Freund <andres(at)anarazel(dot)de>, Pg Hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: FETCH FIRST clause PERCENT option |
Date: | 2018-09-20 22:05:12 |
Message-ID: | CAEepm=0XpSOGvRBSQKYEkxKibw9HwgqSZpje3oxP1Mh-z7e2ew@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Fri, Aug 31, 2018 at 11:42 PM Surafel Temesgen <surafel3000(at)gmail(dot)com> wrote:
> On Tue, Aug 28, 2018 at 7:33 PM Erik Rijkers <er(at)xs4all(dot)nl> wrote:
>>
>> ;
>>
>> TRAP: FailedAssertion("!(slot != ((void *)0))", File: "execTuples.c",
>> Line: 42
>
> The attache patch include a fix for the crash .can you check it again?
FYI this fails[1] in src/test/modules/test_ddl_deparse's create_table
test because of the keyword:
CREATE TABLE stud_emp (
percent int4
) INHERITS (emp, student);
! ERROR: syntax error at or near "percent"
[1] https://travis-ci.org/postgresql-cfbot/postgresql/builds/430777123
--
Thomas Munro
http://www.enterprisedb.com
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2018-09-20 22:07:34 | Unreadable, unmaintainable code in tab completion |
Previous Message | Peter Geoghegan | 2018-09-20 21:58:02 | Re: Making all nbtree entries unique by having heap TIDs participate in comparisons |