aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/gist/gistproc.c
diff options
context:
space:
mode:
authorTomas Vondra <tomas.vondra@postgresql.org>2019-05-30 16:16:12 +0200
committerTomas Vondra <tomas.vondra@postgresql.org>2019-05-30 17:06:21 +0200
commit9c9a74cd3257324257ec016e800ce0a6d5af88c7 (patch)
tree28d01e90802913a39843032bb22d28efb62eb976 /src/backend/access/gist/gistproc.c
parent88a0e3daf862def3503a69f89bc9eeecb7d73736 (diff)
downloadpostgresql-9c9a74cd3257324257ec016e800ce0a6d5af88c7.tar.gz
postgresql-9c9a74cd3257324257ec016e800ce0a6d5af88c7.zip
Make error logging in extended statistics more consistent
Most errors reported in extended statistics are internal issues, and so should use elog(). The MCV list code was already following this rule, but the functional dependencies and ndistinct coefficients were using a mix of elog() and ereport(). Fix this by changing most places to elog(), with the exception of input functions. This is a mostly cosmetic change, it makes the life a little bit easier for translators, as elog() messages are not translated. So backpatch to PostgreSQL 10, where extended statistics were introduced. Author: Tomas Vondra Backpatch-through: 10 where extended statistics were added Discussion: https://postgr.es/m/20190503154404.GA7478@alvherre.pgsql
Diffstat (limited to 'src/backend/access/gist/gistproc.c')
0 files changed, 0 insertions, 0 deletions