Home
last modified time | relevance | path

Searched refs:objargs (Results 1 – 25 of 624) sorted by relevance

12345678910>>...25

/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/commands/
H A Ddropcmds.c33 List *objname, List *objargs);
66 List *objargs = NIL; in RemoveObjects() local
73 objargs = lfirst(cell2); in RemoveObjects()
78 objname, objargs, in RemoveObjects()
91 does_not_exist_skipping(stmt->removeType, objname, objargs); in RemoveObjects()
124 objname, objargs, relation); in RemoveObjects()
333 !type_in_list_does_not_exist_skipping(objargs, &msg, &name)) in does_not_exist_skipping()
337 args = TypeNameListToString(objargs); in does_not_exist_skipping()
346 args = TypeNameListToString(objargs); in does_not_exist_skipping()
369 args = TypeNameToString((TypeName *) linitial(objargs)); in does_not_exist_skipping()
[all …]
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/commands/
H A Ddropcmds.c33 List *objname, List *objargs);
66 List *objargs = NIL; in RemoveObjects() local
73 objargs = lfirst(cell2); in RemoveObjects()
78 objname, objargs, in RemoveObjects()
91 does_not_exist_skipping(stmt->removeType, objname, objargs); in RemoveObjects()
124 objname, objargs, relation); in RemoveObjects()
333 !type_in_list_does_not_exist_skipping(objargs, &msg, &name)) in does_not_exist_skipping()
337 args = TypeNameListToString(objargs); in does_not_exist_skipping()
346 args = TypeNameListToString(objargs); in does_not_exist_skipping()
369 args = TypeNameToString((TypeName *) linitial(objargs)); in does_not_exist_skipping()
[all …]
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/commands/
H A Ddropcmds.c33 List *objname, List *objargs);
66 List *objargs = NIL; in RemoveObjects() local
73 objargs = lfirst(cell2); in RemoveObjects()
78 objname, objargs, in RemoveObjects()
91 does_not_exist_skipping(stmt->removeType, objname, objargs); in RemoveObjects()
124 objname, objargs, relation); in RemoveObjects()
333 !type_in_list_does_not_exist_skipping(objargs, &msg, &name)) in does_not_exist_skipping()
337 args = TypeNameListToString(objargs); in does_not_exist_skipping()
346 args = TypeNameListToString(objargs); in does_not_exist_skipping()
369 args = TypeNameToString((TypeName *) linitial(objargs)); in does_not_exist_skipping()
[all …]
/dports/databases/postgresql96-client/postgresql-9.6.24/src/backend/commands/
H A Ddropcmds.c33 List *objname, List *objargs);
66 List *objargs = NIL; in RemoveObjects() local
73 objargs = lfirst(cell2); in RemoveObjects()
78 objname, objargs, in RemoveObjects()
91 does_not_exist_skipping(stmt->removeType, objname, objargs); in RemoveObjects()
124 objname, objargs, relation); in RemoveObjects()
333 !type_in_list_does_not_exist_skipping(objargs, &msg, &name)) in does_not_exist_skipping()
337 args = TypeNameListToString(objargs); in does_not_exist_skipping()
346 args = TypeNameListToString(objargs); in does_not_exist_skipping()
369 args = TypeNameToString((TypeName *) linitial(objargs)); in does_not_exist_skipping()
[all …]
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/backend/commands/
H A Ddropcmds.c33 List *objname, List *objargs);
66 List *objargs = NIL; in RemoveObjects() local
73 objargs = lfirst(cell2); in RemoveObjects()
78 objname, objargs, in RemoveObjects()
91 does_not_exist_skipping(stmt->removeType, objname, objargs); in RemoveObjects()
124 objname, objargs, relation); in RemoveObjects()
333 !type_in_list_does_not_exist_skipping(objargs, &msg, &name)) in does_not_exist_skipping()
337 args = TypeNameListToString(objargs); in does_not_exist_skipping()
346 args = TypeNameListToString(objargs); in does_not_exist_skipping()
369 args = TypeNameToString((TypeName *) linitial(objargs)); in does_not_exist_skipping()
[all …]
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/backend/commands/
H A Ddropcmds.c33 List *objname, List *objargs);
66 List *objargs = NIL; in RemoveObjects() local
73 objargs = lfirst(cell2); in RemoveObjects()
78 objname, objargs, in RemoveObjects()
91 does_not_exist_skipping(stmt->removeType, objname, objargs); in RemoveObjects()
124 objname, objargs, relation); in RemoveObjects()
333 !type_in_list_does_not_exist_skipping(objargs, &msg, &name)) in does_not_exist_skipping()
337 args = TypeNameListToString(objargs); in does_not_exist_skipping()
346 args = TypeNameListToString(objargs); in does_not_exist_skipping()
369 args = TypeNameToString((TypeName *) linitial(objargs)); in does_not_exist_skipping()
[all …]
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/backend/commands/
H A Ddropcmds.c33 List *objname, List *objargs);
66 List *objargs = NIL; in RemoveObjects() local
73 objargs = lfirst(cell2); in RemoveObjects()
78 objname, objargs, in RemoveObjects()
91 does_not_exist_skipping(stmt->removeType, objname, objargs); in RemoveObjects()
124 objname, objargs, relation); in RemoveObjects()
333 !type_in_list_does_not_exist_skipping(objargs, &msg, &name)) in does_not_exist_skipping()
337 args = TypeNameListToString(objargs); in does_not_exist_skipping()
346 args = TypeNameListToString(objargs); in does_not_exist_skipping()
369 args = TypeNameToString((TypeName *) linitial(objargs)); in does_not_exist_skipping()
[all …]
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/include/catalog/
H A Dobjectaddress.h44 List *objargs, Relation *relp,
48 List *objname, List *objargs, Relation *relp,
53 List *objname, List *objargs, Relation relation);
78 List **objname, List **objargs);
/dports/databases/postgresql96-server/postgresql-9.6.24/src/include/catalog/
H A Dobjectaddress.h44 List *objargs, Relation *relp,
48 List *objname, List *objargs, Relation *relp,
53 List *objname, List *objargs, Relation relation);
78 List **objname, List **objargs);
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/include/catalog/
H A Dobjectaddress.h44 List *objargs, Relation *relp,
48 List *objname, List *objargs, Relation *relp,
53 List *objname, List *objargs, Relation relation);
78 List **objname, List **objargs);
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/include/catalog/
H A Dobjectaddress.h44 List *objargs, Relation *relp,
48 List *objname, List *objargs, Relation *relp,
53 List *objname, List *objargs, Relation relation);
78 List **objname, List **objargs);
/dports/databases/postgresql96-client/postgresql-9.6.24/src/include/catalog/
H A Dobjectaddress.h44 List *objargs, Relation *relp,
48 List *objname, List *objargs, Relation *relp,
53 List *objname, List *objargs, Relation relation);
78 List **objname, List **objargs);
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/include/catalog/
H A Dobjectaddress.h44 List *objargs, Relation *relp,
48 List *objname, List *objargs, Relation *relp,
53 List *objname, List *objargs, Relation relation);
78 List **objname, List **objargs);
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/include/catalog/
H A Dobjectaddress.h44 List *objargs, Relation *relp,
48 List *objname, List *objargs, Relation *relp,
53 List *objname, List *objargs, Relation relation);
78 List **objname, List **objargs);
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/commands/
H A Ddropcmds.c333 !type_in_list_does_not_exist_skipping(owa->objargs, &msg, &name)) in does_not_exist_skipping()
337 args = TypeNameListToString(owa->objargs); in does_not_exist_skipping()
346 !type_in_list_does_not_exist_skipping(owa->objargs, &msg, &name)) in does_not_exist_skipping()
350 args = TypeNameListToString(owa->objargs); in does_not_exist_skipping()
359 !type_in_list_does_not_exist_skipping(owa->objargs, &msg, &name)) in does_not_exist_skipping()
363 args = TypeNameListToString(owa->objargs); in does_not_exist_skipping()
372 !type_in_list_does_not_exist_skipping(owa->objargs, &msg, &name)) in does_not_exist_skipping()
376 args = TypeNameListToString(owa->objargs); in does_not_exist_skipping()
385 !type_in_list_does_not_exist_skipping(owa->objargs, &msg, &name)) in does_not_exist_skipping()
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/commands/
H A Ddropcmds.c333 !type_in_list_does_not_exist_skipping(owa->objargs, &msg, &name)) in does_not_exist_skipping()
337 args = TypeNameListToString(owa->objargs); in does_not_exist_skipping()
346 !type_in_list_does_not_exist_skipping(owa->objargs, &msg, &name)) in does_not_exist_skipping()
350 args = TypeNameListToString(owa->objargs); in does_not_exist_skipping()
359 !type_in_list_does_not_exist_skipping(owa->objargs, &msg, &name)) in does_not_exist_skipping()
363 args = TypeNameListToString(owa->objargs); in does_not_exist_skipping()
372 !type_in_list_does_not_exist_skipping(owa->objargs, &msg, &name)) in does_not_exist_skipping()
376 args = TypeNameListToString(owa->objargs); in does_not_exist_skipping()
385 !type_in_list_does_not_exist_skipping(owa->objargs, &msg, &name)) in does_not_exist_skipping()
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/commands/
H A Ddropcmds.c333 !type_in_list_does_not_exist_skipping(owa->objargs, &msg, &name)) in does_not_exist_skipping()
337 args = TypeNameListToString(owa->objargs); in does_not_exist_skipping()
346 !type_in_list_does_not_exist_skipping(owa->objargs, &msg, &name)) in does_not_exist_skipping()
350 args = TypeNameListToString(owa->objargs); in does_not_exist_skipping()
359 !type_in_list_does_not_exist_skipping(owa->objargs, &msg, &name)) in does_not_exist_skipping()
363 args = TypeNameListToString(owa->objargs); in does_not_exist_skipping()
372 !type_in_list_does_not_exist_skipping(owa->objargs, &msg, &name)) in does_not_exist_skipping()
376 args = TypeNameListToString(owa->objargs); in does_not_exist_skipping()
385 !type_in_list_does_not_exist_skipping(owa->objargs, &msg, &name)) in does_not_exist_skipping()
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/commands/
H A Ddropcmds.c333 !type_in_list_does_not_exist_skipping(owa->objargs, &msg, &name)) in does_not_exist_skipping()
337 args = TypeNameListToString(owa->objargs); in does_not_exist_skipping()
346 !type_in_list_does_not_exist_skipping(owa->objargs, &msg, &name)) in does_not_exist_skipping()
350 args = TypeNameListToString(owa->objargs); in does_not_exist_skipping()
359 !type_in_list_does_not_exist_skipping(owa->objargs, &msg, &name)) in does_not_exist_skipping()
363 args = TypeNameListToString(owa->objargs); in does_not_exist_skipping()
372 !type_in_list_does_not_exist_skipping(owa->objargs, &msg, &name)) in does_not_exist_skipping()
376 args = TypeNameListToString(owa->objargs); in does_not_exist_skipping()
385 !type_in_list_does_not_exist_skipping(owa->objargs, &msg, &name)) in does_not_exist_skipping()
/dports/databases/postgresql11-server/postgresql-11.14/src/backend/commands/
H A Ddropcmds.c333 !type_in_list_does_not_exist_skipping(owa->objargs, &msg, &name)) in does_not_exist_skipping()
337 args = TypeNameListToString(owa->objargs); in does_not_exist_skipping()
346 !type_in_list_does_not_exist_skipping(owa->objargs, &msg, &name)) in does_not_exist_skipping()
350 args = TypeNameListToString(owa->objargs); in does_not_exist_skipping()
359 !type_in_list_does_not_exist_skipping(owa->objargs, &msg, &name)) in does_not_exist_skipping()
363 args = TypeNameListToString(owa->objargs); in does_not_exist_skipping()
372 !type_in_list_does_not_exist_skipping(owa->objargs, &msg, &name)) in does_not_exist_skipping()
376 args = TypeNameListToString(owa->objargs); in does_not_exist_skipping()
385 !type_in_list_does_not_exist_skipping(owa->objargs, &msg, &name)) in does_not_exist_skipping()
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/commands/
H A Ddropcmds.c333 !type_in_list_does_not_exist_skipping(owa->objargs, &msg, &name))
337 args = TypeNameListToString(owa->objargs);
346 !type_in_list_does_not_exist_skipping(owa->objargs, &msg, &name))
350 args = TypeNameListToString(owa->objargs);
359 !type_in_list_does_not_exist_skipping(owa->objargs, &msg, &name))
363 args = TypeNameListToString(owa->objargs);
372 !type_in_list_does_not_exist_skipping(owa->objargs, &msg, &name))
376 args = TypeNameListToString(owa->objargs);
385 !type_in_list_does_not_exist_skipping(owa->objargs, &msg, &name))
/dports/databases/postgresql12-contrib/postgresql-12.9/src/backend/commands/
H A Ddropcmds.c333 !type_in_list_does_not_exist_skipping(owa->objargs, &msg, &name)) in does_not_exist_skipping()
337 args = TypeNameListToString(owa->objargs); in does_not_exist_skipping()
346 !type_in_list_does_not_exist_skipping(owa->objargs, &msg, &name)) in does_not_exist_skipping()
350 args = TypeNameListToString(owa->objargs); in does_not_exist_skipping()
359 !type_in_list_does_not_exist_skipping(owa->objargs, &msg, &name)) in does_not_exist_skipping()
363 args = TypeNameListToString(owa->objargs); in does_not_exist_skipping()
372 !type_in_list_does_not_exist_skipping(owa->objargs, &msg, &name)) in does_not_exist_skipping()
376 args = TypeNameListToString(owa->objargs); in does_not_exist_skipping()
385 !type_in_list_does_not_exist_skipping(owa->objargs, &msg, &name)) in does_not_exist_skipping()
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/commands/
H A Ddropcmds.c333 !type_in_list_does_not_exist_skipping(owa->objargs, &msg, &name))
337 args = TypeNameListToString(owa->objargs);
346 !type_in_list_does_not_exist_skipping(owa->objargs, &msg, &name))
350 args = TypeNameListToString(owa->objargs);
359 !type_in_list_does_not_exist_skipping(owa->objargs, &msg, &name))
363 args = TypeNameListToString(owa->objargs);
372 !type_in_list_does_not_exist_skipping(owa->objargs, &msg, &name))
376 args = TypeNameListToString(owa->objargs);
385 !type_in_list_does_not_exist_skipping(owa->objargs, &msg, &name))
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/backend/commands/
H A Ddropcmds.c333 !type_in_list_does_not_exist_skipping(owa->objargs, &msg, &name)) in does_not_exist_skipping()
337 args = TypeNameListToString(owa->objargs); in does_not_exist_skipping()
346 !type_in_list_does_not_exist_skipping(owa->objargs, &msg, &name)) in does_not_exist_skipping()
350 args = TypeNameListToString(owa->objargs); in does_not_exist_skipping()
359 !type_in_list_does_not_exist_skipping(owa->objargs, &msg, &name)) in does_not_exist_skipping()
363 args = TypeNameListToString(owa->objargs); in does_not_exist_skipping()
372 !type_in_list_does_not_exist_skipping(owa->objargs, &msg, &name)) in does_not_exist_skipping()
376 args = TypeNameListToString(owa->objargs); in does_not_exist_skipping()
385 !type_in_list_does_not_exist_skipping(owa->objargs, &msg, &name)) in does_not_exist_skipping()
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/commands/
H A Ddropcmds.c334 !type_in_list_does_not_exist_skipping(owa->objargs, &msg, &name)) in does_not_exist_skipping()
338 args = TypeNameListToString(owa->objargs); in does_not_exist_skipping()
347 !type_in_list_does_not_exist_skipping(owa->objargs, &msg, &name)) in does_not_exist_skipping()
351 args = TypeNameListToString(owa->objargs); in does_not_exist_skipping()
360 !type_in_list_does_not_exist_skipping(owa->objargs, &msg, &name)) in does_not_exist_skipping()
364 args = TypeNameListToString(owa->objargs); in does_not_exist_skipping()
373 !type_in_list_does_not_exist_skipping(owa->objargs, &msg, &name)) in does_not_exist_skipping()
377 args = TypeNameListToString(owa->objargs); in does_not_exist_skipping()
386 !type_in_list_does_not_exist_skipping(owa->objargs, &msg, &name)) in does_not_exist_skipping()
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/commands/
H A Ddropcmds.c334 !type_in_list_does_not_exist_skipping(owa->objargs, &msg, &name)) in does_not_exist_skipping()
338 args = TypeNameListToString(owa->objargs); in does_not_exist_skipping()
347 !type_in_list_does_not_exist_skipping(owa->objargs, &msg, &name)) in does_not_exist_skipping()
351 args = TypeNameListToString(owa->objargs); in does_not_exist_skipping()
360 !type_in_list_does_not_exist_skipping(owa->objargs, &msg, &name)) in does_not_exist_skipping()
364 args = TypeNameListToString(owa->objargs); in does_not_exist_skipping()
373 !type_in_list_does_not_exist_skipping(owa->objargs, &msg, &name)) in does_not_exist_skipping()
377 args = TypeNameListToString(owa->objargs); in does_not_exist_skipping()
386 !type_in_list_does_not_exist_skipping(owa->objargs, &msg, &name)) in does_not_exist_skipping()

12345678910>>...25