diff options
author | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2024-04-02 00:56:05 +0300 |
---|---|---|
committer | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2024-04-02 00:56:05 +0300 |
commit | 3d0f730bf19fbc70cca58818c1ad7415e5aa7d62 (patch) | |
tree | abdfaa169dcb09e48f50ca59805213a67500265f /src/interfaces/libpq/fe-secure-openssl.c | |
parent | 959b38d770ba1f8f35edab27ef3ccf8b1d99f5dd (diff) | |
download | postgresql-3d0f730bf19fbc70cca58818c1ad7415e5aa7d62.tar.gz postgresql-3d0f730bf19fbc70cca58818c1ad7415e5aa7d62.zip |
Introduce 'options' argument to heap_page_prune()
Currently there is only one option, HEAP_PAGE_PRUNE_MARK_UNUSED_NOW
which replaces the old boolean argument, but upcoming patches will
introduce at least one more. Having a lot of boolean arguments makes
it hard to see at the call sites what the arguments mean, so prefer a
bitmask of options with human-readable names.
Author: Melanie Plageman <melanieplageman@gmail.com>
Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
Discussion: https://www.postgresql.org/message-id/20240401172219.fngjosaqdgqqvg4e@liskov
Diffstat (limited to 'src/interfaces/libpq/fe-secure-openssl.c')
0 files changed, 0 insertions, 0 deletions