Restructure aclcheck error reporting to make permission-failure

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 31c775adeb2251a9c66328cbc9016877e5e4f085
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2002-04-27T03:45:03Z
Releases: 7.3.1
Restructure aclcheck error reporting to make permission-failure
messages more uniform and internationalizable: the global array
aclcheck_error_strings[] is gone in favor of a subroutine
aclcheck_error().  Partial implementation of namespace-related
permission checks --- not all done yet.

Files