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
The macro PG_DETOAST_DATUM returns a pointer to a varlena structure and the
input to the function DatumGetPointer must be of type Datum (see the commit
c8b2ef05f481ef06326d7b9f3eb14b303f215c7e in PostgreSQL 16). So use a simple cast
instead of the function DatumGetPointer.
0 commit comments