pgsql: Remove comment claiming that PARAM_EXTERN Params always have typ

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove comment claiming that PARAM_EXTERN Params always have typ
Date: 2015-03-05 18:16:33
Message-ID: E1YTaK1-0007sQ-K5@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove comment claiming that PARAM_EXTERN Params always have typmod -1.

This hasn't been true in quite some time, cf plpgsql's make_datum_param().

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/3200b15b20d9248be1b0f436ee787b2077d00298

Modified Files
--------------
src/include/nodes/primnodes.h | 11 +++--------
1 file changed, 3 insertions(+), 8 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2015-03-05 19:13:03 pgsql: Silence warning in non-assert-enabled build
Previous Message Fujii Masao 2015-03-05 11:15:38 pgsql: Fix typo in comment.