[PATCH] Compiler warning cleanup - Mailing list pgsql-hackers

From Zdenek Kotala
Subject [PATCH] Compiler warning cleanup
Date
Msg-id 1243026266.1596.25.camel@localhost
Whole thread Raw
Responses Re: [PATCH] Compiler warning cleanup  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-hackers
Attached patch fixes following sun studio compiler warning:

"tsquery_op.c", line 193: warning: syntax error:  empty declaration
"tsquery_op.c", line 194: warning: syntax error:  empty declaration
"tsquery_op.c", line 195: warning: syntax error:  empty declaration
"tsquery_op.c", line 196: warning: syntax error:  empty declaration
"tsquery_op.c", line 197: warning: syntax error:  empty declaration
"tsquery_op.c", line 198: warning: syntax error:  empty declaration
"tsvector_op.c", line 177: warning: syntax error:  empty declaration
"tsvector_op.c", line 178: warning: syntax error:  empty declaration
"tsvector_op.c", line 179: warning: syntax error:  empty declaration
"tsvector_op.c", line 180: warning: syntax error:  empty declaration
"tsvector_op.c", line 181: warning: syntax error:  empty declaration
"tsvector_op.c", line 182: warning: syntax error:  empty declaration
"tsvector_op.c", line 183: warning: syntax error:  empty declaration


    Thanks Zdenek

Attachment

pgsql-hackers by date:

Previous
From: Greg Stark
Date:
Subject: Re: Revisiting default_statistics_target
Next
From: Gevik Babakhani
Date:
Subject: question about pg_proc