OSDN Git Service

Fixes: Using LIKE or ~ operator on text type files which are null valued
authorMarc G. Fournier <scrappy@hub.org>
Tue, 9 Jul 1996 06:39:19 +0000 (06:39 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Tue, 9 Jul 1996 06:39:19 +0000 (06:39 +0000)
commit950b6ab02272057811dcb4cdf2edcdc2f01b81b7
tree077026969d8751823f4067eb287047015d4b5644
parent25bb71835f1d3c3ab85cfa33dbdf95419d003c2a
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.
src/backend/utils/adt/like.c
src/backend/utils/adt/regexp.c