aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/enum.c
diff options
context:
space:
mode:
authorTomas Vondra <tomas.vondra@postgresql.org>2021-08-31 18:03:05 +0200
committerTomas Vondra <tomas.vondra@postgresql.org>2021-08-31 18:33:38 +0200
commit5be8ce82e84f8f3604916c06668990c524f3856d (patch)
treee129651c4e6c990723ae25ad17c64de3a8b5129b /src/backend/utils/adt/enum.c
parent589be6f6c732a20e2bcaa02560de464ebbd48af2 (diff)
downloadpostgresql-5be8ce82e84f8f3604916c06668990c524f3856d.tar.gz
postgresql-5be8ce82e84f8f3604916c06668990c524f3856d.zip
Fix lookup error in extended stats ownership check
When an ownership check on extended statistics object failed, the code was calling aclcheck_error_type to report the failure, which is clearly wrong, resulting in cache lookup errors. Fix by calling aclcheck_error. This issue exists since the introduction of extended statistics, so backpatch all the way back to PostgreSQL 10. It went unnoticed because there were no tests triggering the error, so add one. Reported-by: Mark Dilger Backpatch-through: 10, where extended stats were introduced Discussion: https://postgr.es/m/1F238937-7CC2-4703-A1B1-6DC225B8978A%40enterprisedb.com
Diffstat (limited to 'src/backend/utils/adt/enum.c')
0 files changed, 0 insertions, 0 deletions