Refactor UnpinBuffer()
Aleksander Alekseev <aleksander@timescale.com>
From: Aleksander Alekseev <aleksander@timescale.com>
To: PostgreSQL Development <pgsql-hackers@postgresql.org>
Date: 2022-09-28T17:14:23Z
Lists: pgsql-hackers
Attachments
- v1-0001-Refactor-UnpinBuffer.patch (application/octet-stream) patch v1-0001
Hi hackers, The proposed patch removes the redundant `fixOwner` argument. """ The fixOwner bool argument ended up always being true, so it doesn't do much anymore. Removing it doesn't necessarily affect the performance a lot, but at least improves the readability. The procedure is static thus the extension authors are not going to be upset. """ -- Best regards, Aleksander Alekseev
Commits
-
Remove useless argument from UnpinBuffer()
- 65b158ae4e89 16.0 landed
-
Fix various shortcomings of the new PrivateRefCount infrastructure.
- 2d115e47c861 9.5.0 cited