Fixes: Using LIKE or ~ operator on text type files which are null valued
Marc G. Fournier <scrappy@hub.org>
Fixes: Using LIKE or ~ operator on text type files which are null valued
causes segmentation fault.
Thanks to: Salvador Ortiz Garcia, Robert Patrick, Paul 'Shag' Walmsley,
and James Cooper for finding and fixing the problem.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/utils/adt/like.c | modified | +3 −1 |
| src/backend/utils/adt/regexp.c | modified | +5 −1 |