pgsql: Add a useless return statement to suppress a warning seen with

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Add a useless return statement to suppress a warning seen with
Дата
Msg-id 20071022010223.3C68B754229@cvs.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
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.

Modified Files:
--------------
    pgsql/src/backend/regex:
        regc_lex.c (r1.5 -> r1.6)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/regex/regc_lex.c?r1=1.5&r2=1.6)

В списке pgsql-committers по дате отправления:

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Fix shared tsvector/tsquery input code so that we don't say
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Create a quick-and-dirty list of known migration issues for