Re: invalid memory alloc request size 2147483648 using toode LIKE 'ä%' - Mailing list pgsql-general

From Andrus
Subject Re: invalid memory alloc request size 2147483648 using toode LIKE 'ä%'
Date
Msg-id f84vng$1kdd$1@news.hub.org
Whole thread Raw
List pgsql-general
If index

CREATE UNIQUE INDEX toode_toode_unique_pattern_idx
  ON firma1.toode
  USING btree
  (lower(toode::text) text_pattern_ops);


is dropped, this error does not occur.

pgsql-general by date:

Previous
From: Shreya Bhargava
Date:
Subject: Debugging postgresql source on gdb
Next
From: "Andrus"
Date:
Subject: Re: invalid memory alloc request size 2147483648 using toode LIKE 'ä%'