diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2009-01-06 01:23:21 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2009-01-06 01:23:21 +0000 |
commit | 10374a34c685db5b40b9a53313564b8934ef9ec8 (patch) | |
tree | 86e2e0b5ce88b6e6e45fe36b72bf031b5fef5b0f /src/backend/commands/functioncmds.c | |
parent | ba748f7a11ef884277b61d1708a17a44acfd1736 (diff) | |
download | postgresql-10374a34c685db5b40b9a53313564b8934ef9ec8.tar.gz postgresql-10374a34c685db5b40b9a53313564b8934ef9ec8.zip |
Fix an oversight in the function-default-arguments patch: after adding some
default expressions to a function call, eval_const_expressions must recurse on
those expressions. Else they don't get simplified, and in particular we fail
to insert additional default arguments if any functions needing defaults are
in there. Per report from Rushabh Lathia.
Diffstat (limited to 'src/backend/commands/functioncmds.c')
0 files changed, 0 insertions, 0 deletions