Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
7bc1fbe1
Commit
7bc1fbe1
authored
Jan 11, 2000
by
Tom Lane
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove no-longer-used symbols.
parent
bd52f4bf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
9 deletions
+3
-9
src/include/optimizer/internal.h
src/include/optimizer/internal.h
+3
-9
No files found.
src/include/optimizer/internal.h
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment