* Release connection reference count created by calling GetConnection. */
| 632 | * Release connection reference count created by calling GetConnection. |
| 633 | */ |
| 634 | void |
| 635 | ReleaseConnection(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. |
no outgoing calls
no test coverage detected