Re: BUG #18692: Segmentation fault when extending a varchar column with a gist index with custom signal length - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #18692: Segmentation fault when extending a varchar column with a gist index with custom signal length
Date
Msg-id 3261639.1730912933@sss.pgh.pa.us
Whole thread Raw
In response to BUG #18692: Segmentation fault when extending a varchar column with a gist index with custom signal length  (PG Bug reporting form <noreply@postgresql.org>)
Responses Re: BUG #18692: Segmentation fault when extending a varchar column with a gist index with custom signal length
List pgsql-bugs
PG Bug reporting form <noreply@postgresql.org> writes:
> When extending a varchar column with a gist index with a custom signal
> length the Postgres server crashes with a segmentation fault.

What this shows is that CompareOpclassOptions has never been tested
at all except with null inputs.  It's trying to call array_eq
without providing an FmgrInfo.

            regards, tom lane



pgsql-bugs by date:

Previous
From: Aidar Uldanov
Date:
Subject: Re: BUG #18690: A count function returns wrong value when using FDW
Next
From: Alexander Korotkov
Date:
Subject: Re: BUG #18692: Segmentation fault when extending a varchar column with a gist index with custom signal length