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

Function ReleaseConnection

contrib/postgres_fdw/connection.c:634–642  ·  view source on GitHub ↗

* Release connection reference count created by calling GetConnection. */

Source from the content-addressed store, hash-verified

632 * Release connection reference count created by calling GetConnection.
633 */
634void
635ReleaseConnection(PGconn *conn)
636{
637 /*
638 * Currently, we don't actually track connection references because all
639 * cleanup is managed on a transaction or subtransaction basis instead. So
640 * there's nothing to do here.
641 */
642}
643
644/*
645 * Assign a "unique" number for a cursor.

Callers 8

postgresEndForeignScanFunction · 0.85
postgresEndDirectModifyFunction · 0.85
estimate_path_cost_sizeFunction · 0.85
finish_foreign_modifyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected