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
7bc1fbe1
Commit
7bc1fbe1
authored
25 years ago
by
Tom Lane
Browse files
Options
Downloads
Patches
Plain Diff
Remove no-longer-used symbols.
parent
bd52f4bf
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/include/optimizer/internal.h
+3
-9
3 additions, 9 deletions
src/include/optimizer/internal.h
with
3 additions
and
9 deletions
src/include/optimizer/internal.h
+
3
−
9
View file @
7bc1fbe1
...
...
@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: internal.h,v 1.2
3 1999/07/25 23:07:23
tgl Exp $
* $Id: internal.h,v 1.2
4 2000/01/11 03:59:31
tgl Exp $
*
*-------------------------------------------------------------------------
*/
...
...
@@ -32,9 +32,6 @@
#define _CPU_PAGE_WEIGHT_ 0.033
/* CPU-heap-to-page cost weighting factor */
#define _CPU_INDEX_PAGE_WEIGHT_ 0.017
/* CPU-index-to-page cost
* weighting factor */
#define _MAX_KEYS_ INDEX_MAX_KEYS
/* maximum number of keys in an
* index */
#define _TID_SIZE_ 6
/* sizeof(itemid) (from ../h/itemid.h) */
/*
* Size estimates
...
...
@@ -50,9 +47,9 @@
#define _NONAME_RELATION_PAGES_ 1
#define _NONAME_RELATION_TUPLES_ 10
/* The length of a variable-length field in bytes
/* The length of a variable-length field in bytes
(stupid estimate...)
*/
#define _DEFAULT_ATTRIBUTE_WIDTH_
(2 * _TID_SIZE_)
#define _DEFAULT_ATTRIBUTE_WIDTH_
12
/*
* Flags and identifiers
...
...
@@ -63,9 +60,6 @@
/* used to be -1 */
#define _NONAME_RELATION_ID_ InvalidOid
/* #define deactivate_joininfo(joininfo) joininfo->inactive=true*/
/*#define joininfo_inactive(joininfo) joininfo->inactive */
/* GEQO switch according to number of relations in a query */
#define GEQO_RELS 11
...
...
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