File tree Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Original file line number Diff line number Diff line change 1010 *
1111 *
1212 * IDENTIFICATION
13- * $PostgreSQL: pgsql/src/backend/commands/functioncmds.c,v 1.54 2005/01/27 23:23:55 neilc Exp $
13+ * $PostgreSQL: pgsql/src/backend/commands/functioncmds.c,v 1.55 2005/03/13 05:19:26 neilc Exp $
1414 *
1515 * DESCRIPTION
1616 * These routines take the parse tree and pick out the
@@ -300,23 +300,17 @@ compute_attributes_sql_style(List *options,
300300
301301
302302/*-------------
303- * Interpret the parameters *parameters and return their contents as
304- * *byte_pct_p, etc .
303+ * Interpret the parameters *parameters and return their contents via
304+ * out parameters *isStrict_p and *volatility_p .
305305 *
306306 * These parameters supply optional information about a function.
307- * All have defaults if not specified.
308- *
309- * Note: currently, only two of these parameters actually do anything:
307+ * All have defaults if not specified. Parameters:
310308 *
311309 * * isStrict means the function should not be called when any NULL
312310 * inputs are present; instead a NULL result value should be assumed.
313311 *
314312 * * volatility tells the optimizer whether the function's result can
315313 * be assumed to be repeatable over multiple evaluations.
316- *
317- * The other four parameters are not used anywhere. They used to be
318- * used in the "expensive functions" optimizer, but that's been dead code
319- * for a long time.
320314 *------------
321315 */
322316static void
You can’t perform that action at this time.
0 commit comments