summaryrefslogtreecommitdiff
path: root/src/include/config.h.in
diff options
context:
space:
mode:
authorMarc G. Fournier1997-04-03 21:31:57 +0000
committerMarc G. Fournier1997-04-03 21:31:57 +0000
commita03dc605085f2f01b954a376094daef71cb8aa3d (patch)
tree1cd53d6f530ae721a35940e7cc0ea1358dbef7bf /src/include/config.h.in
parente3649e9e5288e34833cd613fe5a058204d3261b6 (diff)
Remove code associated with !ACLGROUP_PATCH, and appropriate #ifdef's
Diffstat (limited to 'src/include/config.h.in')
-rw-r--r--src/include/config.h.in11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/include/config.h.in b/src/include/config.h.in
index 8ee3faee34a..7794fca3f86 100644
--- a/src/include/config.h.in
+++ b/src/include/config.h.in
@@ -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