Skip to content

Commit ea90a93

Browse files
committed
Fix float8->int64 transformation
1 parent 93aa22f commit ea90a93

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

contrib/btree_gist/btree_utils_num.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ gbt_num_compress(GISTENTRY *retval, GISTENTRY *entry, const gbtree_ninfo * tinfo
1313
{
1414
int16 i2;
1515
int32 i4;
16-
TimeADT ts;
1716
DateADT dt;
1817
} v;
1918

@@ -34,10 +33,6 @@ gbt_num_compress(GISTENTRY *retval, GISTENTRY *entry, const gbtree_ninfo * tinfo
3433
v.i4 = DatumGetObjectId(entry->key);
3534
leaf = &v.i4;
3635
break;
37-
case gbt_t_time:
38-
v.ts = DatumGetTimeADT(entry->key);
39-
leaf = &v.ts;
40-
break;
4136
case gbt_t_date:
4237
v.dt = DatumGetDateADT(entry->key);
4338
leaf = &v.dt;

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy