Change pg_*_relation_stats() functions to return type to void.
Jeff Davis <jdavis@postgresql.org>
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
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/func.sgml | modified | +4 −7 |
| src/backend/catalog/system_functions.sql | modified | +1 −1 |
| src/backend/statistics/relation_stats.c | modified | +4 −2 |
| src/include/catalog/catversion.h | modified | +1 −1 |
| src/include/catalog/pg_proc.dat | modified | +2 −2 |
| src/test/regress/expected/stats_import.out | modified | +8 −8 |
Documentation touched
Discussion
- Statistics Import and Export 555 messages · 2023-08-31 → 2025-05-22