1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-03 15:22:11 +03:00

Remove code associated with !ACLGROUP_PATCH, and appropriate #ifdef's

This commit is contained in:
Marc G. Fournier
1997-04-03 21:31:57 +00:00
parent e3649e9e52
commit a03dc60508
2 changed files with 1 additions and 24 deletions

View File

@@ -113,17 +113,6 @@
#include "os.h"
/* This patch changes the behavior of aclcheck for groups. Currently an user
* can access a table only if he has the required permission for ALL the groups
* defined for that table. With my patch he can access a table if he has the
* permission for ONE of the groups, which seems to me a more useful thing.
*
* Used in: src/backend/tcop/aclchk.c
* Submitted by: Massimo Dal Zotto <dz@cs.unitn.it>
*/
#define ACLGROUP_PATCH
/*
* The following is used as the arg list for signal handlers. Any ports
* that take something other than an int argument should change this in