Allow CREATE FUNCTION's WITH clause to be used for all language types,

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

Commit: 6eb8d255d217c7f0ed2a89e75ae5cb14653c64eb
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 1999-10-02T21:33:33Z
Releases: 7.1.1
Allow CREATE FUNCTION's WITH clause to be used for all language types,
not just C, so that ISCACHABLE attribute can be specified for user-defined
functions.  Get rid of ParamString node type, which wasn't actually being
generated by gram.y anymore, even though define.c thought that was what
it was getting.  Clean up minor bug in dfmgr.c (premature heap_close).

Files