CVSROOT:        /cvsroot
Module name:    pgsql-server
Changes by:     [EMAIL PROTECTED]       04/04/02 19:14:09

Modified files:
        src/backend/catalog: pg_proc.c 
        src/backend/executor: functions.c 
        src/backend/optimizer/util: clauses.c 
        src/include/catalog: pg_proc.h 

Log message:
        check_sql_fn_retval has always thought that we supported doing
        'SELECT foo()' in a SQL function returning a rowtype, to simply pass
        back the results of another function returning the same rowtype.
        However, that hasn't actually worked in many years.  Now it works again.


---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
    (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])

Reply via email to