Home
last modified time | relevance | path

Searched refs:newtup (Results 1 – 25 of 1582) sorted by relevance

12345678910>>...64

/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/commands/
H A Dseclabel.c258 HeapTuple newtup = NULL; in SetSharedSecurityLabel() local
307 if (newtup == NULL && label != NULL) in SetSharedSecurityLabel()
311 simple_heap_insert(pg_shseclabel, newtup); in SetSharedSecurityLabel()
315 if (newtup != NULL) in SetSharedSecurityLabel()
318 heap_freetuple(newtup); in SetSharedSecurityLabel()
337 HeapTuple newtup = NULL; in SetSecurityLabel() local
398 if (newtup == NULL && label != NULL) in SetSecurityLabel()
402 simple_heap_insert(pg_seclabel, newtup); in SetSecurityLabel()
406 if (newtup != NULL) in SetSecurityLabel()
408 CatalogUpdateIndexes(pg_seclabel, newtup); in SetSecurityLabel()
[all …]
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/commands/
H A Dseclabel.c258 HeapTuple newtup = NULL; in SetSharedSecurityLabel() local
307 if (newtup == NULL && label != NULL) in SetSharedSecurityLabel()
311 simple_heap_insert(pg_shseclabel, newtup); in SetSharedSecurityLabel()
315 if (newtup != NULL) in SetSharedSecurityLabel()
318 heap_freetuple(newtup); in SetSharedSecurityLabel()
337 HeapTuple newtup = NULL; in SetSecurityLabel() local
398 if (newtup == NULL && label != NULL) in SetSecurityLabel()
402 simple_heap_insert(pg_seclabel, newtup); in SetSecurityLabel()
406 if (newtup != NULL) in SetSecurityLabel()
408 CatalogUpdateIndexes(pg_seclabel, newtup); in SetSecurityLabel()
[all …]
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/commands/
H A Dseclabel.c258 HeapTuple newtup = NULL; in SetSharedSecurityLabel() local
307 if (newtup == NULL && label != NULL) in SetSharedSecurityLabel()
311 simple_heap_insert(pg_shseclabel, newtup); in SetSharedSecurityLabel()
315 if (newtup != NULL) in SetSharedSecurityLabel()
318 heap_freetuple(newtup); in SetSharedSecurityLabel()
337 HeapTuple newtup = NULL; in SetSecurityLabel() local
398 if (newtup == NULL && label != NULL) in SetSecurityLabel()
402 simple_heap_insert(pg_seclabel, newtup); in SetSecurityLabel()
406 if (newtup != NULL) in SetSecurityLabel()
408 CatalogUpdateIndexes(pg_seclabel, newtup); in SetSecurityLabel()
[all …]
/dports/databases/postgresql96-client/postgresql-9.6.24/src/backend/commands/
H A Dseclabel.c258 HeapTuple newtup = NULL; in SetSharedSecurityLabel() local
307 if (newtup == NULL && label != NULL) in SetSharedSecurityLabel()
311 simple_heap_insert(pg_shseclabel, newtup); in SetSharedSecurityLabel()
315 if (newtup != NULL) in SetSharedSecurityLabel()
318 heap_freetuple(newtup); in SetSharedSecurityLabel()
337 HeapTuple newtup = NULL; in SetSecurityLabel() local
398 if (newtup == NULL && label != NULL) in SetSecurityLabel()
402 simple_heap_insert(pg_seclabel, newtup); in SetSecurityLabel()
406 if (newtup != NULL) in SetSecurityLabel()
408 CatalogUpdateIndexes(pg_seclabel, newtup); in SetSecurityLabel()
[all …]
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/backend/commands/
H A Dseclabel.c258 HeapTuple newtup = NULL; in SetSharedSecurityLabel() local
307 if (newtup == NULL && label != NULL) in SetSharedSecurityLabel()
311 simple_heap_insert(pg_shseclabel, newtup); in SetSharedSecurityLabel()
315 if (newtup != NULL) in SetSharedSecurityLabel()
318 heap_freetuple(newtup); in SetSharedSecurityLabel()
337 HeapTuple newtup = NULL; in SetSecurityLabel() local
398 if (newtup == NULL && label != NULL) in SetSecurityLabel()
402 simple_heap_insert(pg_seclabel, newtup); in SetSecurityLabel()
406 if (newtup != NULL) in SetSecurityLabel()
408 CatalogUpdateIndexes(pg_seclabel, newtup); in SetSecurityLabel()
[all …]
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/backend/commands/
H A Dseclabel.c258 HeapTuple newtup = NULL; in SetSharedSecurityLabel() local
307 if (newtup == NULL && label != NULL) in SetSharedSecurityLabel()
311 simple_heap_insert(pg_shseclabel, newtup); in SetSharedSecurityLabel()
315 if (newtup != NULL) in SetSharedSecurityLabel()
318 heap_freetuple(newtup); in SetSharedSecurityLabel()
337 HeapTuple newtup = NULL; in SetSecurityLabel() local
398 if (newtup == NULL && label != NULL) in SetSecurityLabel()
402 simple_heap_insert(pg_seclabel, newtup); in SetSecurityLabel()
406 if (newtup != NULL) in SetSecurityLabel()
408 CatalogUpdateIndexes(pg_seclabel, newtup); in SetSecurityLabel()
[all …]
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/backend/commands/
H A Dseclabel.c258 HeapTuple newtup = NULL; in SetSharedSecurityLabel() local
307 if (newtup == NULL && label != NULL) in SetSharedSecurityLabel()
311 simple_heap_insert(pg_shseclabel, newtup); in SetSharedSecurityLabel()
315 if (newtup != NULL) in SetSharedSecurityLabel()
318 heap_freetuple(newtup); in SetSharedSecurityLabel()
337 HeapTuple newtup = NULL; in SetSecurityLabel() local
398 if (newtup == NULL && label != NULL) in SetSecurityLabel()
402 simple_heap_insert(pg_seclabel, newtup); in SetSecurityLabel()
406 if (newtup != NULL) in SetSecurityLabel()
408 CatalogUpdateIndexes(pg_seclabel, newtup); in SetSecurityLabel()
[all …]
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/commands/
H A Dseclabel.c259 HeapTuple newtup = NULL; in SetSharedSecurityLabel() local
308 if (newtup == NULL && label != NULL) in SetSharedSecurityLabel()
312 CatalogTupleInsert(pg_shseclabel, newtup); in SetSharedSecurityLabel()
315 if (newtup != NULL) in SetSharedSecurityLabel()
316 heap_freetuple(newtup); in SetSharedSecurityLabel()
334 HeapTuple newtup = NULL; in SetSecurityLabel() local
395 if (newtup == NULL && label != NULL) in SetSecurityLabel()
397 newtup = heap_form_tuple(RelationGetDescr(pg_seclabel), in SetSecurityLabel()
399 CatalogTupleInsert(pg_seclabel, newtup); in SetSecurityLabel()
403 if (newtup != NULL) in SetSecurityLabel()
[all …]
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/commands/
H A Dseclabel.c259 HeapTuple newtup = NULL; in SetSharedSecurityLabel() local
308 if (newtup == NULL && label != NULL) in SetSharedSecurityLabel()
312 CatalogTupleInsert(pg_shseclabel, newtup); in SetSharedSecurityLabel()
315 if (newtup != NULL) in SetSharedSecurityLabel()
316 heap_freetuple(newtup); in SetSharedSecurityLabel()
334 HeapTuple newtup = NULL; in SetSecurityLabel() local
395 if (newtup == NULL && label != NULL) in SetSecurityLabel()
397 newtup = heap_form_tuple(RelationGetDescr(pg_seclabel), in SetSecurityLabel()
399 CatalogTupleInsert(pg_seclabel, newtup); in SetSecurityLabel()
403 if (newtup != NULL) in SetSecurityLabel()
[all …]
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/commands/
H A Dseclabel.c259 HeapTuple newtup = NULL; in SetSharedSecurityLabel() local
308 if (newtup == NULL && label != NULL) in SetSharedSecurityLabel()
312 CatalogTupleInsert(pg_shseclabel, newtup); in SetSharedSecurityLabel()
315 if (newtup != NULL) in SetSharedSecurityLabel()
316 heap_freetuple(newtup); in SetSharedSecurityLabel()
334 HeapTuple newtup = NULL; in SetSecurityLabel() local
395 if (newtup == NULL && label != NULL) in SetSecurityLabel()
397 newtup = heap_form_tuple(RelationGetDescr(pg_seclabel), in SetSecurityLabel()
399 CatalogTupleInsert(pg_seclabel, newtup); in SetSecurityLabel()
403 if (newtup != NULL) in SetSecurityLabel()
[all …]
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/commands/
H A Dseclabel.c259 HeapTuple newtup = NULL; in SetSharedSecurityLabel() local
308 if (newtup == NULL && label != NULL) in SetSharedSecurityLabel()
312 CatalogTupleInsert(pg_shseclabel, newtup); in SetSharedSecurityLabel()
315 if (newtup != NULL) in SetSharedSecurityLabel()
316 heap_freetuple(newtup); in SetSharedSecurityLabel()
334 HeapTuple newtup = NULL; in SetSecurityLabel() local
395 if (newtup == NULL && label != NULL) in SetSecurityLabel()
397 newtup = heap_form_tuple(RelationGetDescr(pg_seclabel), in SetSecurityLabel()
399 CatalogTupleInsert(pg_seclabel, newtup); in SetSecurityLabel()
403 if (newtup != NULL) in SetSecurityLabel()
[all …]
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/commands/
H A Dseclabel.c259 HeapTuple newtup = NULL; in SetSharedSecurityLabel() local
308 if (newtup == NULL && label != NULL) in SetSharedSecurityLabel()
312 CatalogTupleInsert(pg_shseclabel, newtup); in SetSharedSecurityLabel()
315 if (newtup != NULL) in SetSharedSecurityLabel()
316 heap_freetuple(newtup); in SetSharedSecurityLabel()
334 HeapTuple newtup = NULL; in SetSecurityLabel() local
395 if (newtup == NULL && label != NULL) in SetSecurityLabel()
397 newtup = heap_form_tuple(RelationGetDescr(pg_seclabel), in SetSecurityLabel()
399 CatalogTupleInsert(pg_seclabel, newtup); in SetSecurityLabel()
403 if (newtup != NULL) in SetSecurityLabel()
[all …]
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/commands/
H A Dseclabel.c259 HeapTuple newtup = NULL; in SetSharedSecurityLabel() local
308 if (newtup == NULL && label != NULL) in SetSharedSecurityLabel()
312 CatalogTupleInsert(pg_shseclabel, newtup); in SetSharedSecurityLabel()
315 if (newtup != NULL) in SetSharedSecurityLabel()
316 heap_freetuple(newtup); in SetSharedSecurityLabel()
334 HeapTuple newtup = NULL; in SetSecurityLabel() local
395 if (newtup == NULL && label != NULL) in SetSecurityLabel()
397 newtup = heap_form_tuple(RelationGetDescr(pg_seclabel), in SetSecurityLabel()
399 CatalogTupleInsert(pg_seclabel, newtup); in SetSecurityLabel()
403 if (newtup != NULL) in SetSecurityLabel()
[all …]
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/commands/
H A Dseclabel.c259 HeapTuple newtup = NULL; in SetSharedSecurityLabel() local
308 if (newtup == NULL && label != NULL) in SetSharedSecurityLabel()
312 CatalogTupleInsert(pg_shseclabel, newtup); in SetSharedSecurityLabel()
315 if (newtup != NULL) in SetSharedSecurityLabel()
316 heap_freetuple(newtup); in SetSharedSecurityLabel()
334 HeapTuple newtup = NULL; in SetSecurityLabel() local
395 if (newtup == NULL && label != NULL) in SetSecurityLabel()
397 newtup = heap_form_tuple(RelationGetDescr(pg_seclabel), in SetSecurityLabel()
399 CatalogTupleInsert(pg_seclabel, newtup); in SetSecurityLabel()
403 if (newtup != NULL) in SetSecurityLabel()
[all …]
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/commands/
H A Dseclabel.c259 HeapTuple newtup = NULL; in SetSharedSecurityLabel() local
308 if (newtup == NULL && label != NULL) in SetSharedSecurityLabel()
312 CatalogTupleInsert(pg_shseclabel, newtup); in SetSharedSecurityLabel()
315 if (newtup != NULL) in SetSharedSecurityLabel()
316 heap_freetuple(newtup); in SetSharedSecurityLabel()
334 HeapTuple newtup = NULL; in SetSecurityLabel() local
395 if (newtup == NULL && label != NULL) in SetSecurityLabel()
397 newtup = heap_form_tuple(RelationGetDescr(pg_seclabel), in SetSecurityLabel()
399 CatalogTupleInsert(pg_seclabel, newtup); in SetSecurityLabel()
403 if (newtup != NULL) in SetSecurityLabel()
[all …]
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/commands/
H A Dseclabel.c259 HeapTuple newtup = NULL; in SetSharedSecurityLabel() local
308 if (newtup == NULL && label != NULL) in SetSharedSecurityLabel()
312 CatalogTupleInsert(pg_shseclabel, newtup); in SetSharedSecurityLabel()
315 if (newtup != NULL) in SetSharedSecurityLabel()
316 heap_freetuple(newtup); in SetSharedSecurityLabel()
334 HeapTuple newtup = NULL; in SetSecurityLabel() local
395 if (newtup == NULL && label != NULL) in SetSecurityLabel()
397 newtup = heap_form_tuple(RelationGetDescr(pg_seclabel), in SetSecurityLabel()
399 CatalogTupleInsert(pg_seclabel, newtup); in SetSecurityLabel()
403 if (newtup != NULL) in SetSecurityLabel()
[all …]
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/commands/
H A Dseclabel.c259 HeapTuple newtup = NULL; in SetSharedSecurityLabel() local
308 if (newtup == NULL && label != NULL) in SetSharedSecurityLabel()
312 CatalogTupleInsert(pg_shseclabel, newtup); in SetSharedSecurityLabel()
315 if (newtup != NULL) in SetSharedSecurityLabel()
316 heap_freetuple(newtup); in SetSharedSecurityLabel()
334 HeapTuple newtup = NULL; in SetSecurityLabel() local
395 if (newtup == NULL && label != NULL) in SetSecurityLabel()
397 newtup = heap_form_tuple(RelationGetDescr(pg_seclabel), in SetSecurityLabel()
399 CatalogTupleInsert(pg_seclabel, newtup); in SetSecurityLabel()
403 if (newtup != NULL) in SetSecurityLabel()
[all …]
/dports/databases/postgresql11-server/postgresql-11.14/src/backend/commands/
H A Dseclabel.c259 HeapTuple newtup = NULL; in SetSharedSecurityLabel() local
308 if (newtup == NULL && label != NULL) in SetSharedSecurityLabel()
312 CatalogTupleInsert(pg_shseclabel, newtup); in SetSharedSecurityLabel()
315 if (newtup != NULL) in SetSharedSecurityLabel()
316 heap_freetuple(newtup); in SetSharedSecurityLabel()
334 HeapTuple newtup = NULL; in SetSecurityLabel() local
395 if (newtup == NULL && label != NULL) in SetSecurityLabel()
397 newtup = heap_form_tuple(RelationGetDescr(pg_seclabel), in SetSecurityLabel()
399 CatalogTupleInsert(pg_seclabel, newtup); in SetSecurityLabel()
403 if (newtup != NULL) in SetSecurityLabel()
[all …]
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/commands/
H A Dseclabel.c259 HeapTuple newtup = NULL;
308 if (newtup == NULL && label != NULL)
312 CatalogTupleInsert(pg_shseclabel, newtup);
315 if (newtup != NULL)
316 heap_freetuple(newtup);
334 HeapTuple newtup = NULL;
395 if (newtup == NULL && label != NULL)
397 newtup = heap_form_tuple(RelationGetDescr(pg_seclabel),
399 CatalogTupleInsert(pg_seclabel, newtup);
403 if (newtup != NULL)
[all …]
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/commands/
H A Dseclabel.c259 HeapTuple newtup = NULL; in SetSharedSecurityLabel() local
308 if (newtup == NULL && label != NULL) in SetSharedSecurityLabel()
312 CatalogTupleInsert(pg_shseclabel, newtup); in SetSharedSecurityLabel()
315 if (newtup != NULL) in SetSharedSecurityLabel()
316 heap_freetuple(newtup); in SetSharedSecurityLabel()
334 HeapTuple newtup = NULL; in SetSecurityLabel() local
395 if (newtup == NULL && label != NULL) in SetSecurityLabel()
397 newtup = heap_form_tuple(RelationGetDescr(pg_seclabel), in SetSecurityLabel()
399 CatalogTupleInsert(pg_seclabel, newtup); in SetSecurityLabel()
403 if (newtup != NULL) in SetSecurityLabel()
[all …]
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/backend/commands/
H A Dseclabel.c259 HeapTuple newtup = NULL; in SetSharedSecurityLabel() local
308 if (newtup == NULL && label != NULL) in SetSharedSecurityLabel()
312 CatalogTupleInsert(pg_shseclabel, newtup); in SetSharedSecurityLabel()
315 if (newtup != NULL) in SetSharedSecurityLabel()
316 heap_freetuple(newtup); in SetSharedSecurityLabel()
334 HeapTuple newtup = NULL; in SetSecurityLabel() local
395 if (newtup == NULL && label != NULL) in SetSecurityLabel()
397 newtup = heap_form_tuple(RelationGetDescr(pg_seclabel), in SetSecurityLabel()
399 CatalogTupleInsert(pg_seclabel, newtup); in SetSecurityLabel()
403 if (newtup != NULL) in SetSecurityLabel()
[all …]
/dports/databases/postgresql13-server/postgresql-13.5/src/backend/commands/
H A Dseclabel.c259 HeapTuple newtup = NULL; in SetSharedSecurityLabel() local
308 if (newtup == NULL && label != NULL) in SetSharedSecurityLabel()
312 CatalogTupleInsert(pg_shseclabel, newtup); in SetSharedSecurityLabel()
315 if (newtup != NULL) in SetSharedSecurityLabel()
316 heap_freetuple(newtup); in SetSharedSecurityLabel()
334 HeapTuple newtup = NULL; in SetSecurityLabel() local
395 if (newtup == NULL && label != NULL) in SetSecurityLabel()
397 newtup = heap_form_tuple(RelationGetDescr(pg_seclabel), in SetSecurityLabel()
399 CatalogTupleInsert(pg_seclabel, newtup); in SetSecurityLabel()
403 if (newtup != NULL) in SetSecurityLabel()
[all …]
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/backend/commands/
H A Dseclabel.c259 HeapTuple newtup = NULL; in SetSharedSecurityLabel() local
308 if (newtup == NULL && label != NULL) in SetSharedSecurityLabel()
312 CatalogTupleInsert(pg_shseclabel, newtup); in SetSharedSecurityLabel()
315 if (newtup != NULL) in SetSharedSecurityLabel()
316 heap_freetuple(newtup); in SetSharedSecurityLabel()
334 HeapTuple newtup = NULL; in SetSecurityLabel() local
395 if (newtup == NULL && label != NULL) in SetSecurityLabel()
397 newtup = heap_form_tuple(RelationGetDescr(pg_seclabel), in SetSecurityLabel()
399 CatalogTupleInsert(pg_seclabel, newtup); in SetSecurityLabel()
403 if (newtup != NULL) in SetSecurityLabel()
[all …]
/dports/databases/postgresql12-server/postgresql-12.9/src/backend/commands/
H A Dseclabel.c259 HeapTuple newtup = NULL;
308 if (newtup == NULL && label != NULL)
312 CatalogTupleInsert(pg_shseclabel, newtup);
315 if (newtup != NULL)
316 heap_freetuple(newtup);
334 HeapTuple newtup = NULL;
395 if (newtup == NULL && label != NULL)
397 newtup = heap_form_tuple(RelationGetDescr(pg_seclabel),
399 CatalogTupleInsert(pg_seclabel, newtup);
403 if (newtup != NULL)
[all …]
/dports/databases/postgresql13-docs/postgresql-13.5/src/backend/commands/
H A Dseclabel.c259 HeapTuple newtup = NULL;
308 if (newtup == NULL && label != NULL)
312 CatalogTupleInsert(pg_shseclabel, newtup);
315 if (newtup != NULL)
316 heap_freetuple(newtup);
334 HeapTuple newtup = NULL;
395 if (newtup == NULL && label != NULL)
397 newtup = heap_form_tuple(RelationGetDescr(pg_seclabel),
399 CatalogTupleInsert(pg_seclabel, newtup);
403 if (newtup != NULL)
[all …]

12345678910>>...64