What would be better for the function autoprewarm_dump_now in case when we need to allocate memory that exceeds 1 GB: 1) allocate enough memory for the entire shared_buffer array (1..NBuffers) using palloc_extended; 2) allocate the maximum of currently possible memory (1 GB) using an ordinary palloc.