mirror of
https://github.com/postgres/postgres.git
synced 2026-06-05 07:13:06 -04:00
171824087c
was in the thread "make BufferGetBlockNumber() a macro". Tom objected to the original patch, so I prepared a new one which doesn't change BufferGetBlockNumber() into a macro, it just cleans up some comments and fixes an assertion. The patch is attached. Neil Conway