mirror of
https://github.com/pgvector/pgvector.git
synced 2026-07-13 08:06:54 +08:00
Removed comments [skip ci]
This commit is contained in:
@@ -114,7 +114,6 @@ pq_getmsghalf(StringInfo msg)
|
|||||||
uint16 i;
|
uint16 i;
|
||||||
} swap;
|
} swap;
|
||||||
|
|
||||||
/* TODO Likely use float4 for clients */
|
|
||||||
swap.i = pq_getmsgint(msg, 2);
|
swap.i = pq_getmsgint(msg, 2);
|
||||||
return swap.h;
|
return swap.h;
|
||||||
}
|
}
|
||||||
@@ -131,7 +130,6 @@ pq_sendhalf(StringInfo buf, half h)
|
|||||||
uint16 i;
|
uint16 i;
|
||||||
} swap;
|
} swap;
|
||||||
|
|
||||||
/* TODO Likely use float4 for clients */
|
|
||||||
swap.h = h;
|
swap.h = h;
|
||||||
pq_sendint16(buf, swap.i);
|
pq_sendint16(buf, swap.i);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user