pgsql: Make fixed_paramref_hook behave properly when there are 'unused' - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Make fixed_paramref_hook behave properly when there are 'unused'
Date
Msg-id 20100113011707.7D5967541B9@cvs.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: mha@postgresql.org (Magnus Hagander)
Date:
Subject: pgsql: Update MSVC build instructions.
Next
From: mkz@pgfoundry.org (User Mkz)
Date:
Subject: pgbouncer - pgbouncer: Check error from event_init() to eliminate