Re: LIKE gripes

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Thomas Lockhart <lockhart(at)alumni(dot)caltech(dot)edu>
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: LIKE gripes
Date: 2000-08-07 01:12:22
Message-ID: 3930.965610742@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Thomas Lockhart <lockhart(at)alumni(dot)caltech(dot)edu> writes:
>> like.c: In function `MatchTextLower':
>> like.c:401: warning: implicit declaration of function `tolower'

> OK, will look at it. The first ones I see here; the second I'm not sure
> I do. Will see what other files have for #include's.

I think <ctype.h> is what's needed here.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas Lockhart 2000-08-07 03:34:24 Re: LIKE gripes
Previous Message The Hermit Hacker 2000-08-07 01:07:53 Re: scp daemon working?