Fixes: Using LIKE or ~ operator on text type files which are null valued

Marc G. Fournier <scrappy@hub.org>

Commit: 950b6ab02272057811dcb4cdf2edcdc2f01b81b7
Author: Marc G. Fournier <scrappy@hub.org>
Date: 1996-07-09T06:39:19Z
Releases: 7.1.1
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

PathChange+/−
src/backend/utils/adt/like.c modified +3 −1
src/backend/utils/adt/regexp.c modified +5 −1