dbTalk Databases Forums  

DB block format

comp.databases.postgresql comp.databases.postgresql


Discuss DB block format in the comp.databases.postgresql forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Mladen Gogala
 
Posts: n/a

Default DB block format - 02-27-2010 , 03:10 PM






Does anybody here know what is the definition of the DB block format and
in which source file can I find it? Also, where in the source can I find
the lock manager? I would like to take a look at that, too.


--
http://mgogala.freehostia.com

Reply With Quote
  #2  
Old   
Laurenz Albe
 
Posts: n/a

Default Re: DB block format - 03-01-2010 , 08:23 AM






Mladen Gogala
Quote:
Does anybody here know what is the definition of the DB block format and
in which source file can I find it?
The preferred term is "page", I think.
http://www.postgresql.org/docs/curre...ge-layout.html
This page also refers you to
src/include/storage/bufpage.h
for details.

Quote:
Also, where in the source can I find
the lock manager? I would like to take a look at that, too.
src/backend/storage/lmgr

Start by reading the README there.

Yours,
Laurenz Albe

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.