]> granicus.if.org Git - postgresql/commit
Fix "Unable to identify an operator =$" problem that occurred when pgsql
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 28 Nov 1999 22:02:17 +0000 (22:02 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 28 Nov 1999 22:02:17 +0000 (22:02 +0000)
commit66dbcd47ed3c5f8ca7ae8748fa6eed540ebfd18d
tree3748fd3ab498dc34f44f87e468f53e57046b064d
parentfb55fa04786a759befb356e404b29a25c72d0f8a
Fix "Unable to identify an operator =$" problem that occurred when pgsql
expressions were written without spaces between operators and operands.
Problem was that something like "if new.f1=new.f2 then" would be translated
to "if $1=$2 then", and the Postgres lexer would tokenize that the wrong
way.  Fix is to emit spaces around $paramno constructs to ensure they are
seen as separate tokens.
src/pl/plpgsql/src/gram.y