mirror of
https://github.com/pgvector/pgvector.git
synced 2026-07-04 11:40:57 +08:00
Improved function name [skip ci]
This commit is contained in:
@@ -299,7 +299,7 @@ BitSumCenter(Pointer v, float *x)
|
||||
* Get type info
|
||||
*/
|
||||
void
|
||||
GetTypeInfo(IvfflatTypeInfo * typeInfo, Relation index)
|
||||
IvfflatGetTypeInfo(IvfflatTypeInfo * typeInfo, Relation index)
|
||||
{
|
||||
FmgrInfo *procinfo = IvfflatOptionalProcInfo(index, IVFFLAT_TYPE_INFO_PROC);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user