Remove unused totalrows parameter in compute_expr_stats

David Rowley <drowley@postgresql.org>

Commit: 61cac71c23686f47c785dc69d3c15cb4304d106f
Author: David Rowley <drowley@postgresql.org>
Date: 2024-12-26T21:51:22Z
Releases: 18.0
Remove unused totalrows parameter in compute_expr_stats

The totalrows parameter in compute_expr_stats is unused, so remove it.
This is a static function, so the parameter can easily be added again if
it's ever needed.

Author: Ilia Evdokimov <ilya.evdokimov@tantorlabs.ru>
Discussion: https://postgr.es/m/667b92d2-f953-4fcb-9377-3765f5b94187@tantorlabs.com

Files

PathChange+/−
src/backend/statistics/extended_stats.c modified +4 −8

Discussion