Skip to content

Commit 9423383

Browse files
author
Neil Conway
committed
Update obsolete comment.
1 parent c151e63 commit 9423383

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 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
*/
322316
static void

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy