Add a useless return statement to suppress a warning seen with some

Tom Lane <tgl@sss.pgh.pa.us>

Commit: f1c87830b5e34af0a39a8252b54c4cb216651437
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2007-10-22T01:02:22Z
Releases: 8.3.0
Add a useless return statement to suppress a warning seen with some
versions of gcc (I'm seeing it with Apple's gcc 4.0.1).  I think the
reason we did not see this before was that the assert() macros in the
regex code were all no-ops till recently.

Files

PathChange+/−
src/backend/regex/regc_lex.c modified +2 −1