From: | 王宝兵 <wangbaobing(at)gmail(dot)com> |
---|---|
To: | <pgsql-hackers(at)postgresql(dot)org>, <pgsql-novice(at)postgresql(dot)org> |
Subject: | About Buffer Flushing Function |
Date: | 2006-03-12 07:34:24 |
Message-ID: | 4413CEF8.000003.01632@WANGBAOBING |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers pgsql-novice |
I'm now participating in a PG project.I need to modify some parts of the
log buffer flushing function and the data buffer flushing function.I don't
know where they are.
Could you tell me where the following two functions are:
--Log Buffer Flush:Only flush the dirty log buffer into the disk,not
including the database data.(Is it XLogFlush in xlog.c?)
--Data Buffer Flush:Only flush the dirty database data(items) into the disk
not including the log buffer.
I'm now in urgent need of your help.
Thank you in advance!
Charlie Wang
From | Date | Subject | |
---|---|---|---|
Next Message | Marc G. Fournier | 2006-03-12 09:59:04 | Re: PostgreSQL Anniversary Summit, Call for Contributions |
Previous Message | David Fetter | 2006-03-12 01:57:46 | Re: psql -p 5433; create database test; \c test failing |
From | Date | Subject | |
---|---|---|---|
Next Message | Qingqing Zhou | 2006-03-13 03:02:34 | Re: About Buffer Flushing Function |
Previous Message | Ronni | 2006-03-11 22:56:53 | Re: Permissions to users ??? (FATAL: Ident authentication |