mirror of
https://github.com/pgvector/pgvector.git
synced 2026-07-10 06:40:57 +08:00
Added comment [skip ci]
This commit is contained in:
@@ -215,6 +215,7 @@ BuildCallback(Relation index, CALLBACK_ITEM_POINTER, Datum *values,
|
|||||||
ItemPointer tid = &hup->t_self;
|
ItemPointer tid = &hup->t_self;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/* Skip nulls */
|
||||||
if (isnull[0])
|
if (isnull[0])
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user