Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9423383

Browse files
author
Neil Conway
committed
Update obsolete comment.
1 parentc151e63 commit9423383

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

‎src/backend/commands/functioncmds.c

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
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 contentsas
304-
**byte_pct_p, etc.
303+
* Interpret the parameters *parameters and return their contentsvia
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
*/
322316
staticvoid

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp