postgresql/src/backend
Michael Paquier 2fcf685f6d Fix come incorrect elog() messages in aclchk.c
Three error strings used with cache lookup failures were referring to
incorrect object types for ACL checks:
- Schemas
- Types
- Foreign Servers
There errors should never be triggered, but if they do incorrect
information would be reported.

Author: Justin Pryzby
Discussion: https://postgr.es/m/20221222153041.GN1153@telsasoft.com
Backpatch-through: 11
2022-12-23 10:04:18 +09:00
..
access Rename pg_dissect_walfile_name() to pg_split_walfile_name() 2022-12-23 09:15:01 +09:00
backup Add copyright notices to meson files 2022-12-20 07:54:39 -05:00
bootstrap Add copyright notices to meson files 2022-12-20 07:54:39 -05:00
catalog Fix come incorrect elog() messages in aclchk.c 2022-12-23 10:04:18 +09:00
commands Refactor how VACUUM passes around its XID cutoffs. 2022-12-22 09:37:59 -08:00
executor Add copyright notices to meson files 2022-12-20 07:54:39 -05:00
foreign Add copyright notices to meson files 2022-12-20 07:54:39 -05:00
jit Add copyright notices to meson files 2022-12-20 07:54:39 -05:00
lib Add copyright notices to meson files 2022-12-20 07:54:39 -05:00
libpq Add copyright notices to meson files 2022-12-20 07:54:39 -05:00
main Add copyright notices to meson files 2022-12-20 07:54:39 -05:00
nodes Add copyright notices to meson files 2022-12-20 07:54:39 -05:00
optimizer Allow window functions to adjust their frameOptions 2022-12-23 12:43:52 +13:00
parser Allow window functions to adjust their frameOptions 2022-12-23 12:43:52 +13:00
partitioning Add copyright notices to meson files 2022-12-20 07:54:39 -05:00
po Add copyright notices to meson files 2022-12-20 07:54:39 -05:00
port Add copyright notices to meson files 2022-12-20 07:54:39 -05:00
postmaster Add copyright notices to meson files 2022-12-20 07:54:39 -05:00
regex Add copyright notices to meson files 2022-12-20 07:54:39 -05:00
replication Add copyright notices to meson files 2022-12-20 07:54:39 -05:00
rewrite Add copyright notices to meson files 2022-12-20 07:54:39 -05:00
snowball Add copyright notices to meson files 2022-12-20 07:54:39 -05:00
statistics Add copyright notices to meson files 2022-12-20 07:54:39 -05:00
storage Add copyright notices to meson files 2022-12-20 07:54:39 -05:00
tcop Add copyright notices to meson files 2022-12-20 07:54:39 -05:00
tsearch Switch some system functions to use get_call_result_type() 2022-12-21 10:11:22 +09:00
utils Allow window functions to adjust their frameOptions 2022-12-23 12:43:52 +13:00
.gitignore
common.mk Blind attempt to fix LLVM dependency in the backend 2022-09-15 10:53:48 +07:00
Makefile autoconf: Move export_dynamic determination to configure 2022-12-06 18:55:28 -08:00
meson.build Add copyright notices to meson files 2022-12-20 07:54:39 -05:00
nls.mk NLS: Put list of available languages into LINGUAS files 2022-07-13 08:19:17 +02:00