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

From: petere(at)postgresql(dot)org (Peter Eisentraut)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix compiler warnings on Sun Studio of the sort "tsquery_op.c",
Date: 2009-05-27 19:41:58
Message-ID: 20090527194158.6623775331E@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2009-05-27 20:42:30 pgsql: Ignore RECHECK in CREATE OPERATOR CLASS, just throwing a NOTICE,
Previous Message Michael Meskes 2009-05-27 14:16:51 pgsql: Reverting patch just in case a compiler treats this enum as