PG Bug reporting form <noreply(at)postgresql(dot)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