Discussion: https://postgr.es/m/CALT9ZEHNeagO5PLb4Nv9J_ZaCtp%2BArdVmbSLc0RHUzx_RPAa4w%40mail.gmail.com
Author: Pavel Borisov
ereport(ERROR,
(errcode(ERRCODE_FEATURE_NOT_SUPPORTED),
- errmsg("don't have a storage tuple in this context")));
+ errmsg("don't have transaction information for this type of tuple")));
return false; /* silence compiler warnings */
}
ereport(ERROR,
(errcode(ERRCODE_FEATURE_NOT_SUPPORTED),
- errmsg("don't have a storage tuple in this context")));
+ errmsg("don't have transaction information for this type of tuple")));
return false; /* silence compiler warnings */
}