You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Long time ago we implemented `int2vector` and `oidvector` types using
DOidWrapper around the arrays. Some time later, but also long time ago
in 3f4d1a0 we removed those usages by
pushing the "custom" Oid directly into DArray datum, which made the code
for supporting DOidWrapper for arrays redundant. This commit removes
that dead code as well as `AsDArray` function in favor of explicit type
cast.
Release note: None
0 commit comments