aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/gist/gistget.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>1999-11-28 22:02:17 +0000
committerTom Lane <tgl@sss.pgh.pa.us>1999-11-28 22:02:17 +0000
commit66dbcd47ed3c5f8ca7ae8748fa6eed540ebfd18d (patch)
tree3748fd3ab498dc34f44f87e468f53e57046b064d /src/backend/access/gist/gistget.c
parentfb55fa04786a759befb356e404b29a25c72d0f8a (diff)
downloadpostgresql-66dbcd47ed3c5f8ca7ae8748fa6eed540ebfd18d.tar.gz
postgresql-66dbcd47ed3c5f8ca7ae8748fa6eed540ebfd18d.zip
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.
Diffstat (limited to 'src/backend/access/gist/gistget.c')
0 files changed, 0 insertions, 0 deletions