pgsql: Faster PageIsVerified() for the all zeroes case.

Поиск
Список
Период
Сортировка
От Andres Freund
Тема pgsql: Faster PageIsVerified() for the all zeroes case.
Дата
Msg-id E1bi9aV-0005L0-LM@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Faster PageIsVerified() for the all zeroes case.

That's primarily useful for testing very large relations, using sparse
files.

Discussion: <20140331101001.GE13135@alap3.anarazel.de>
Reviewed-By: Peter Geoghegan

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/417fefaf089fc0b73607cbbe8bcd0bc9e89d08ef

Modified Files
--------------
src/backend/storage/page/bufpage.c | 15 +++++++++++----
1 file changed, 11 insertions(+), 4 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Andres Freund
Дата:
Сообщение: pgsql: Improve scalability of md.c for large relations.
Следующее
От: Simon Riggs
Дата:
Сообщение: pgsql: Correct TABLESAMPLE docs