Re: New string functions; initdb required - Mailing list pgsql-hackers

From Tom Lane
Subject Re: New string functions; initdb required
Date
Msg-id 27885.1023812926@sss.pgh.pa.us
Whole thread Raw
In response to New string functions; initdb required  (Thomas Lockhart <lockhart@fourpalms.org>)
List pgsql-hackers
Thomas Lockhart <lockhart@fourpalms.org> writes:
> I've just committed changes which implement three SQL99 functions and
> operators.

I'm getting

gcc -O1 -Wall -Wmissing-prototypes -Wmissing-declarations -g -I../../../../src/include   -c -o regexp.o regexp.c
regexp.c: In function `textregexsubstr':
regexp.c:314: warning: unused variable `result'

The code seems to be rather undecided about whether it intends to return
NULL or an empty string --- would you make up your mind and remove the
other case entirely?
        regards, tom lane


pgsql-hackers by date:

Previous
From: Scott Marlowe
Date:
Subject: Re: Will postgress handle too big tables?
Next
From: Tom Lane
Date:
Subject: Re: New string functions; initdb required