| From: | Christoph Heiss <christoph(dot)heiss(at)cybertec(dot)at> |
|---|---|
| To: | Jacob Champion <jchampion(at)timescale(dot)com> |
| Cc: | PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>, Hans-Jürgen Schönig <hs(at)cybertec(dot)at>, bernd(dot)helmle(at)cybertec(dot)at |
| Subject: | Re: [PATCH] Add sortsupport for range types and btree_gist |
| Date: | 2022-08-31 19:15:40 |
| Message-ID: | e9b092f5-83fc-32bd-4a44-48a4d08083c8@cybertec.at |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Hi!
Sorry for the long delay.
This fixes the crashes, now all tests run fine w/ and w/o debug
configuration. That shouldn't even have slipped through as such.
Notable changes from v1:
- gbt_enum_sortsupport() now passes on fcinfo->flinfo
enum_cmp_internal() needs a place to cache the typcache entry.
- inet sortsupport now uses network_cmp() directly
Thanks,
Christoph Heiss
| Attachment | Content-Type | Size |
|---|---|---|
| v2-0001-Add-sortsupport-for-range-types-and-btree_gist.patch | text/x-patch | 20.4 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian | 2022-08-31 19:17:57 | Re: Tracking last scan time |
| Previous Message | Andres Freund | 2022-08-31 19:14:33 | Re: Avoid erroring out when unable to remove or parse logical rewrite files to save checkpoint work |