Thread: pgsql/src/backend/utils/adt acl.c

pgsql/src/backend/utils/adt acl.c

From
Tom Lane
Date:
CVSROOT:    /home/projects/pgsql/cvsroot
Module name:    pgsql
Changes by:    tgl@hub.org    01/01/14 14:23:27

Modified files:
    src/backend/utils/adt: acl.c

Log message:
    Make aclcontains() do something that's at least vaguely reasonable:
    it now returns true if the aclitem argument exactly matches any one of
    the elements of the aclitem[] argument.  Per complaint from Wolff 1/10/01.