Allow functions returning void or cstring to appear in FROM clause,

Tom Lane <tgl@sss.pgh.pa.us>

Commit: fb22b3209536974a44d8978f1ba2d3bdffd14c1c
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2004-10-20T16:04:50Z
Releases: 8.0.0
Allow functions returning void or cstring to appear in FROM clause,
to make life cushy for the JDBC driver.  Centralize the decision-making
that affects this by inventing a get_type_func_class() function, rather
than adding special cases in half a dozen places.

Files