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
plpgsql: handle NULL values correctly for RAISE statements
This patch fixes two behaviors related to RAISE statements handling
NULL values:
1. When a NULL value is passed as a formatting argument, it is printed
as `<NULL>` in the result string.
2. When a NULL value is passed as a RAISE option (message, detail, etc.)
a runtime `RAISE statement option cannot be null` error results.
Informs cockroachdb#105254
Release note: None
0 commit comments