mirror of https://github.com/postgres/postgres
Querying the NUMA status can be quite time consuming, especially with large shared buffers.REL_18_STABLE8cc139bec3
called numa_move_pages() once, for all buffers, and we had to wait for the syscall to complete. But with the chunking, introduced by7fe2f67c7c
to work around a kernel bug, we can do CHECK_FOR_INTERRUPTS() after each chunk, allowing users to abort the execution. Reviewed-by: Christoph Berg <myon@debian.org> Reviewed-by: Bertrand Drouvot <bertranddrouvot.pg@gmail.com> Discussion: https://postgr.es/m/aEtDozLmtZddARdB@msg.df7cb.de Backpatch-through: 18
parent
14e52227e5
commit
54ac4944c3
Loading…
Reference in new issue