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
2635bef5
Commit
2635bef5
authored
25 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
Remove -O0 linux ppc flag
parent
0d2a78bf
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/TODO
+2
-1
2 additions, 1 deletion
doc/TODO
src/template/linux_ppc
+1
-1
1 addition, 1 deletion
src/template/linux_ppc
with
3 additions
and
2 deletions
doc/TODO
+
2
−
1
View file @
2635bef5
...
@@ -215,7 +215,7 @@ INDEXES
...
@@ -215,7 +215,7 @@ INDEXES
CACHE
CACHE
* Cache most recent query plan(s) [prepare]
* Cache most recent query plan(s)
(Karel)
[prepare]
* Shared catalog cache, reduce lseek()'s by caching table size in shared area
* Shared catalog cache, reduce lseek()'s by caching table size in shared area
MISC
MISC
...
@@ -243,6 +243,7 @@ MISC
...
@@ -243,6 +243,7 @@ MISC
* Gather more accurate statistics using indexes
* Gather more accurate statistics using indexes
* Improve statistics storage in pg_class [performance]
* Improve statistics storage in pg_class [performance]
* Improve VACUUM speed with indexes [vacuum]
* Improve VACUUM speed with indexes [vacuum]
* BSD/OS does not support locale because there is no LC_MESSAGES
SOURCE CODE
SOURCE CODE
-----------
-----------
...
...
This diff is collapsed.
Click to expand it.
src/template/linux_ppc
+
1
−
1
View file @
2635bef5
AROPT:crs
AROPT:crs
CFLAGS:-O
0
CFLAGS:-O
2
SHARED_LIB:-fpic
SHARED_LIB:-fpic
ALL:
ALL:
SRCH_INC:
SRCH_INC:
...
...
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