This is a discussion on Code-Cleanup: function declarations (void, and k&r style) within the Pgsql Patches forums, part of the PostgreSQL category; --> Hi, attached patch fixes some function declarations: - () -> (void) - k&r style -> ansi C Regards, Stefan ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi, attached patch fixes some function declarations: - () -> (void) - k&r style -> ansi C Regards, Stefan ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match |
| ||||
| Stefan Huehner wrote: > attached patch fixes some function declarations: > > - () -> (void) > - k&r style -> ansi C > Applied, thanks for the patch. -Neil ---------------------------(end of broadcast)--------------------------- TIP 6: explain analyze is your friend |