mirror of
https://github.com/postgres/postgres.git
synced 2026-04-07 18:26:06 -04:00
Refactor pg_buffercache_pages() to use SFRM_Materialize mode and construct a tuplestore directly. That's simpler and more efficient than collecting all the data to a custom array first. Author: Ashutosh Bapat <ashutosh.bapat.oss@gmail.com> Author: Palak Chaturvedi <chaturvedipalak1911@gmail.com> Discussion: https://www.postgresql.org/message-id/CAExHW5sMsaz1j+hrdhyo-DJp7JCgJx87=q2iJfOc_9mwYWyvmw@mail.gmail.com |
||
|---|---|---|
| .. | ||
| expected | ||
| sql | ||
| .gitignore | ||
| Makefile | ||
| meson.build | ||
| pg_buffercache--1.0--1.1.sql | ||
| pg_buffercache--1.1--1.2.sql | ||
| pg_buffercache--1.2--1.3.sql | ||
| pg_buffercache--1.2.sql | ||
| pg_buffercache--1.3--1.4.sql | ||
| pg_buffercache--1.4--1.5.sql | ||
| pg_buffercache--1.5--1.6.sql | ||
| pg_buffercache--1.6--1.7.sql | ||
| pg_buffercache.control | ||
| pg_buffercache_pages.c | ||