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

From petere@postgresql.org (Peter Eisentraut)
Subject pgsql: Fix compiler warnings on Sun Studio of the sort "tsquery_op.c",
Date
Msg-id 20090527194158.6623775331E@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
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)

pgsql-committers by date:

Previous
From: Michael Meskes
Date:
Subject: Re: pgsql: Removed comparison of unsigned expression < 0.
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Ignore RECHECK in CREATE OPERATOR CLASS, just throwing a NOTICE,