projects
/
users
/
heikki
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a45a2c
)
Remove dead fields from struct.
author
Heikki Linnakangas
<
[email protected]
>
Mon, 20 Apr 2015 10:48:37 +0000
(13:48 +0300)
committer
Heikki Linnakangas
<
[email protected]
>
Mon, 20 Apr 2015 10:48:37 +0000
(13:48 +0300)
src/include/utils/rel.h
patch
|
blob
|
blame
|
history
diff --git
a/src/include/utils/rel.h
b/src/include/utils/rel.h
index d33dbccfba98f02978e8ec6312d0bbdf4c6cc2f1..c61bc41805d1c4d93cddb3c8e9219af1e6451f3a 100644
(file)
--- a/
src/include/utils/rel.h
+++ b/
src/include/utils/rel.h
@@
-53,7
+53,6
@@
typedef LockInfoData *LockInfo;
*/
typedef struct RelationAmInfo
{
- /* pg_am only */
FmgrInfo aminsert;
FmgrInfo ambeginscan;
FmgrInfo amgettuple;
@@
-63,9
+62,6
@@
typedef struct RelationAmInfo
FmgrInfo ammarkpos;
FmgrInfo amrestrpos;
FmgrInfo amcanreturn;
- FmgrInfo amcostestimate;
-
- FmgrInfo amoptions;
} RelationAmInfo;
@@
-78,8
+74,6
@@
typedef struct RelationSeqAmInfo
/* pg_seqam only */
FmgrInfo seqamalloc;
FmgrInfo seqamsetval;
-
- FmgrInfo amoptions;
} RelationSeqAmInfo;