Home
last modified time | relevance | path

Searched refs:dictoptions (Results 1 – 25 of 420) sorted by relevance

12345678910>>...17

/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/commands/
H A Dtsearchcmds.c363 if (dictoptions) in verify_dictoptions()
375 dictoptions = copyObject(dictoptions); in verify_dictoptions()
400 List *dictoptions = NIL; in DefineTSDictionary() local
430 dictoptions = lappend(dictoptions, defel); in DefineTSDictionary()
461 if (dictoptions) in DefineTSDictionary()
494 List *dictoptions; in AlterTSDictionary() local
522 dictoptions = NIL; in AlterTSDictionary()
542 dictoptions = foreach_delete_current(dictoptions, cell); in AlterTSDictionary()
549 dictoptions = lappend(dictoptions, defel); in AlterTSDictionary()
556 dictoptions); in AlterTSDictionary()
[all …]
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/commands/
H A Dtsearchcmds.c363 if (dictoptions) in verify_dictoptions()
375 dictoptions = copyObject(dictoptions); in verify_dictoptions()
400 List *dictoptions = NIL; in DefineTSDictionary() local
430 dictoptions = lappend(dictoptions, defel); in DefineTSDictionary()
461 if (dictoptions) in DefineTSDictionary()
494 List *dictoptions; in AlterTSDictionary() local
522 dictoptions = NIL; in AlterTSDictionary()
542 dictoptions = foreach_delete_current(dictoptions, cell); in AlterTSDictionary()
549 dictoptions = lappend(dictoptions, defel); in AlterTSDictionary()
556 dictoptions); in AlterTSDictionary()
[all …]
/dports/databases/postgresql14-plperl/postgresql-14.1/src/backend/commands/
H A Dtsearchcmds.c363 if (dictoptions) in verify_dictoptions()
375 dictoptions = copyObject(dictoptions); in verify_dictoptions()
400 List *dictoptions = NIL; in DefineTSDictionary() local
430 dictoptions = lappend(dictoptions, defel); in DefineTSDictionary()
461 if (dictoptions) in DefineTSDictionary()
494 List *dictoptions; in AlterTSDictionary() local
522 dictoptions = NIL; in AlterTSDictionary()
542 dictoptions = foreach_delete_current(dictoptions, cell); in AlterTSDictionary()
549 dictoptions = lappend(dictoptions, defel); in AlterTSDictionary()
556 dictoptions); in AlterTSDictionary()
[all …]
/dports/databases/postgresql14-plpython/postgresql-14.1/src/backend/commands/
H A Dtsearchcmds.c363 if (dictoptions) in verify_dictoptions()
375 dictoptions = copyObject(dictoptions); in verify_dictoptions()
400 List *dictoptions = NIL; in DefineTSDictionary() local
430 dictoptions = lappend(dictoptions, defel); in DefineTSDictionary()
461 if (dictoptions) in DefineTSDictionary()
494 List *dictoptions; in AlterTSDictionary() local
522 dictoptions = NIL; in AlterTSDictionary()
542 dictoptions = foreach_delete_current(dictoptions, cell); in AlterTSDictionary()
549 dictoptions = lappend(dictoptions, defel); in AlterTSDictionary()
556 dictoptions); in AlterTSDictionary()
[all …]
/dports/databases/postgresql14-client/postgresql-14.1/src/backend/commands/
H A Dtsearchcmds.c363 if (dictoptions) in verify_dictoptions()
375 dictoptions = copyObject(dictoptions); in verify_dictoptions()
400 List *dictoptions = NIL; in DefineTSDictionary() local
430 dictoptions = lappend(dictoptions, defel); in DefineTSDictionary()
461 if (dictoptions) in DefineTSDictionary()
494 List *dictoptions; in AlterTSDictionary() local
522 dictoptions = NIL; in AlterTSDictionary()
542 dictoptions = foreach_delete_current(dictoptions, cell); in AlterTSDictionary()
549 dictoptions = lappend(dictoptions, defel); in AlterTSDictionary()
556 dictoptions); in AlterTSDictionary()
[all …]
/dports/databases/postgresql14-docs/postgresql-14.1/src/backend/commands/
H A Dtsearchcmds.c363 if (dictoptions)
375 dictoptions = copyObject(dictoptions);
400 List *dictoptions = NIL;
430 dictoptions = lappend(dictoptions, defel);
461 if (dictoptions)
494 List *dictoptions;
522 dictoptions = NIL;
542 dictoptions = foreach_delete_current(dictoptions, cell);
549 dictoptions = lappend(dictoptions, defel);
556 dictoptions);
[all …]
/dports/databases/postgresql14-contrib/postgresql-14.1/src/backend/commands/
H A Dtsearchcmds.c363 if (dictoptions) in verify_dictoptions()
375 dictoptions = copyObject(dictoptions); in verify_dictoptions()
400 List *dictoptions = NIL; in DefineTSDictionary() local
430 dictoptions = lappend(dictoptions, defel); in DefineTSDictionary()
461 if (dictoptions) in DefineTSDictionary()
494 List *dictoptions; in AlterTSDictionary() local
522 dictoptions = NIL; in AlterTSDictionary()
542 dictoptions = foreach_delete_current(dictoptions, cell); in AlterTSDictionary()
549 dictoptions = lappend(dictoptions, defel); in AlterTSDictionary()
556 dictoptions); in AlterTSDictionary()
[all …]
/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/commands/
H A Dtsearchcmds.c383 if (dictoptions) in verify_dictoptions()
395 dictoptions = copyObject(dictoptions); in verify_dictoptions()
420 List *dictoptions = NIL; in DefineTSDictionary() local
450 dictoptions = lappend(dictoptions, defel); in DefineTSDictionary()
475 if (dictoptions) in DefineTSDictionary()
536 List *dictoptions; in AlterTSDictionary() local
564 dictoptions = NIL; in AlterTSDictionary()
588 dictoptions = list_delete_cell(dictoptions, cell, prev); in AlterTSDictionary()
597 dictoptions = lappend(dictoptions, defel); in AlterTSDictionary()
604 dictoptions); in AlterTSDictionary()
[all …]
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/commands/
H A Dtsearchcmds.c383 if (dictoptions) in verify_dictoptions()
395 dictoptions = copyObject(dictoptions); in verify_dictoptions()
420 List *dictoptions = NIL; in DefineTSDictionary() local
450 dictoptions = lappend(dictoptions, defel); in DefineTSDictionary()
475 if (dictoptions) in DefineTSDictionary()
536 List *dictoptions; in AlterTSDictionary() local
564 dictoptions = NIL; in AlterTSDictionary()
588 dictoptions = list_delete_cell(dictoptions, cell, prev); in AlterTSDictionary()
597 dictoptions = lappend(dictoptions, defel); in AlterTSDictionary()
604 dictoptions); in AlterTSDictionary()
[all …]
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/commands/
H A Dtsearchcmds.c383 if (dictoptions) in verify_dictoptions()
395 dictoptions = copyObject(dictoptions); in verify_dictoptions()
420 List *dictoptions = NIL; in DefineTSDictionary() local
450 dictoptions = lappend(dictoptions, defel); in DefineTSDictionary()
475 if (dictoptions) in DefineTSDictionary()
536 List *dictoptions; in AlterTSDictionary() local
564 dictoptions = NIL; in AlterTSDictionary()
588 dictoptions = list_delete_cell(dictoptions, cell, prev); in AlterTSDictionary()
597 dictoptions = lappend(dictoptions, defel); in AlterTSDictionary()
604 dictoptions); in AlterTSDictionary()
[all …]
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/commands/
H A Dtsearchcmds.c381 if (dictoptions) in verify_dictoptions()
393 dictoptions = copyObject(dictoptions); in verify_dictoptions()
418 List *dictoptions = NIL; in DefineTSDictionary() local
448 dictoptions = lappend(dictoptions, defel); in DefineTSDictionary()
473 if (dictoptions) in DefineTSDictionary()
532 List *dictoptions; in AlterTSDictionary() local
560 dictoptions = NIL; in AlterTSDictionary()
584 dictoptions = list_delete_cell(dictoptions, cell, prev); in AlterTSDictionary()
593 dictoptions = lappend(dictoptions, defel); in AlterTSDictionary()
600 dictoptions); in AlterTSDictionary()
[all …]
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/commands/
H A Dtsearchcmds.c381 if (dictoptions) in verify_dictoptions()
393 dictoptions = copyObject(dictoptions); in verify_dictoptions()
418 List *dictoptions = NIL; in DefineTSDictionary() local
448 dictoptions = lappend(dictoptions, defel); in DefineTSDictionary()
473 if (dictoptions) in DefineTSDictionary()
532 List *dictoptions; in AlterTSDictionary() local
560 dictoptions = NIL; in AlterTSDictionary()
584 dictoptions = list_delete_cell(dictoptions, cell, prev); in AlterTSDictionary()
593 dictoptions = lappend(dictoptions, defel); in AlterTSDictionary()
600 dictoptions); in AlterTSDictionary()
[all …]
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/commands/
H A Dtsearchcmds.c381 if (dictoptions) in verify_dictoptions()
393 dictoptions = copyObject(dictoptions); in verify_dictoptions()
418 List *dictoptions = NIL; in DefineTSDictionary() local
448 dictoptions = lappend(dictoptions, defel); in DefineTSDictionary()
473 if (dictoptions) in DefineTSDictionary()
532 List *dictoptions; in AlterTSDictionary() local
560 dictoptions = NIL; in AlterTSDictionary()
584 dictoptions = list_delete_cell(dictoptions, cell, prev); in AlterTSDictionary()
593 dictoptions = lappend(dictoptions, defel); in AlterTSDictionary()
600 dictoptions); in AlterTSDictionary()
[all …]
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/commands/
H A Dtsearchcmds.c381 if (dictoptions) in verify_dictoptions()
393 dictoptions = copyObject(dictoptions); in verify_dictoptions()
418 List *dictoptions = NIL; in DefineTSDictionary() local
448 dictoptions = lappend(dictoptions, defel); in DefineTSDictionary()
473 if (dictoptions) in DefineTSDictionary()
532 List *dictoptions; in AlterTSDictionary() local
560 dictoptions = NIL; in AlterTSDictionary()
584 dictoptions = list_delete_cell(dictoptions, cell, prev); in AlterTSDictionary()
593 dictoptions = lappend(dictoptions, defel); in AlterTSDictionary()
600 dictoptions); in AlterTSDictionary()
[all …]
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/commands/
H A Dtsearchcmds.c381 if (dictoptions) in verify_dictoptions()
393 dictoptions = copyObject(dictoptions); in verify_dictoptions()
418 List *dictoptions = NIL; in DefineTSDictionary() local
448 dictoptions = lappend(dictoptions, defel); in DefineTSDictionary()
473 if (dictoptions) in DefineTSDictionary()
532 List *dictoptions; in AlterTSDictionary() local
560 dictoptions = NIL; in AlterTSDictionary()
584 dictoptions = list_delete_cell(dictoptions, cell, prev); in AlterTSDictionary()
593 dictoptions = lappend(dictoptions, defel); in AlterTSDictionary()
600 dictoptions); in AlterTSDictionary()
[all …]
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/commands/
H A Dtsearchcmds.c381 if (dictoptions) in verify_dictoptions()
393 dictoptions = copyObject(dictoptions); in verify_dictoptions()
418 List *dictoptions = NIL; in DefineTSDictionary() local
448 dictoptions = lappend(dictoptions, defel); in DefineTSDictionary()
473 if (dictoptions) in DefineTSDictionary()
532 List *dictoptions; in AlterTSDictionary() local
560 dictoptions = NIL; in AlterTSDictionary()
584 dictoptions = list_delete_cell(dictoptions, cell, prev); in AlterTSDictionary()
593 dictoptions = lappend(dictoptions, defel); in AlterTSDictionary()
600 dictoptions); in AlterTSDictionary()
[all …]
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/commands/
H A Dtsearchcmds.c381 if (dictoptions) in verify_dictoptions()
393 dictoptions = copyObject(dictoptions); in verify_dictoptions()
418 List *dictoptions = NIL; in DefineTSDictionary() local
448 dictoptions = lappend(dictoptions, defel); in DefineTSDictionary()
473 if (dictoptions) in DefineTSDictionary()
532 List *dictoptions; in AlterTSDictionary() local
560 dictoptions = NIL; in AlterTSDictionary()
584 dictoptions = list_delete_cell(dictoptions, cell, prev); in AlterTSDictionary()
593 dictoptions = lappend(dictoptions, defel); in AlterTSDictionary()
600 dictoptions); in AlterTSDictionary()
[all …]
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/commands/
H A Dtsearchcmds.c381 if (dictoptions) in verify_dictoptions()
393 dictoptions = copyObject(dictoptions); in verify_dictoptions()
418 List *dictoptions = NIL; in DefineTSDictionary() local
448 dictoptions = lappend(dictoptions, defel); in DefineTSDictionary()
473 if (dictoptions) in DefineTSDictionary()
532 List *dictoptions; in AlterTSDictionary() local
560 dictoptions = NIL; in AlterTSDictionary()
584 dictoptions = list_delete_cell(dictoptions, cell, prev); in AlterTSDictionary()
593 dictoptions = lappend(dictoptions, defel); in AlterTSDictionary()
600 dictoptions); in AlterTSDictionary()
[all …]
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/commands/
H A Dtsearchcmds.c381 if (dictoptions) in verify_dictoptions()
393 dictoptions = copyObject(dictoptions); in verify_dictoptions()
418 List *dictoptions = NIL; in DefineTSDictionary() local
448 dictoptions = lappend(dictoptions, defel); in DefineTSDictionary()
473 if (dictoptions) in DefineTSDictionary()
532 List *dictoptions; in AlterTSDictionary() local
560 dictoptions = NIL; in AlterTSDictionary()
584 dictoptions = list_delete_cell(dictoptions, cell, prev); in AlterTSDictionary()
593 dictoptions = lappend(dictoptions, defel); in AlterTSDictionary()
600 dictoptions); in AlterTSDictionary()
[all …]
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/commands/
H A Dtsearchcmds.c381 if (dictoptions) in verify_dictoptions()
393 dictoptions = copyObject(dictoptions); in verify_dictoptions()
418 List *dictoptions = NIL; in DefineTSDictionary() local
448 dictoptions = lappend(dictoptions, defel); in DefineTSDictionary()
473 if (dictoptions) in DefineTSDictionary()
532 List *dictoptions; in AlterTSDictionary() local
560 dictoptions = NIL; in AlterTSDictionary()
584 dictoptions = list_delete_cell(dictoptions, cell, prev); in AlterTSDictionary()
593 dictoptions = lappend(dictoptions, defel); in AlterTSDictionary()
600 dictoptions); in AlterTSDictionary()
[all …]
/dports/databases/postgresql11-server/postgresql-11.14/src/backend/commands/
H A Dtsearchcmds.c381 if (dictoptions)
393 dictoptions = copyObject(dictoptions);
418 List *dictoptions = NIL;
448 dictoptions = lappend(dictoptions, defel);
473 if (dictoptions)
532 List *dictoptions;
560 dictoptions = NIL;
584 dictoptions = list_delete_cell(dictoptions, cell, prev);
593 dictoptions = lappend(dictoptions, defel);
600 dictoptions);
[all …]
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/commands/
H A Dtsearchcmds.c381 if (dictoptions) in verify_dictoptions()
393 dictoptions = copyObject(dictoptions); in verify_dictoptions()
418 List *dictoptions = NIL; in DefineTSDictionary() local
448 dictoptions = lappend(dictoptions, defel); in DefineTSDictionary()
473 if (dictoptions) in DefineTSDictionary()
532 List *dictoptions; in AlterTSDictionary() local
560 dictoptions = NIL; in AlterTSDictionary()
584 dictoptions = list_delete_cell(dictoptions, cell, prev); in AlterTSDictionary()
593 dictoptions = lappend(dictoptions, defel); in AlterTSDictionary()
600 dictoptions); in AlterTSDictionary()
[all …]
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/commands/
H A Dtsearchcmds.c381 if (dictoptions) in verify_dictoptions()
393 dictoptions = copyObject(dictoptions); in verify_dictoptions()
418 List *dictoptions = NIL; in DefineTSDictionary() local
448 dictoptions = lappend(dictoptions, defel); in DefineTSDictionary()
473 if (dictoptions) in DefineTSDictionary()
532 List *dictoptions; in AlterTSDictionary() local
560 dictoptions = NIL; in AlterTSDictionary()
584 dictoptions = list_delete_cell(dictoptions, cell, prev); in AlterTSDictionary()
593 dictoptions = lappend(dictoptions, defel); in AlterTSDictionary()
600 dictoptions); in AlterTSDictionary()
[all …]
/dports/databases/postgresql12-contrib/postgresql-12.9/src/backend/commands/
H A Dtsearchcmds.c384 if (dictoptions) in verify_dictoptions()
396 dictoptions = copyObject(dictoptions); in verify_dictoptions()
421 List *dictoptions = NIL; in DefineTSDictionary() local
451 dictoptions = lappend(dictoptions, defel); in DefineTSDictionary()
482 if (dictoptions) in DefineTSDictionary()
539 List *dictoptions; in AlterTSDictionary() local
567 dictoptions = NIL; in AlterTSDictionary()
591 dictoptions = list_delete_cell(dictoptions, cell, prev); in AlterTSDictionary()
600 dictoptions = lappend(dictoptions, defel); in AlterTSDictionary()
607 dictoptions); in AlterTSDictionary()
[all …]
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/commands/
H A Dtsearchcmds.c384 if (dictoptions)
396 dictoptions = copyObject(dictoptions);
421 List *dictoptions = NIL;
451 dictoptions = lappend(dictoptions, defel);
482 if (dictoptions)
539 List *dictoptions;
567 dictoptions = NIL;
591 dictoptions = list_delete_cell(dictoptions, cell, prev);
600 dictoptions = lappend(dictoptions, defel);
607 dictoptions);
[all …]

12345678910>>...17