Re: [HACKERS] small improvement in buffread common

2008-08-05 Thread Tom Lane
Zdenek Kotala <[EMAIL PROTECTED]> writes: > I attach patch which removes useless page header check when page is zeroed. > It > is primary used by hash index. Looks reasonable; applied. regards, tom lane -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.o

[HACKERS] small improvement in buffread common

2008-08-05 Thread Zdenek Kotala
I attach patch which removes useless page header check when page is zeroed. It is primary used by hash index. Zdenek -- Zdenek Kotala Sun Microsystems Prague, Czech Republic http://sun.com/postgresql *** pgsql_page_api.7c9eff0cf439/src/backend/storage/buffer/bufmgr.c Ã