File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ typedef struct HnswNeighborArray HnswNeighborArray;
126
126
127
127
#define HnswPtrDeclare (type , relptrtype , ptrtype ) \
128
128
relptr_declare(type, relptrtype); \
129
- typedef union { type *ptr; relptrtype relptr; } ptrtype;
129
+ typedef union { type *ptr; relptrtype relptr; } ptrtype
130
130
131
131
/* Pointers that can be absolute or relative */
132
132
/* Use char for DatumPtr so works with Pointer */
Original file line number Diff line number Diff line change @@ -1393,7 +1393,7 @@ hnsw_halfvec_support(PG_FUNCTION_ARGS)
1393
1393
};
1394
1394
1395
1395
PG_RETURN_POINTER (& typeInfo );
1396
- };
1396
+ }
1397
1397
1398
1398
FUNCTION_PREFIX PG_FUNCTION_INFO_V1 (hnsw_bit_support );
1399
1399
Datum
@@ -1406,7 +1406,7 @@ hnsw_bit_support(PG_FUNCTION_ARGS)
1406
1406
};
1407
1407
1408
1408
PG_RETURN_POINTER (& typeInfo );
1409
- };
1409
+ }
1410
1410
1411
1411
FUNCTION_PREFIX PG_FUNCTION_INFO_V1 (hnsw_sparsevec_support );
1412
1412
Datum
@@ -1419,4 +1419,4 @@ hnsw_sparsevec_support(PG_FUNCTION_ARGS)
1419
1419
};
1420
1420
1421
1421
PG_RETURN_POINTER (& typeInfo );
1422
- };
1422
+ }
Original file line number Diff line number Diff line change @@ -355,7 +355,7 @@ ivfflat_halfvec_support(PG_FUNCTION_ARGS)
355
355
};
356
356
357
357
PG_RETURN_POINTER (& typeInfo );
358
- };
358
+ }
359
359
360
360
FUNCTION_PREFIX PG_FUNCTION_INFO_V1 (ivfflat_bit_support );
361
361
Datum
@@ -370,4 +370,4 @@ ivfflat_bit_support(PG_FUNCTION_ARGS)
370
370
};
371
371
372
372
PG_RETURN_POINTER (& typeInfo );
373
- };
373
+ }
You can’t perform that action at this time.
0 commit comments