aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/jsonfuncs.c
diff options
context:
space:
mode:
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>2016-10-12 12:05:45 +0300
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>2016-10-12 12:05:45 +0300
commitb75f467b6eec0678452fd8d7f8d306e6df3a1076 (patch)
tree43405283bb7a2c03dd850129de8eee4c980422e1 /src/backend/utils/adt/jsonfuncs.c
parent2f1eaf87e868a1c42f2b159958623daa6a666de4 (diff)
downloadpostgresql-b75f467b6eec0678452fd8d7f8d306e6df3a1076.tar.gz
postgresql-b75f467b6eec0678452fd8d7f8d306e6df3a1076.zip
Simplify the code for logical tape read buffers.
Pass the buffer size as argument to LogicalTapeRewindForRead, rather than setting it earlier with the separate LogicTapeAssignReadBufferSize call. This way, the buffer size is set closer to where it's actually used, which makes the code easier to understand. This makes the calculation for how much memory to use for the buffers less precise. We now use the same amount of memory for every tape, rounded down to the nearest BLCKSZ boundary, instead of using one more block for some tapes, to get the total up to exact amount of memory available. That should be OK, merging isn't too sensitive to the exact amount of memory used. Reviewed by Peter Geoghegan Discussion: <0f607c4b-df23-353e-bf56-c0389d28495f@iki.fi>
Diffstat (limited to 'src/backend/utils/adt/jsonfuncs.c')
0 files changed, 0 insertions, 0 deletions