aboutsummaryrefslogtreecommitdiff
path: root/src/tutorial/basics.source
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2006-03-23 04:22:45 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2006-03-23 04:22:45 +0000
commitdb61437b274a5d9134467346bf7bf996877cc5f6 (patch)
treeef004283301b1cfaeecb1fb90cc080dc85409fe9 /src/tutorial/basics.source
parenta155814e373fde80e7fae7d240bd100370c3b2b3 (diff)
downloadpostgresql-db61437b274a5d9134467346bf7bf996877cc5f6.tar.gz
postgresql-db61437b274a5d9134467346bf7bf996877cc5f6.zip
Fix plpgsql to pass only one copy of any given plpgsql variable into a SQL
command or expression, rather than one copy for each textual occurrence as it did before. This might result in some small performance improvement, but the compelling reason to do it is that not doing so can result in unexpected grouping failures because the main SQL parser won't see different parameter numbers as equivalent. Add a regression test for the failure case. Per report from Robert Davidson.
Diffstat (limited to 'src/tutorial/basics.source')
0 files changed, 0 insertions, 0 deletions