@@ -179,9 +179,10 @@ typedef struct Const
179179int location ;/* token location, or -1 if unknown */
180180}Const ;
181181
182- /* ----------------
182+ /*
183183 * Param
184- *paramkind - specifies the kind of parameter. The possible values
184+ *
185+ *paramkind specifies the kind of parameter. The possible values
185186 *for this field are:
186187 *
187188 *PARAM_EXTERN: The parameter value is supplied from outside the plan.
@@ -204,12 +205,6 @@ typedef struct Const
204205 *of the `paramid' field contain the SubLink's subLinkId, and
205206 *the low-order 16 bits contain the column number. (This type
206207 *of Param is also converted to PARAM_EXEC during planning.)
207- *
208- * Note: currently, paramtypmod is always -1 for PARAM_EXTERN params, since
209- * the APIs that supply values for such parameters don't carry any typmod
210- * info. It is valid in other types of Params, if they represent expressions
211- * with determinable typmod.
212- * ----------------
213208 */
214209typedef enum ParamKind
215210{