[COMMITTERS] pgsql: Fix check_sql_fn_retval to allow the case where a SQL function

2007-04-02 Thread Tom Lane
Log Message: --- Fix check_sql_fn_retval to allow the case where a SQL function declared to return void ends with a SELECT, if that SELECT has a single result that is also of type void. Without this, it's hard to write a void function that calls another void function. Per gripe from Peter

[COMMITTERS] pgsql: Fix check_sql_fn_retval to allow the case where a SQL function

2007-04-02 Thread Tom Lane
Log Message: --- Fix check_sql_fn_retval to allow the case where a SQL function declared to return void ends with a SELECT, if that SELECT has a single result that is also of type void. Without this, it's hard to write a void function that calls another void function. Per gripe from Peter

[COMMITTERS] pgsql: Fix check_sql_fn_retval to allow the case where a SQL function

2007-04-02 Thread Tom Lane
Log Message: --- Fix check_sql_fn_retval to allow the case where a SQL function declared to return void ends with a SELECT, if that SELECT has a single result that is also of type void. Without this, it's hard to write a void function that calls another void function. Per gripe from Peter

[COMMITTERS] pgsql: Fix check_sql_fn_retval to allow the case where a SQL function

2007-04-02 Thread Tom Lane
Log Message: --- Fix check_sql_fn_retval to allow the case where a SQL function declared to return void ends with a SELECT, if that SELECT has a single result that is also of type void. Without this, it's hard to write a void function that calls another void function. Per gripe from Peter