]> granicus.if.org Git - postgresql/commit
Add a useless return statement to suppress a warning seen with some
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 22 Oct 2007 01:02:22 +0000 (01:02 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 22 Oct 2007 01:02:22 +0000 (01:02 +0000)
commitf1c87830b5e34af0a39a8252b54c4cb216651437
tree6465db85c52fbd3bf5c792cf4a11e198a7f2d804
parent1ea47dd8cbcb485a06676f12a36244270e18e192
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.
src/backend/regex/regc_lex.c