mirror of
https://github.com/postgres/postgres.git
synced 2025-08-19 23:22:23 +03:00
Clean up references to SQL92
In most cases, these were just references to the SQL standard in general. In a few cases, a contrast was made between SQL92 and later standards -- those have been kept unchanged.
This commit is contained in:
@@ -1922,7 +1922,7 @@ float8_avg(PG_FUNCTION_ARGS)
|
||||
sumX = transvalues[1];
|
||||
/* ignore sumX2 */
|
||||
|
||||
/* SQL92 defines AVG of no values to be NULL */
|
||||
/* SQL defines AVG of no values to be NULL */
|
||||
if (N == 0.0)
|
||||
PG_RETURN_NULL();
|
||||
|
||||
|
Reference in New Issue
Block a user