mirror of
https://github.com/postgres/postgres.git
synced 2025-06-11 20:28:21 +03:00
Fixes from Janko Richter <jankorichter@yahoo.de>
- Fix wrong index results on text, char, varchar for multibyte strings - Fix some SIGFPE signals - Add support for infinite timestamps - Because of locale settings, btree_gist can not be a prefix index anymore (for text). Each node holds now just the lower and upper boundary.
This commit is contained in:
@ -98,7 +98,7 @@ gbt_bit_l2n(GBT_VARKEY * leaf)
|
||||
static const gbtree_vinfo tinfo =
|
||||
{
|
||||
gbt_t_bit,
|
||||
FALSE,
|
||||
0,
|
||||
TRUE,
|
||||
gbt_bitgt,
|
||||
gbt_bitge,
|
||||
|
Reference in New Issue
Block a user