mirror of
https://github.com/pgvector/pgvector.git
synced 2026-07-10 22:56:55 +08:00
Fixed comments [skip ci]
This commit is contained in:
@@ -103,7 +103,7 @@ DatumGetHalf(Datum X)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Append a half to a StringInfo buffer
|
* Get a half from a message buffer
|
||||||
*/
|
*/
|
||||||
static half
|
static half
|
||||||
pq_getmsghalf(StringInfo msg)
|
pq_getmsghalf(StringInfo msg)
|
||||||
@@ -120,7 +120,7 @@ pq_getmsghalf(StringInfo msg)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Get a half from a message buffer
|
* Append a half to a StringInfo buffer
|
||||||
*/
|
*/
|
||||||
static void
|
static void
|
||||||
pq_sendhalf(StringInfo buf, half h)
|
pq_sendhalf(StringInfo buf, half h)
|
||||||
|
|||||||
Reference in New Issue
Block a user