pgsql: Make fixed_paramref_hook behave properly when there are 'unused'

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Make fixed_paramref_hook behave properly when there are 'unused'
Date: 2010-01-13 01:17:07
Message-ID: 20100113011707.7D5967541B9@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Make fixed_paramref_hook behave properly when there are 'unused' slots
in the parameter array. Noted while experimenting with an example
from Pavel. This wouldn't come up in normal use, but it ought to honor
the specification that a parameter array can have unused slots.

Modified Files:
--------------
pgsql/src/backend/parser:
parse_param.c (r2.2 -> r2.3)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/parser/parse_param.c?r1=2.2&r2=2.3)

Browse pgsql-committers by date

  From Date Subject
Next Message User Mkz 2010-01-13 07:24:00 pgbouncer - pgbouncer: Check error from event_init() to eliminate
Previous Message Magnus Hagander 2010-01-12 20:13:32 pgsql: Update MSVC build instructions.