MCPcopy Create free account
hub / github.com/apache/cloudberry / GetForeignServer

Function GetForeignServer

src/backend/foreign/foreign.c:199–203  ·  view source on GitHub ↗

* GetForeignServer - look up the foreign server definition. */

Source from the content-addressed store, hash-verified

197 * GetForeignServer - look up the foreign server definition.
198 */
199ForeignServer *
200GetForeignServer(Oid serverid)
201{
202 return GetForeignServerExtended(serverid, 0);
203}
204
205
206/*

Callers 15

make_new_connectionFunction · 0.85
get_batch_size_optionFunction · 0.85
fileGetOptionsFunction · 0.85
ATExecGenericOptionsFunction · 0.85
GetRelFdwNameMethod · 0.85

Calls 1

GetForeignServerExtendedFunction · 0.85

Tested by

no test coverage detected