diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2016-06-13 13:53:10 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2016-06-13 13:53:10 -0400 |
commit | e5bdaa127be617c7c4d49e1bb8960d002918f96d (patch) | |
tree | 986a872b9f09c12b50e1151923d5e12f53988777 /src/backend/access/gist/gistxlog.c | |
parent | 1ad83738d0cd9b9af9a8f695eb9acc327a02c18b (diff) | |
download | postgresql-e5bdaa127be617c7c4d49e1bb8960d002918f96d.tar.gz postgresql-e5bdaa127be617c7c4d49e1bb8960d002918f96d.zip |
Fix multiple minor infelicities in aclchk.c error reports.
pg_type_aclmask reported the wrong type's OID when complaining that
it could not find a type's typelem. It also failed to provide a
suitable errcode when the initially given OID doesn't exist (which
is a user-facing error, since that OID can be user-specified).
pg_foreign_data_wrapper_aclmask and pg_foreign_server_aclmask likewise
lacked errcode specifications. Trivial cosmetic adjustments too.
The wrong-type-OID problem was reported by Petru-Florin Mihancea in
bug #14186; the other issues noted by me while reading the code.
These errors all seem to be aboriginal in the respective routines, so
back-patch as necessary.
Report: <20160613163159.5798.52928@wrigleys.postgresql.org>
Diffstat (limited to 'src/backend/access/gist/gistxlog.c')
0 files changed, 0 insertions, 0 deletions