Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
0b4620b5
Commit
0b4620b5
authored
27 years ago
by
Marc G. Fournier
Browse files
Options
Downloads
Patches
Plain Diff
Quick cleanups
parent
6c7c6d0c
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/backend/utils/init/postinit.c
+3
-2
3 additions, 2 deletions
src/backend/utils/init/postinit.c
src/include/utils/acl.h
+2
-2
2 additions, 2 deletions
src/include/utils/acl.h
with
5 additions
and
4 deletions
src/backend/utils/init/postinit.c
+
3
−
2
View file @
0b4620b5
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
*
*
*
*
* IDENTIFICATION
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/utils/init/postinit.c,v 1.2
3
1998/02/23 1
7
:43:
53
scrappy Exp $
* $Header: /cvsroot/pgsql/src/backend/utils/init/postinit.c,v 1.2
4
1998/02/23 1
8
:43:
06
scrappy Exp $
*
*
* NOTES
* NOTES
* InitPostgres() is the function called from PostgresMain
* InitPostgres() is the function called from PostgresMain
...
@@ -591,7 +591,8 @@ InitPostgres(char *name) /* database name */
...
@@ -591,7 +591,8 @@ InitPostgres(char *name) /* database name */
* initialize local data in cache invalidation stuff
* initialize local data in cache invalidation stuff
* ----------------
* ----------------
*/
*/
InitLocalInvalidateData
();
if
(
!
bootstrap
)
InitLocalInvalidateData
();
/* ----------------
/* ----------------
* ok, all done, now let's make sure we don't do it again.
* ok, all done, now let's make sure we don't do it again.
...
...
This diff is collapsed.
Click to expand it.
src/include/utils/acl.h
+
2
−
2
View file @
0b4620b5
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
*
*
* Copyright (c) 1994, Regents of the University of California
* Copyright (c) 1994, Regents of the University of California
*
*
* $Id: acl.h,v 1.1
3
1998/0
1
/2
4 22:50:28 momjian
Exp $
* $Id: acl.h,v 1.1
4
1998/0
2
/2
3 18:43:13 scrappy
Exp $
*
*
* NOTES
* NOTES
* For backward-compatability purposes we have to allow there
* For backward-compatability purposes we have to allow there
...
@@ -62,7 +62,7 @@ typedef uint8 AclMode;
...
@@ -62,7 +62,7 @@ typedef uint8 AclMode;
#define ACL_MODECHG_EQL 3
#define ACL_MODECHG_EQL 3
/* change this line if you want to set the default acl permission */
/* change this line if you want to set the default acl permission */
#define ACL_WORLD_DEFAULT (ACL_
RD
)
#define ACL_WORLD_DEFAULT (ACL_
NO
)
/* #define ACL_WORLD_DEFAULT (ACL_RD|ACL_WR|ACL_AP|ACL_RU) */
/* #define ACL_WORLD_DEFAULT (ACL_RD|ACL_WR|ACL_AP|ACL_RU) */
#define ACL_OWNER_DEFAULT (ACL_RD|ACL_WR|ACL_AP|ACL_RU)
#define ACL_OWNER_DEFAULT (ACL_RD|ACL_WR|ACL_AP|ACL_RU)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment