* _bitmap_relbuf() -- release the buffer without writing. */
| 120 | * _bitmap_relbuf() -- release the buffer without writing. |
| 121 | */ |
| 122 | void |
| 123 | _bitmap_relbuf(Buffer buf) |
| 124 | { |
| 125 | UnlockReleaseBuffer(buf); |
| 126 | } |
| 127 | |
| 128 | /* |
| 129 | * _bitmap_init_lovpage -- initialize a new LOV page. |
no test coverage detected