diff options
author | David Rowley <drowley@postgresql.org> | 2023-04-03 15:07:25 +1200 |
---|---|---|
committer | David Rowley <drowley@postgresql.org> | 2023-04-03 15:07:25 +1200 |
commit | 3f476c953495e4d52a1ac776f976df16964ba592 (patch) | |
tree | 77c7bd5b1f729f77be646dc3105e69e545b2d794 /src/backend/executor/nodeModifyTable.c | |
parent | 2e6ba13152624a837b67996eadfc58e75126071f (diff) | |
download | postgresql-3f476c953495e4d52a1ac776f976df16964ba592.tar.gz postgresql-3f476c953495e4d52a1ac776f976df16964ba592.zip |
Remove some global variables from vacuum.c
Using global variables because we don't want to pass these values around
as parameters does not really seem like a great idea, so let's remove
these two global variables and adjust a few functions to accept these
values as parameters instead.
This is part of a wider patch which intends to allow the size of the
buffer access strategy that vacuum uses to be adjusted.
Author: Melanie Plageman
Reviewed-by: Bharath Rupireddy
Discussion: https://postgr.es/m/CAAKRu_b1q_07uquUtAvLqTM%3DW9nzee7QbtzHwA4XdUo7KX_Cnw%40mail.gmail.com
Diffstat (limited to 'src/backend/executor/nodeModifyTable.c')
0 files changed, 0 insertions, 0 deletions