Patch for ginCombineData - Mailing list pgsql-hackers

From Robert Abraham
Subject Patch for ginCombineData
Date
Msg-id CABQqHAWYXW+NzAYw4uG_FnbjrdEFyRaigLRkQ7AzAtS6AbHnfA@mail.gmail.com
Whole thread Raw
Responses Re: Patch for ginCombineData
Re: Patch for ginCombineData
Re: Patch for ginCombineData
List pgsql-hackers
Hello,

we are using gin indexes on big tables. these tables happen to have several billion rows.
the index creation fails in ginCombineData in src/backend/access/ginbulk.c because repalloc is limited to 1 gb.
this limitation makes no sense in this context (compare comments in src/include/utils/memutils.h).
To overcome this limitation on tables with lots of rows repalloc_huge is used.
The test suite still succeeds on my machine.
Find the patch attached,

Kind regards,

Robert Abraham
Attachment

pgsql-hackers by date:

Previous
From: Amit Langote
Date:
Subject: Re: ON CONFLICT DO UPDATE using EXCLUDED.column gives an error about mismatched types
Next
From: "Stepan Rutz"
Date:
Subject: Add column-name hint to log messages generated by inserts when varchars don't fit