cockroach
cockroach copied to clipboard
sql/types: do not panic formatting unhydrated UDTs
Before this patch, if a bug resulted in a UDT's types.T getting to a point where it was being formatted to a string without being hydrated, a panic would occur. Now the type is formatted into an OIDTypeReference which is slightly less pretty, but is valid.
Relates to #85447
Release note: None
TFTR!
bors r+