Re: [PATCHES] polymorphic arguments and return type for PL/pgSQL

2003-06-30 Thread Tom Lane
Joe Conway [EMAIL PROTECTED] writes: With the current linked list, the function is effectively leaked to the end of the session anyway, so I don't think this is any worse. Thoughts? Don't worry about it now. If a plpgsql function cache entry is discarded, we leak far more than just the

Re: [PATCHES] Postgresql.conf, initdb patch

2003-06-30 Thread Peter Eisentraut
Josh Berkus writes: initdb.patch, written by Shridhar, patches initdb so that the LC_* localization variables are inserted into postgresql.conf at the point commented #LC VARS GO HERE! It's pretty pointless to use cat $file | sed 's/.../' because sed can open files perfectly well: sed

Re: [PATCHES] Patch for listing runtime option details through server

2003-06-30 Thread Peter Eisentraut
Aizaz Ahmed writes: The attached patch adds the --long-help option to the server executable. Conceptual comments: If the option is named --long-help, I'd expect a longer version of --help, which this is not. The name should probably involve help and config to make it clearer what you get.