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+om...@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/dbe6bd4343d8cdb1b3cf1f66d6f66dd876a6c09d

Modified Files
--------------
doc/src/sgml/func.sgml                     | 11 ++++-------
src/backend/catalog/system_functions.sql   |  2 +-
src/backend/statistics/relation_stats.c    |  6 ++++--
src/include/catalog/catversion.h           |  2 +-
src/include/catalog/pg_proc.dat            |  4 ++--
src/test/regress/expected/stats_import.out | 16 ++++++++--------
6 files changed, 20 insertions(+), 21 deletions(-)

Reply via email to