Home
last modified time | relevance | path

Searched refs:toastIndexOid (Results 1 – 25 of 84) sorted by relevance

1234

/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/catalog/
H A Dtoasting.c41 static bool create_toast_table(Relation rel, Oid toastOid, Oid toastIndexOid,
95 BootstrapToastTable(char *relName, Oid toastOid, Oid toastIndexOid) in BootstrapToastTable() argument
109 if (!create_toast_table(rel, toastOid, toastIndexOid, (Datum) 0, in BootstrapToastTable()
126 create_toast_table(Relation rel, Oid toastOid, Oid toastIndexOid, in create_toast_table() argument
328 index_create(toast_rel, toast_idxname, toastIndexOid, InvalidOid, in create_toast_table()
/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/catalog/
H A Dtoasting.c41 static bool create_toast_table(Relation rel, Oid toastOid, Oid toastIndexOid,
95 BootstrapToastTable(char *relName, Oid toastOid, Oid toastIndexOid) in BootstrapToastTable() argument
109 if (!create_toast_table(rel, toastOid, toastIndexOid, (Datum) 0, in BootstrapToastTable()
126 create_toast_table(Relation rel, Oid toastOid, Oid toastIndexOid, in create_toast_table() argument
328 index_create(toast_rel, toast_idxname, toastIndexOid, InvalidOid, in create_toast_table()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/catalog/
H A Dtoasting.c41 static bool create_toast_table(Relation rel, Oid toastOid, Oid toastIndexOid,
95 BootstrapToastTable(char *relName, Oid toastOid, Oid toastIndexOid) in BootstrapToastTable() argument
109 if (!create_toast_table(rel, toastOid, toastIndexOid, (Datum) 0, in BootstrapToastTable()
126 create_toast_table(Relation rel, Oid toastOid, Oid toastIndexOid, in create_toast_table() argument
328 index_create(toast_rel, toast_idxname, toastIndexOid, InvalidOid, in create_toast_table()
/dports/databases/postgresql12-contrib/postgresql-12.9/src/backend/catalog/
H A Dtoasting.c43 static bool create_toast_table(Relation rel, Oid toastOid, Oid toastIndexOid,
102 BootstrapToastTable(char *relName, Oid toastOid, Oid toastIndexOid)
116 if (!create_toast_table(rel, toastOid, toastIndexOid, (Datum) 0,
133 create_toast_table(Relation rel, Oid toastOid, Oid toastIndexOid,
332 index_create(toast_rel, toast_idxname, toastIndexOid, InvalidOid,
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/catalog/
H A Dtoasting.c43 static bool create_toast_table(Relation rel, Oid toastOid, Oid toastIndexOid,
102 BootstrapToastTable(char *relName, Oid toastOid, Oid toastIndexOid) in BootstrapToastTable() argument
116 if (!create_toast_table(rel, toastOid, toastIndexOid, (Datum) 0, in BootstrapToastTable()
133 create_toast_table(Relation rel, Oid toastOid, Oid toastIndexOid, in create_toast_table() argument
332 index_create(toast_rel, toast_idxname, toastIndexOid, InvalidOid, in create_toast_table()
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/catalog/
H A Dtoasting.c41 static bool create_toast_table(Relation rel, Oid toastOid, Oid toastIndexOid,
100 BootstrapToastTable(char *relName, Oid toastOid, Oid toastIndexOid) in BootstrapToastTable() argument
114 if (!create_toast_table(rel, toastOid, toastIndexOid, (Datum) 0, in BootstrapToastTable()
131 create_toast_table(Relation rel, Oid toastOid, Oid toastIndexOid, in create_toast_table() argument
323 index_create(toast_rel, toast_idxname, toastIndexOid, InvalidOid, in create_toast_table()
/dports/databases/postgresql96-client/postgresql-9.6.24/src/backend/catalog/
H A Dtoasting.c41 static bool create_toast_table(Relation rel, Oid toastOid, Oid toastIndexOid,
95 BootstrapToastTable(char *relName, Oid toastOid, Oid toastIndexOid) in BootstrapToastTable() argument
109 if (!create_toast_table(rel, toastOid, toastIndexOid, (Datum) 0, in BootstrapToastTable()
126 create_toast_table(Relation rel, Oid toastOid, Oid toastIndexOid, in create_toast_table() argument
328 index_create(toast_rel, toast_idxname, toastIndexOid, InvalidOid, in create_toast_table()
/dports/databases/postgresql14-plperl/postgresql-14.1/src/backend/catalog/
H A Dtoasting.c41 static bool create_toast_table(Relation rel, Oid toastOid, Oid toastIndexOid,
100 BootstrapToastTable(char *relName, Oid toastOid, Oid toastIndexOid) in BootstrapToastTable() argument
114 if (!create_toast_table(rel, toastOid, toastIndexOid, (Datum) 0, in BootstrapToastTable()
131 create_toast_table(Relation rel, Oid toastOid, Oid toastIndexOid, in create_toast_table() argument
323 index_create(toast_rel, toast_idxname, toastIndexOid, InvalidOid, in create_toast_table()
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/catalog/
H A Dtoasting.c41 static bool create_toast_table(Relation rel, Oid toastOid, Oid toastIndexOid,
100 BootstrapToastTable(char *relName, Oid toastOid, Oid toastIndexOid) in BootstrapToastTable() argument
114 if (!create_toast_table(rel, toastOid, toastIndexOid, (Datum) 0, in BootstrapToastTable()
131 create_toast_table(Relation rel, Oid toastOid, Oid toastIndexOid, in create_toast_table() argument
323 index_create(toast_rel, toast_idxname, toastIndexOid, InvalidOid, in create_toast_table()
/dports/databases/postgresql14-plpython/postgresql-14.1/src/backend/catalog/
H A Dtoasting.c41 static bool create_toast_table(Relation rel, Oid toastOid, Oid toastIndexOid,
100 BootstrapToastTable(char *relName, Oid toastOid, Oid toastIndexOid) in BootstrapToastTable() argument
114 if (!create_toast_table(rel, toastOid, toastIndexOid, (Datum) 0, in BootstrapToastTable()
131 create_toast_table(Relation rel, Oid toastOid, Oid toastIndexOid, in create_toast_table() argument
323 index_create(toast_rel, toast_idxname, toastIndexOid, InvalidOid, in create_toast_table()
/dports/databases/postgresql14-client/postgresql-14.1/src/backend/catalog/
H A Dtoasting.c41 static bool create_toast_table(Relation rel, Oid toastOid, Oid toastIndexOid,
100 BootstrapToastTable(char *relName, Oid toastOid, Oid toastIndexOid) in BootstrapToastTable() argument
114 if (!create_toast_table(rel, toastOid, toastIndexOid, (Datum) 0, in BootstrapToastTable()
131 create_toast_table(Relation rel, Oid toastOid, Oid toastIndexOid, in create_toast_table() argument
323 index_create(toast_rel, toast_idxname, toastIndexOid, InvalidOid, in create_toast_table()
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/backend/catalog/
H A Dtoasting.c43 static bool create_toast_table(Relation rel, Oid toastOid, Oid toastIndexOid,
102 BootstrapToastTable(char *relName, Oid toastOid, Oid toastIndexOid) in BootstrapToastTable() argument
116 if (!create_toast_table(rel, toastOid, toastIndexOid, (Datum) 0, in BootstrapToastTable()
133 create_toast_table(Relation rel, Oid toastOid, Oid toastIndexOid, in create_toast_table() argument
333 index_create(toast_rel, toast_idxname, toastIndexOid, InvalidOid, in create_toast_table()
/dports/databases/postgresql13-server/postgresql-13.5/src/backend/catalog/
H A Dtoasting.c43 static bool create_toast_table(Relation rel, Oid toastOid, Oid toastIndexOid,
102 BootstrapToastTable(char *relName, Oid toastOid, Oid toastIndexOid) in BootstrapToastTable() argument
116 if (!create_toast_table(rel, toastOid, toastIndexOid, (Datum) 0, in BootstrapToastTable()
133 create_toast_table(Relation rel, Oid toastOid, Oid toastIndexOid, in create_toast_table() argument
333 index_create(toast_rel, toast_idxname, toastIndexOid, InvalidOid, in create_toast_table()
/dports/databases/postgresql14-docs/postgresql-14.1/src/backend/catalog/
H A Dtoasting.c41 static bool create_toast_table(Relation rel, Oid toastOid, Oid toastIndexOid,
100 BootstrapToastTable(char *relName, Oid toastOid, Oid toastIndexOid) in BootstrapToastTable() argument
114 if (!create_toast_table(rel, toastOid, toastIndexOid, (Datum) 0, in BootstrapToastTable()
131 create_toast_table(Relation rel, Oid toastOid, Oid toastIndexOid, in create_toast_table() argument
323 index_create(toast_rel, toast_idxname, toastIndexOid, InvalidOid, in create_toast_table()
/dports/databases/postgresql14-contrib/postgresql-14.1/src/backend/catalog/
H A Dtoasting.c41 static bool create_toast_table(Relation rel, Oid toastOid, Oid toastIndexOid,
100 BootstrapToastTable(char *relName, Oid toastOid, Oid toastIndexOid) in BootstrapToastTable() argument
114 if (!create_toast_table(rel, toastOid, toastIndexOid, (Datum) 0, in BootstrapToastTable()
131 create_toast_table(Relation rel, Oid toastOid, Oid toastIndexOid, in create_toast_table() argument
323 index_create(toast_rel, toast_idxname, toastIndexOid, InvalidOid, in create_toast_table()
/dports/databases/postgresql12-server/postgresql-12.9/src/backend/catalog/
H A Dtoasting.c43 static bool create_toast_table(Relation rel, Oid toastOid, Oid toastIndexOid,
102 BootstrapToastTable(char *relName, Oid toastOid, Oid toastIndexOid)
116 if (!create_toast_table(rel, toastOid, toastIndexOid, (Datum) 0,
133 create_toast_table(Relation rel, Oid toastOid, Oid toastIndexOid,
332 index_create(toast_rel, toast_idxname, toastIndexOid, InvalidOid,
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/backend/catalog/
H A Dtoasting.c41 static bool create_toast_table(Relation rel, Oid toastOid, Oid toastIndexOid,
95 BootstrapToastTable(char *relName, Oid toastOid, Oid toastIndexOid) in BootstrapToastTable() argument
109 if (!create_toast_table(rel, toastOid, toastIndexOid, (Datum) 0, in BootstrapToastTable()
126 create_toast_table(Relation rel, Oid toastOid, Oid toastIndexOid, in create_toast_table() argument
328 index_create(toast_rel, toast_idxname, toastIndexOid, InvalidOid, in create_toast_table()
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/backend/catalog/
H A Dtoasting.c41 static bool create_toast_table(Relation rel, Oid toastOid, Oid toastIndexOid,
95 BootstrapToastTable(char *relName, Oid toastOid, Oid toastIndexOid) in BootstrapToastTable() argument
109 if (!create_toast_table(rel, toastOid, toastIndexOid, (Datum) 0, in BootstrapToastTable()
126 create_toast_table(Relation rel, Oid toastOid, Oid toastIndexOid, in create_toast_table() argument
328 index_create(toast_rel, toast_idxname, toastIndexOid, InvalidOid, in create_toast_table()
/dports/databases/postgresql13-docs/postgresql-13.5/src/backend/catalog/
H A Dtoasting.c43 static bool create_toast_table(Relation rel, Oid toastOid, Oid toastIndexOid,
102 BootstrapToastTable(char *relName, Oid toastOid, Oid toastIndexOid) in BootstrapToastTable() argument
116 if (!create_toast_table(rel, toastOid, toastIndexOid, (Datum) 0, in BootstrapToastTable()
133 create_toast_table(Relation rel, Oid toastOid, Oid toastIndexOid, in create_toast_table() argument
333 index_create(toast_rel, toast_idxname, toastIndexOid, InvalidOid, in create_toast_table()
/dports/databases/postgresql13-client/postgresql-13.5/src/backend/catalog/
H A Dtoasting.c43 static bool create_toast_table(Relation rel, Oid toastOid, Oid toastIndexOid,
102 BootstrapToastTable(char *relName, Oid toastOid, Oid toastIndexOid) in BootstrapToastTable() argument
116 if (!create_toast_table(rel, toastOid, toastIndexOid, (Datum) 0, in BootstrapToastTable()
133 create_toast_table(Relation rel, Oid toastOid, Oid toastIndexOid, in create_toast_table() argument
333 index_create(toast_rel, toast_idxname, toastIndexOid, InvalidOid, in create_toast_table()
/dports/databases/postgresql13-contrib/postgresql-13.5/src/backend/catalog/
H A Dtoasting.c43 static bool create_toast_table(Relation rel, Oid toastOid, Oid toastIndexOid,
102 BootstrapToastTable(char *relName, Oid toastOid, Oid toastIndexOid)
116 if (!create_toast_table(rel, toastOid, toastIndexOid, (Datum) 0,
133 create_toast_table(Relation rel, Oid toastOid, Oid toastIndexOid,
333 index_create(toast_rel, toast_idxname, toastIndexOid, InvalidOid,
/dports/databases/postgresql12-plpython/postgresql-12.9/src/backend/catalog/
H A Dtoasting.c43 static bool create_toast_table(Relation rel, Oid toastOid, Oid toastIndexOid,
102 BootstrapToastTable(char *relName, Oid toastOid, Oid toastIndexOid)
116 if (!create_toast_table(rel, toastOid, toastIndexOid, (Datum) 0,
133 create_toast_table(Relation rel, Oid toastOid, Oid toastIndexOid,
332 index_create(toast_rel, toast_idxname, toastIndexOid, InvalidOid,
/dports/databases/postgresql12-plperl/postgresql-12.9/src/backend/catalog/
H A Dtoasting.c43 static bool create_toast_table(Relation rel, Oid toastOid, Oid toastIndexOid,
102 BootstrapToastTable(char *relName, Oid toastOid, Oid toastIndexOid) in BootstrapToastTable() argument
116 if (!create_toast_table(rel, toastOid, toastIndexOid, (Datum) 0, in BootstrapToastTable()
133 create_toast_table(Relation rel, Oid toastOid, Oid toastIndexOid, in create_toast_table() argument
332 index_create(toast_rel, toast_idxname, toastIndexOid, InvalidOid, in create_toast_table()
/dports/databases/postgresql12-docs/postgresql-12.9/src/backend/catalog/
H A Dtoasting.c43 static bool create_toast_table(Relation rel, Oid toastOid, Oid toastIndexOid,
102 BootstrapToastTable(char *relName, Oid toastOid, Oid toastIndexOid) in BootstrapToastTable() argument
116 if (!create_toast_table(rel, toastOid, toastIndexOid, (Datum) 0, in BootstrapToastTable()
133 create_toast_table(Relation rel, Oid toastOid, Oid toastIndexOid, in create_toast_table() argument
332 index_create(toast_rel, toast_idxname, toastIndexOid, InvalidOid, in create_toast_table()
/dports/databases/postgresql12-pltcl/postgresql-12.9/src/backend/catalog/
H A Dtoasting.c43 static bool create_toast_table(Relation rel, Oid toastOid, Oid toastIndexOid,
102 BootstrapToastTable(char *relName, Oid toastOid, Oid toastIndexOid) in BootstrapToastTable() argument
116 if (!create_toast_table(rel, toastOid, toastIndexOid, (Datum) 0, in BootstrapToastTable()
133 create_toast_table(Relation rel, Oid toastOid, Oid toastIndexOid, in create_toast_table() argument
332 index_create(toast_rel, toast_idxname, toastIndexOid, InvalidOid, in create_toast_table()

1234