mirror of
https://github.com/pgvector/pgvector.git
synced 2026-06-06 05:51:21 +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
|
||||
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
|
||||
pq_sendhalf(StringInfo buf, half h)
|
||||
|
||||
Reference in New Issue
Block a user