ReleasePendingPages releases any pages associated with closed read-only transactions.
()
| 44 | |
| 45 | // ReleasePendingPages releases any pages associated with closed read-only transactions. |
| 46 | ReleasePendingPages() |
| 47 | |
| 48 | // Free releases a page and its overflow for a given transaction id. |
| 49 | // If the page is already free or is one of the meta pages, then a panic will occur. |
no outgoing calls