Обсуждение: pgsql: Fix compiler warnings on Sun Studio of the sort "tsquery_op.c",

Поиск
Список
Период
Сортировка

pgsql: Fix compiler warnings on Sun Studio of the sort "tsquery_op.c",

От
petere@postgresql.org (Peter Eisentraut)
Дата:
Log Message:
-----------
Fix compiler warnings on Sun Studio of the sort

"tsquery_op.c", line 193: warning: syntax error:  empty declaration

Zdenek Kotala

Modified Files:
--------------
    pgsql/src/backend/utils/adt:
        tsquery_op.c (r1.4 -> r1.5)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/tsquery_op.c?r1=1.4&r2=1.5)
        tsvector_op.c (r1.21 -> r1.22)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/tsvector_op.c?r1=1.21&r2=1.22)