Home
last modified time | relevance | path

Searched defs:IndexOptInfo (Results 1 – 25 of 59) sorted by relevance

123

/dports/databases/postgresql96-server/postgresql-9.6.24/src/include/nodes/
H A Drelation.h575 typedef struct IndexOptInfo struct
577 NodeTag type;
579 Oid indexoid; /* OID of the index relation */
580 Oid reltablespace; /* tablespace of index (not table) */
581 RelOptInfo *rel; /* back-link to index's table */
584 BlockNumber pages; /* number of disk pages in index */
585 double tuples; /* number of index tuples in index */
589 int ncolumns; /* number of columns in index */
595 bool *reverse_sort; /* is sort order descending? */
599 Oid relam; /* OID of the access method (in pg_am) */
[all …]
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/include/nodes/
H A Drelation.h575 typedef struct IndexOptInfo struct
577 NodeTag type;
579 Oid indexoid; /* OID of the index relation */
580 Oid reltablespace; /* tablespace of index (not table) */
581 RelOptInfo *rel; /* back-link to index's table */
584 BlockNumber pages; /* number of disk pages in index */
585 double tuples; /* number of index tuples in index */
589 int ncolumns; /* number of columns in index */
595 bool *reverse_sort; /* is sort order descending? */
599 Oid relam; /* OID of the access method (in pg_am) */
[all …]
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/include/nodes/
H A Drelation.h575 typedef struct IndexOptInfo struct
577 NodeTag type;
579 Oid indexoid; /* OID of the index relation */
580 Oid reltablespace; /* tablespace of index (not table) */
581 RelOptInfo *rel; /* back-link to index's table */
584 BlockNumber pages; /* number of disk pages in index */
585 double tuples; /* number of index tuples in index */
589 int ncolumns; /* number of columns in index */
595 bool *reverse_sort; /* is sort order descending? */
599 Oid relam; /* OID of the access method (in pg_am) */
[all …]
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/include/nodes/
H A Drelation.h575 typedef struct IndexOptInfo struct
577 NodeTag type;
579 Oid indexoid; /* OID of the index relation */
580 Oid reltablespace; /* tablespace of index (not table) */
581 RelOptInfo *rel; /* back-link to index's table */
584 BlockNumber pages; /* number of disk pages in index */
585 double tuples; /* number of index tuples in index */
589 int ncolumns; /* number of columns in index */
595 bool *reverse_sort; /* is sort order descending? */
599 Oid relam; /* OID of the access method (in pg_am) */
[all …]
/dports/databases/postgresql96-client/postgresql-9.6.24/src/include/nodes/
H A Drelation.h575 typedef struct IndexOptInfo struct
577 NodeTag type;
579 Oid indexoid; /* OID of the index relation */
580 Oid reltablespace; /* tablespace of index (not table) */
581 RelOptInfo *rel; /* back-link to index's table */
584 BlockNumber pages; /* number of disk pages in index */
585 double tuples; /* number of index tuples in index */
589 int ncolumns; /* number of columns in index */
595 bool *reverse_sort; /* is sort order descending? */
599 Oid relam; /* OID of the access method (in pg_am) */
[all …]
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/include/nodes/
H A Drelation.h575 typedef struct IndexOptInfo struct
577 NodeTag type;
579 Oid indexoid; /* OID of the index relation */
580 Oid reltablespace; /* tablespace of index (not table) */
581 RelOptInfo *rel; /* back-link to index's table */
584 BlockNumber pages; /* number of disk pages in index */
585 double tuples; /* number of index tuples in index */
589 int ncolumns; /* number of columns in index */
595 bool *reverse_sort; /* is sort order descending? */
599 Oid relam; /* OID of the access method (in pg_am) */
[all …]
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/include/nodes/
H A Drelation.h575 typedef struct IndexOptInfo struct
577 NodeTag type;
579 Oid indexoid; /* OID of the index relation */
580 Oid reltablespace; /* tablespace of index (not table) */
581 RelOptInfo *rel; /* back-link to index's table */
584 BlockNumber pages; /* number of disk pages in index */
585 double tuples; /* number of index tuples in index */
589 int ncolumns; /* number of columns in index */
595 bool *reverse_sort; /* is sort order descending? */
599 Oid relam; /* OID of the access method (in pg_am) */
[all …]
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/include/nodes/
H A Drelation.h627 typedef struct IndexOptInfo struct
629 NodeTag type;
631 Oid indexoid; /* OID of the index relation */
632 Oid reltablespace; /* tablespace of index (not table) */
633 RelOptInfo *rel; /* back-link to index's table */
636 BlockNumber pages; /* number of disk pages in index */
637 double tuples; /* number of index tuples in index */
641 int ncolumns; /* number of columns in index */
647 bool *reverse_sort; /* is sort order descending? */
651 Oid relam; /* OID of the access method (in pg_am) */
[all …]
/dports/databases/postgresql10-client/postgresql-10.19/src/include/nodes/
H A Drelation.h627 typedef struct IndexOptInfo struct
629 NodeTag type;
631 Oid indexoid; /* OID of the index relation */
632 Oid reltablespace; /* tablespace of index (not table) */
633 RelOptInfo *rel; /* back-link to index's table */
636 BlockNumber pages; /* number of disk pages in index */
637 double tuples; /* number of index tuples in index */
641 int ncolumns; /* number of columns in index */
647 bool *reverse_sort; /* is sort order descending? */
651 Oid relam; /* OID of the access method (in pg_am) */
[all …]
/dports/databases/postgresql10-contrib/postgresql-10.19/src/include/nodes/
H A Drelation.h627 typedef struct IndexOptInfo struct
629 NodeTag type;
631 Oid indexoid; /* OID of the index relation */
632 Oid reltablespace; /* tablespace of index (not table) */
633 RelOptInfo *rel; /* back-link to index's table */
636 BlockNumber pages; /* number of disk pages in index */
637 double tuples; /* number of index tuples in index */
641 int ncolumns; /* number of columns in index */
647 bool *reverse_sort; /* is sort order descending? */
651 Oid relam; /* OID of the access method (in pg_am) */
[all …]
/dports/databases/postgresql10-plpython/postgresql-10.19/src/include/nodes/
H A Drelation.h627 typedef struct IndexOptInfo struct
629 NodeTag type;
631 Oid indexoid; /* OID of the index relation */
632 Oid reltablespace; /* tablespace of index (not table) */
633 RelOptInfo *rel; /* back-link to index's table */
636 BlockNumber pages; /* number of disk pages in index */
637 double tuples; /* number of index tuples in index */
641 int ncolumns; /* number of columns in index */
647 bool *reverse_sort; /* is sort order descending? */
651 Oid relam; /* OID of the access method (in pg_am) */
[all …]
/dports/databases/postgresql10-plperl/postgresql-10.19/src/include/nodes/
H A Drelation.h627 typedef struct IndexOptInfo struct
629 NodeTag type;
631 Oid indexoid; /* OID of the index relation */
632 Oid reltablespace; /* tablespace of index (not table) */
633 RelOptInfo *rel; /* back-link to index's table */
636 BlockNumber pages; /* number of disk pages in index */
637 double tuples; /* number of index tuples in index */
641 int ncolumns; /* number of columns in index */
647 bool *reverse_sort; /* is sort order descending? */
651 Oid relam; /* OID of the access method (in pg_am) */
[all …]
/dports/databases/postgresql10-docs/postgresql-10.19/src/include/nodes/
H A Drelation.h627 typedef struct IndexOptInfo struct
629 NodeTag type;
631 Oid indexoid; /* OID of the index relation */
632 Oid reltablespace; /* tablespace of index (not table) */
633 RelOptInfo *rel; /* back-link to index's table */
636 BlockNumber pages; /* number of disk pages in index */
637 double tuples; /* number of index tuples in index */
641 int ncolumns; /* number of columns in index */
647 bool *reverse_sort; /* is sort order descending? */
651 Oid relam; /* OID of the access method (in pg_am) */
[all …]
/dports/databases/postgresql10-server/postgresql-10.19/src/include/nodes/
H A Drelation.h627 typedef struct IndexOptInfo struct
629 NodeTag type;
631 Oid indexoid; /* OID of the index relation */
632 Oid reltablespace; /* tablespace of index (not table) */
633 RelOptInfo *rel; /* back-link to index's table */
636 BlockNumber pages; /* number of disk pages in index */
637 double tuples; /* number of index tuples in index */
641 int ncolumns; /* number of columns in index */
647 bool *reverse_sort; /* is sort order descending? */
651 Oid relam; /* OID of the access method (in pg_am) */
[all …]
/dports/databases/py-pglast/pglast-1.2/libpg_query/src/postgres/include/nodes/
H A Drelation.h627 typedef struct IndexOptInfo struct
629 NodeTag type;
631 Oid indexoid; /* OID of the index relation */
632 Oid reltablespace; /* tablespace of index (not table) */
633 RelOptInfo *rel; /* back-link to index's table */
636 BlockNumber pages; /* number of disk pages in index */
637 double tuples; /* number of index tuples in index */
641 int ncolumns; /* number of columns in index */
647 bool *reverse_sort; /* is sort order descending? */
651 Oid relam; /* OID of the access method (in pg_am) */
[all …]
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/include/nodes/
H A Dpathnodes.h810 typedef struct IndexOptInfo IndexOptInfo; typedef
814 struct IndexOptInfo struct
816 NodeTag type;
818 Oid indexoid; /* OID of the index relation */
820 RelOptInfo *rel; /* back-link to index's table */
824 double tuples; /* number of index tuples in index */
828 int ncolumns; /* number of columns in index */
829 int nkeycolumns; /* number of key columns in index */
836 bool *reverse_sort; /* is sort order descending? */
855 bool unique; /* true if a unique index */
[all …]
/dports/databases/postgresql13-server/postgresql-13.5/src/include/nodes/
H A Dpathnodes.h810 typedef struct IndexOptInfo IndexOptInfo; typedef
814 struct IndexOptInfo struct
816 NodeTag type;
818 Oid indexoid; /* OID of the index relation */
820 RelOptInfo *rel; /* back-link to index's table */
824 double tuples; /* number of index tuples in index */
828 int ncolumns; /* number of columns in index */
829 int nkeycolumns; /* number of key columns in index */
836 bool *reverse_sort; /* is sort order descending? */
855 bool unique; /* true if a unique index */
[all …]
/dports/databases/postgresql13-client/postgresql-13.5/src/include/nodes/
H A Dpathnodes.h810 typedef struct IndexOptInfo IndexOptInfo; typedef
814 struct IndexOptInfo struct
816 NodeTag type;
818 Oid indexoid; /* OID of the index relation */
820 RelOptInfo *rel; /* back-link to index's table */
824 double tuples; /* number of index tuples in index */
828 int ncolumns; /* number of columns in index */
829 int nkeycolumns; /* number of key columns in index */
836 bool *reverse_sort; /* is sort order descending? */
855 bool unique; /* true if a unique index */
[all …]
/dports/databases/postgresql13-docs/postgresql-13.5/src/include/nodes/
H A Dpathnodes.h810 typedef struct IndexOptInfo IndexOptInfo; typedef
814 struct IndexOptInfo struct
816 NodeTag type;
818 Oid indexoid; /* OID of the index relation */
820 RelOptInfo *rel; /* back-link to index's table */
824 double tuples; /* number of index tuples in index */
828 int ncolumns; /* number of columns in index */
829 int nkeycolumns; /* number of key columns in index */
836 bool *reverse_sort; /* is sort order descending? */
855 bool unique; /* true if a unique index */
[all …]
/dports/databases/postgresql13-plpython/postgresql-13.5/src/include/nodes/
H A Dpathnodes.h810 typedef struct IndexOptInfo IndexOptInfo; typedef
814 struct IndexOptInfo struct
816 NodeTag type;
818 Oid indexoid; /* OID of the index relation */
820 RelOptInfo *rel; /* back-link to index's table */
824 double tuples; /* number of index tuples in index */
828 int ncolumns; /* number of columns in index */
829 int nkeycolumns; /* number of key columns in index */
836 bool *reverse_sort; /* is sort order descending? */
855 bool unique; /* true if a unique index */
[all …]
/dports/databases/postgresql13-plperl/postgresql-13.5/src/include/nodes/
H A Dpathnodes.h810 typedef struct IndexOptInfo IndexOptInfo; typedef
814 struct IndexOptInfo struct
816 NodeTag type;
818 Oid indexoid; /* OID of the index relation */
820 RelOptInfo *rel; /* back-link to index's table */
824 double tuples; /* number of index tuples in index */
828 int ncolumns; /* number of columns in index */
829 int nkeycolumns; /* number of key columns in index */
836 bool *reverse_sort; /* is sort order descending? */
855 bool unique; /* true if a unique index */
[all …]
/dports/databases/postgresql11-client/postgresql-11.14/src/include/nodes/
H A Drelation.h760 typedef struct IndexOptInfo struct
762 NodeTag type;
764 Oid indexoid; /* OID of the index relation */
766 RelOptInfo *rel; /* back-link to index's table */
769 BlockNumber pages; /* number of disk pages in index */
770 double tuples; /* number of index tuples in index */
774 int ncolumns; /* number of columns in index */
775 int nkeycolumns; /* number of key columns in index */
782 bool *reverse_sort; /* is sort order descending? */
786 Oid relam; /* OID of the access method (in pg_am) */
[all …]
/dports/databases/postgresql11-contrib/postgresql-11.14/src/include/nodes/
H A Drelation.h760 typedef struct IndexOptInfo struct
762 NodeTag type;
764 Oid indexoid; /* OID of the index relation */
766 RelOptInfo *rel; /* back-link to index's table */
769 BlockNumber pages; /* number of disk pages in index */
770 double tuples; /* number of index tuples in index */
774 int ncolumns; /* number of columns in index */
775 int nkeycolumns; /* number of key columns in index */
782 bool *reverse_sort; /* is sort order descending? */
786 Oid relam; /* OID of the access method (in pg_am) */
[all …]
/dports/databases/postgresql11-plperl/postgresql-11.14/src/include/nodes/
H A Drelation.h760 typedef struct IndexOptInfo struct
762 NodeTag type;
764 Oid indexoid; /* OID of the index relation */
766 RelOptInfo *rel; /* back-link to index's table */
769 BlockNumber pages; /* number of disk pages in index */
770 double tuples; /* number of index tuples in index */
774 int ncolumns; /* number of columns in index */
775 int nkeycolumns; /* number of key columns in index */
782 bool *reverse_sort; /* is sort order descending? */
786 Oid relam; /* OID of the access method (in pg_am) */
[all …]
/dports/databases/postgresql11-docs/postgresql-11.14/src/include/nodes/
H A Drelation.h760 typedef struct IndexOptInfo struct
762 NodeTag type;
764 Oid indexoid; /* OID of the index relation */
766 RelOptInfo *rel; /* back-link to index's table */
769 BlockNumber pages; /* number of disk pages in index */
770 double tuples; /* number of index tuples in index */
774 int ncolumns; /* number of columns in index */
775 int nkeycolumns; /* number of key columns in index */
782 bool *reverse_sort; /* is sort order descending? */
786 Oid relam; /* OID of the access method (in pg_am) */
[all …]

123