diff options
author | David Rowley <drowley@postgresql.org> | 2023-04-03 23:31:16 +1200 |
---|---|---|
committer | David Rowley <drowley@postgresql.org> | 2023-04-03 23:31:16 +1200 |
commit | 8d928e3a9fe7577e7abf2388b60cc67ed94f6d24 (patch) | |
tree | 61ebd0676b331c02de23844c615f1251fefbcd15 /src/backend/executor/nodeModifyTable.c | |
parent | 4830f102432518d06b50f61e0ab4c0c07082617b (diff) | |
download | postgresql-8d928e3a9fe7577e7abf2388b60cc67ed94f6d24.tar.gz postgresql-8d928e3a9fe7577e7abf2388b60cc67ed94f6d24.zip |
Rename BufferAccessStrategyData.ring_size to nbuffers
The new name better reflects what the field is - the size of the buffers[]
array. ring_size sounded more like it is in units of bytes.
An upcoming commit allows a BufferAccessStrategy of custom sizes, so it
seems relevant to improve this beforehand.
Author: Melanie Plageman
Reviewed-by: David Rowley
Discussion: https://postgr.es/m/CAAKRu_YefVbhg4rAxU2frYFdTap61UftH-kUNQZBvAs%2BYK81Zg%40mail.gmail.com
Diffstat (limited to 'src/backend/executor/nodeModifyTable.c')
0 files changed, 0 insertions, 0 deletions