Change pg_*_relation_stats() functions to return type to void.
authorJeff Davis
Tue, 22 Oct 2024 19:48:01 +0000 (12:48 -0700)
committerJeff Davis
Tue, 22 Oct 2024 19:48:01 +0000 (12:48 -0700)
commitdbe6bd4343d8cdb1b3cf1f66d6f66dd876a6c09d
tree7dc79dd167e54cb70784364b6d226a06e2159085
parent774171c4f640853b1cf8747a4762631d2f5d25be
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
doc/src/sgml/func.sgml
src/backend/catalog/system_functions.sql
src/backend/statistics/relation_stats.c
src/include/catalog/catversion.h
src/include/catalog/pg_proc.dat
src/test/regress/expected/stats_import.out