aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/functioncmds.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2009-09-20 01:53:32 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2009-09-20 01:53:32 +0000
commit0f427dfe5ae26f4b792f4f0b8d235dd60a1d144f (patch)
tree42d2e74d77701f39baf1747461fa4fa7b0195861 /src/backend/commands/functioncmds.c
parent94f238cf1a51308c2377ddcd63ecc447ecb94a68 (diff)
downloadpostgresql-0f427dfe5ae26f4b792f4f0b8d235dd60a1d144f.tar.gz
postgresql-0f427dfe5ae26f4b792f4f0b8d235dd60a1d144f.zip
Allow plpgsql IN parameters to be assigned to. Since the parameters are just
preinitialized local variables, this does not affect the function's semantics as seen by callers; allowing assignment simply avoids the need to create more local variables in some cases. In any case we were being rather inconsistent since only scalar parameters were getting marked constant. No documentation change, since parameters were never documented as being marked constant anyway. Steve Prentice
Diffstat (limited to 'src/backend/commands/functioncmds.c')
0 files changed, 0 insertions, 0 deletions