Home
last modified time | relevance | path

Searched refs:recheckIndexes (Results 1 – 25 of 213) sorted by relevance

123456789

/dports/databases/pglogical/pglogical-REL2_4_0/
H A Dpglogical_apply_heap.c125 List *recheckIndexes = NIL; in UserTableUpdateOpenIndexes() local
147 if (recheckIndexes != NIL) in UserTableUpdateOpenIndexes()
158 foreach (lc, recheckIndexes) in UserTableUpdateOpenIndexes()
178 list_free(recheckIndexes); in UserTableUpdateOpenIndexes()
181 return recheckIndexes; in UserTableUpdateOpenIndexes()
322 List *recheckIndexes = NIL; in pglogical_apply_heap_insert() local
530 List *recheckIndexes = NIL; in pglogical_apply_heap_update() local
912 List *recheckIndexes = NIL; in pglogical_apply_heap_mi_flush() local
919 recheckIndexes = in pglogical_apply_heap_mi_flush()
940 recheckIndexes); in pglogical_apply_heap_mi_flush()
[all …]
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/executor/
H A DexecReplication.c399 List *recheckIndexes = NIL; in ExecSimpleRelationInsert() local
412 recheckIndexes = ExecInsertIndexTuples(slot, &(tuple->t_self), in ExecSimpleRelationInsert()
418 recheckIndexes, NULL); in ExecSimpleRelationInsert()
426 list_free(recheckIndexes); in ExecSimpleRelationInsert()
464 List *recheckIndexes = NIL; in ExecSimpleRelationUpdate() local
479 recheckIndexes = ExecInsertIndexTuples(slot, &(tuple->t_self), in ExecSimpleRelationUpdate()
486 NULL, tuple, recheckIndexes, NULL); in ExecSimpleRelationUpdate()
488 list_free(recheckIndexes); in ExecSimpleRelationUpdate()
522 List *recheckIndexes = NIL; in ExecSimpleRelationDelete() local
531 list_free(recheckIndexes); in ExecSimpleRelationDelete()
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/executor/
H A DexecReplication.c399 List *recheckIndexes = NIL; in ExecSimpleRelationInsert() local
412 recheckIndexes = ExecInsertIndexTuples(slot, &(tuple->t_self), in ExecSimpleRelationInsert()
418 recheckIndexes, NULL); in ExecSimpleRelationInsert()
426 list_free(recheckIndexes); in ExecSimpleRelationInsert()
464 List *recheckIndexes = NIL; in ExecSimpleRelationUpdate() local
479 recheckIndexes = ExecInsertIndexTuples(slot, &(tuple->t_self), in ExecSimpleRelationUpdate()
486 NULL, tuple, recheckIndexes, NULL); in ExecSimpleRelationUpdate()
488 list_free(recheckIndexes); in ExecSimpleRelationUpdate()
522 List *recheckIndexes = NIL; in ExecSimpleRelationDelete() local
531 list_free(recheckIndexes); in ExecSimpleRelationDelete()
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/executor/
H A DexecReplication.c399 List *recheckIndexes = NIL; in ExecSimpleRelationInsert() local
412 recheckIndexes = ExecInsertIndexTuples(slot, &(tuple->t_self), in ExecSimpleRelationInsert()
418 recheckIndexes, NULL); in ExecSimpleRelationInsert()
426 list_free(recheckIndexes); in ExecSimpleRelationInsert()
464 List *recheckIndexes = NIL; in ExecSimpleRelationUpdate() local
479 recheckIndexes = ExecInsertIndexTuples(slot, &(tuple->t_self), in ExecSimpleRelationUpdate()
486 NULL, tuple, recheckIndexes, NULL); in ExecSimpleRelationUpdate()
488 list_free(recheckIndexes); in ExecSimpleRelationUpdate()
522 List *recheckIndexes = NIL; in ExecSimpleRelationDelete() local
531 list_free(recheckIndexes); in ExecSimpleRelationDelete()
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/executor/
H A DexecReplication.c411 List *recheckIndexes = NIL; in ExecSimpleRelationInsert() local
426 recheckIndexes = ExecInsertIndexTuples(slot, &(tuple->t_self), in ExecSimpleRelationInsert()
432 recheckIndexes, NULL); in ExecSimpleRelationInsert()
440 list_free(recheckIndexes); in ExecSimpleRelationInsert()
478 List *recheckIndexes = NIL; in ExecSimpleRelationUpdate() local
495 recheckIndexes = ExecInsertIndexTuples(slot, &(tuple->t_self), in ExecSimpleRelationUpdate()
502 NULL, tuple, recheckIndexes, NULL); in ExecSimpleRelationUpdate()
504 list_free(recheckIndexes); in ExecSimpleRelationUpdate()
538 List *recheckIndexes = NIL; in ExecSimpleRelationDelete() local
547 list_free(recheckIndexes); in ExecSimpleRelationDelete()
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/executor/
H A DexecReplication.c399 List *recheckIndexes = NIL; in ExecSimpleRelationInsert() local
412 recheckIndexes = ExecInsertIndexTuples(slot, &(tuple->t_self), in ExecSimpleRelationInsert()
418 recheckIndexes, NULL); in ExecSimpleRelationInsert()
426 list_free(recheckIndexes); in ExecSimpleRelationInsert()
464 List *recheckIndexes = NIL; in ExecSimpleRelationUpdate() local
479 recheckIndexes = ExecInsertIndexTuples(slot, &(tuple->t_self), in ExecSimpleRelationUpdate()
486 NULL, tuple, recheckIndexes, NULL); in ExecSimpleRelationUpdate()
488 list_free(recheckIndexes); in ExecSimpleRelationUpdate()
522 List *recheckIndexes = NIL; in ExecSimpleRelationDelete() local
531 list_free(recheckIndexes); in ExecSimpleRelationDelete()
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/executor/
H A DexecReplication.c399 List *recheckIndexes = NIL; in ExecSimpleRelationInsert() local
412 recheckIndexes = ExecInsertIndexTuples(slot, &(tuple->t_self), in ExecSimpleRelationInsert()
418 recheckIndexes, NULL); in ExecSimpleRelationInsert()
426 list_free(recheckIndexes); in ExecSimpleRelationInsert()
464 List *recheckIndexes = NIL; in ExecSimpleRelationUpdate() local
479 recheckIndexes = ExecInsertIndexTuples(slot, &(tuple->t_self), in ExecSimpleRelationUpdate()
486 NULL, tuple, recheckIndexes, NULL); in ExecSimpleRelationUpdate()
488 list_free(recheckIndexes); in ExecSimpleRelationUpdate()
522 List *recheckIndexes = NIL; in ExecSimpleRelationDelete() local
531 list_free(recheckIndexes); in ExecSimpleRelationDelete()
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/executor/
H A DexecReplication.c399 List *recheckIndexes = NIL; in ExecSimpleRelationInsert() local
412 recheckIndexes = ExecInsertIndexTuples(slot, &(tuple->t_self), in ExecSimpleRelationInsert()
418 recheckIndexes, NULL); in ExecSimpleRelationInsert()
426 list_free(recheckIndexes); in ExecSimpleRelationInsert()
464 List *recheckIndexes = NIL; in ExecSimpleRelationUpdate() local
479 recheckIndexes = ExecInsertIndexTuples(slot, &(tuple->t_self), in ExecSimpleRelationUpdate()
486 NULL, tuple, recheckIndexes, NULL); in ExecSimpleRelationUpdate()
488 list_free(recheckIndexes); in ExecSimpleRelationUpdate()
522 List *recheckIndexes = NIL; in ExecSimpleRelationDelete() local
531 list_free(recheckIndexes); in ExecSimpleRelationDelete()
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/executor/
H A DexecReplication.c411 List *recheckIndexes = NIL; in ExecSimpleRelationInsert() local
426 recheckIndexes = ExecInsertIndexTuples(slot, &(tuple->t_self), in ExecSimpleRelationInsert()
432 recheckIndexes, NULL); in ExecSimpleRelationInsert()
440 list_free(recheckIndexes); in ExecSimpleRelationInsert()
478 List *recheckIndexes = NIL; in ExecSimpleRelationUpdate() local
495 recheckIndexes = ExecInsertIndexTuples(slot, &(tuple->t_self), in ExecSimpleRelationUpdate()
502 NULL, tuple, recheckIndexes, NULL); in ExecSimpleRelationUpdate()
504 list_free(recheckIndexes); in ExecSimpleRelationUpdate()
538 List *recheckIndexes = NIL; in ExecSimpleRelationDelete() local
547 list_free(recheckIndexes); in ExecSimpleRelationDelete()
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/executor/
H A DexecReplication.c411 List *recheckIndexes = NIL; in ExecSimpleRelationInsert() local
426 recheckIndexes = ExecInsertIndexTuples(slot, &(tuple->t_self), in ExecSimpleRelationInsert()
432 recheckIndexes, NULL); in ExecSimpleRelationInsert()
440 list_free(recheckIndexes); in ExecSimpleRelationInsert()
478 List *recheckIndexes = NIL; in ExecSimpleRelationUpdate() local
495 recheckIndexes = ExecInsertIndexTuples(slot, &(tuple->t_self), in ExecSimpleRelationUpdate()
502 NULL, tuple, recheckIndexes, NULL); in ExecSimpleRelationUpdate()
504 list_free(recheckIndexes); in ExecSimpleRelationUpdate()
538 List *recheckIndexes = NIL; in ExecSimpleRelationDelete() local
547 list_free(recheckIndexes); in ExecSimpleRelationDelete()
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/executor/
H A DexecReplication.c411 List *recheckIndexes = NIL; in ExecSimpleRelationInsert() local
426 recheckIndexes = ExecInsertIndexTuples(slot, &(tuple->t_self), in ExecSimpleRelationInsert()
432 recheckIndexes, NULL); in ExecSimpleRelationInsert()
440 list_free(recheckIndexes); in ExecSimpleRelationInsert()
478 List *recheckIndexes = NIL; in ExecSimpleRelationUpdate() local
495 recheckIndexes = ExecInsertIndexTuples(slot, &(tuple->t_self), in ExecSimpleRelationUpdate()
502 NULL, tuple, recheckIndexes, NULL); in ExecSimpleRelationUpdate()
504 list_free(recheckIndexes); in ExecSimpleRelationUpdate()
538 List *recheckIndexes = NIL; in ExecSimpleRelationDelete() local
547 list_free(recheckIndexes); in ExecSimpleRelationDelete()
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/executor/
H A DexecReplication.c411 List *recheckIndexes = NIL; in ExecSimpleRelationInsert() local
426 recheckIndexes = ExecInsertIndexTuples(slot, &(tuple->t_self), in ExecSimpleRelationInsert()
432 recheckIndexes, NULL); in ExecSimpleRelationInsert()
440 list_free(recheckIndexes); in ExecSimpleRelationInsert()
478 List *recheckIndexes = NIL; in ExecSimpleRelationUpdate() local
495 recheckIndexes = ExecInsertIndexTuples(slot, &(tuple->t_self), in ExecSimpleRelationUpdate()
502 NULL, tuple, recheckIndexes, NULL); in ExecSimpleRelationUpdate()
504 list_free(recheckIndexes); in ExecSimpleRelationUpdate()
538 List *recheckIndexes = NIL; in ExecSimpleRelationDelete() local
547 list_free(recheckIndexes); in ExecSimpleRelationDelete()
/dports/databases/postgresql11-server/postgresql-11.14/src/backend/executor/
H A DexecReplication.c411 List *recheckIndexes = NIL; in ExecSimpleRelationInsert() local
426 recheckIndexes = ExecInsertIndexTuples(slot, &(tuple->t_self), in ExecSimpleRelationInsert()
432 recheckIndexes, NULL); in ExecSimpleRelationInsert()
440 list_free(recheckIndexes); in ExecSimpleRelationInsert()
478 List *recheckIndexes = NIL; in ExecSimpleRelationUpdate() local
495 recheckIndexes = ExecInsertIndexTuples(slot, &(tuple->t_self), in ExecSimpleRelationUpdate()
502 NULL, tuple, recheckIndexes, NULL); in ExecSimpleRelationUpdate()
504 list_free(recheckIndexes); in ExecSimpleRelationUpdate()
538 List *recheckIndexes = NIL; in ExecSimpleRelationDelete() local
547 list_free(recheckIndexes); in ExecSimpleRelationDelete()
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/executor/
H A DexecReplication.c399 List *recheckIndexes = NIL; in ExecSimpleRelationInsert() local
412 recheckIndexes = ExecInsertIndexTuples(slot, &(tuple->t_self), in ExecSimpleRelationInsert()
418 recheckIndexes, NULL); in ExecSimpleRelationInsert()
426 list_free(recheckIndexes); in ExecSimpleRelationInsert()
464 List *recheckIndexes = NIL; in ExecSimpleRelationUpdate() local
479 recheckIndexes = ExecInsertIndexTuples(slot, &(tuple->t_self), in ExecSimpleRelationUpdate()
486 NULL, tuple, recheckIndexes, NULL); in ExecSimpleRelationUpdate()
488 list_free(recheckIndexes); in ExecSimpleRelationUpdate()
522 List *recheckIndexes = NIL; in ExecSimpleRelationDelete() local
531 list_free(recheckIndexes); in ExecSimpleRelationDelete()
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/backend/executor/
H A DexecReplication.c411 List *recheckIndexes = NIL; in ExecSimpleRelationInsert() local
426 recheckIndexes = ExecInsertIndexTuples(slot, &(tuple->t_self), in ExecSimpleRelationInsert()
432 recheckIndexes, NULL); in ExecSimpleRelationInsert()
440 list_free(recheckIndexes); in ExecSimpleRelationInsert()
478 List *recheckIndexes = NIL; in ExecSimpleRelationUpdate() local
495 recheckIndexes = ExecInsertIndexTuples(slot, &(tuple->t_self), in ExecSimpleRelationUpdate()
502 NULL, tuple, recheckIndexes, NULL); in ExecSimpleRelationUpdate()
504 list_free(recheckIndexes); in ExecSimpleRelationUpdate()
538 List *recheckIndexes = NIL; in ExecSimpleRelationDelete() local
547 list_free(recheckIndexes); in ExecSimpleRelationDelete()
/dports/databases/postgresql12-contrib/postgresql-12.9/src/backend/executor/
H A DexecReplication.c418 List *recheckIndexes = NIL; in ExecSimpleRelationInsert() local
435 recheckIndexes = ExecInsertIndexTuples(slot, estate, false, NULL, in ExecSimpleRelationInsert()
440 recheckIndexes, NULL); in ExecSimpleRelationInsert()
448 list_free(recheckIndexes); in ExecSimpleRelationInsert()
483 List *recheckIndexes = NIL; in ExecSimpleRelationUpdate() local
501 recheckIndexes = ExecInsertIndexTuples(slot, estate, false, NULL, in ExecSimpleRelationUpdate()
507 recheckIndexes, NULL); in ExecSimpleRelationUpdate()
509 list_free(recheckIndexes); in ExecSimpleRelationUpdate()
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/executor/
H A DexecReplication.c418 List *recheckIndexes = NIL;
435 recheckIndexes = ExecInsertIndexTuples(slot, estate, false, NULL,
440 recheckIndexes, NULL);
448 list_free(recheckIndexes);
483 List *recheckIndexes = NIL;
501 recheckIndexes = ExecInsertIndexTuples(slot, estate, false, NULL,
507 recheckIndexes, NULL);
509 list_free(recheckIndexes);
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/executor/
H A DexecReplication.c428 List *recheckIndexes = NIL; in ExecSimpleRelationInsert() local
446 recheckIndexes = ExecInsertIndexTuples(resultRelInfo, in ExecSimpleRelationInsert()
452 recheckIndexes, NULL); in ExecSimpleRelationInsert()
460 list_free(recheckIndexes); in ExecSimpleRelationInsert()
495 List *recheckIndexes = NIL; in ExecSimpleRelationUpdate() local
514 recheckIndexes = ExecInsertIndexTuples(resultRelInfo, in ExecSimpleRelationUpdate()
521 recheckIndexes, NULL); in ExecSimpleRelationUpdate()
523 list_free(recheckIndexes); in ExecSimpleRelationUpdate()
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/executor/
H A DexecReplication.c428 List *recheckIndexes = NIL; in ExecSimpleRelationInsert() local
446 recheckIndexes = ExecInsertIndexTuples(resultRelInfo, in ExecSimpleRelationInsert()
452 recheckIndexes, NULL); in ExecSimpleRelationInsert()
460 list_free(recheckIndexes); in ExecSimpleRelationInsert()
495 List *recheckIndexes = NIL; in ExecSimpleRelationUpdate() local
514 recheckIndexes = ExecInsertIndexTuples(resultRelInfo, in ExecSimpleRelationUpdate()
521 recheckIndexes, NULL); in ExecSimpleRelationUpdate()
523 list_free(recheckIndexes); in ExecSimpleRelationUpdate()
/dports/databases/postgresql13-docs/postgresql-13.5/src/backend/executor/
H A DexecReplication.c428 List *recheckIndexes = NIL;
445 recheckIndexes = ExecInsertIndexTuples(slot, estate, false, NULL,
450 recheckIndexes, NULL);
458 list_free(recheckIndexes);
493 List *recheckIndexes = NIL;
511 recheckIndexes = ExecInsertIndexTuples(slot, estate, false, NULL,
517 recheckIndexes, NULL);
519 list_free(recheckIndexes);
/dports/databases/postgresql14-plpython/postgresql-14.1/src/backend/executor/
H A DexecReplication.c428 List *recheckIndexes = NIL; in ExecSimpleRelationInsert() local
446 recheckIndexes = ExecInsertIndexTuples(resultRelInfo, in ExecSimpleRelationInsert()
452 recheckIndexes, NULL); in ExecSimpleRelationInsert()
460 list_free(recheckIndexes); in ExecSimpleRelationInsert()
495 List *recheckIndexes = NIL; in ExecSimpleRelationUpdate() local
514 recheckIndexes = ExecInsertIndexTuples(resultRelInfo, in ExecSimpleRelationUpdate()
521 recheckIndexes, NULL); in ExecSimpleRelationUpdate()
523 list_free(recheckIndexes); in ExecSimpleRelationUpdate()
/dports/databases/postgresql14-plperl/postgresql-14.1/src/backend/executor/
H A DexecReplication.c428 List *recheckIndexes = NIL; in ExecSimpleRelationInsert() local
446 recheckIndexes = ExecInsertIndexTuples(resultRelInfo, in ExecSimpleRelationInsert()
452 recheckIndexes, NULL); in ExecSimpleRelationInsert()
460 list_free(recheckIndexes); in ExecSimpleRelationInsert()
495 List *recheckIndexes = NIL; in ExecSimpleRelationUpdate() local
514 recheckIndexes = ExecInsertIndexTuples(resultRelInfo, in ExecSimpleRelationUpdate()
521 recheckIndexes, NULL); in ExecSimpleRelationUpdate()
523 list_free(recheckIndexes); in ExecSimpleRelationUpdate()
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/backend/executor/
H A DexecReplication.c428 List *recheckIndexes = NIL; in ExecSimpleRelationInsert() local
445 recheckIndexes = ExecInsertIndexTuples(slot, estate, false, NULL, in ExecSimpleRelationInsert()
450 recheckIndexes, NULL); in ExecSimpleRelationInsert()
458 list_free(recheckIndexes); in ExecSimpleRelationInsert()
493 List *recheckIndexes = NIL; in ExecSimpleRelationUpdate() local
511 recheckIndexes = ExecInsertIndexTuples(slot, estate, false, NULL, in ExecSimpleRelationUpdate()
517 recheckIndexes, NULL); in ExecSimpleRelationUpdate()
519 list_free(recheckIndexes); in ExecSimpleRelationUpdate()
/dports/databases/postgresql13-server/postgresql-13.5/src/backend/executor/
H A DexecReplication.c428 List *recheckIndexes = NIL;
445 recheckIndexes = ExecInsertIndexTuples(slot, estate, false, NULL,
450 recheckIndexes, NULL);
458 list_free(recheckIndexes);
493 List *recheckIndexes = NIL;
511 recheckIndexes = ExecInsertIndexTuples(slot, estate, false, NULL,
517 recheckIndexes, NULL);
519 list_free(recheckIndexes);
/dports/databases/postgresql14-client/postgresql-14.1/src/backend/executor/
H A DexecReplication.c428 List *recheckIndexes = NIL; in ExecSimpleRelationInsert() local
446 recheckIndexes = ExecInsertIndexTuples(resultRelInfo, in ExecSimpleRelationInsert()
452 recheckIndexes, NULL); in ExecSimpleRelationInsert()
460 list_free(recheckIndexes); in ExecSimpleRelationInsert()
495 List *recheckIndexes = NIL; in ExecSimpleRelationUpdate() local
514 recheckIndexes = ExecInsertIndexTuples(resultRelInfo, in ExecSimpleRelationUpdate()
521 recheckIndexes, NULL); in ExecSimpleRelationUpdate()
523 list_free(recheckIndexes); in ExecSimpleRelationUpdate()

123456789