Change pg_*_relation_stats() functions to return type to void.

Jeff Davis <jdavis@postgresql.org>

Commit: dbe6bd4343d8cdb1b3cf1f66d6f66dd876a6c09d
Author: Jeff Davis <jdavis@postgresql.org>
Date: 2024-10-22T19:48:01Z
Releases: 18.0
Change pg_*_relation_stats() functions to return type to void.

These functions will either raise an ERROR or run to normal
completion, so no return value is necessary.

Bump catalog version.

Author: Corey Huinker
Discussion: https://postgr.es/m/CADkLM=cBF8rnphuTyHFi3KYzB9ByDgx57HwK9Rz2yp7S+Om87w@mail.gmail.com

Files

Documentation touched

Discussion