From: | Bruce Momjian <bruce(at)momjian(dot)us> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | Greg Smith <gsmith(at)gregsmith(dot)com>, PostgreSQL-patches <pgsql-patches(at)postgresql(dot)org> |
Subject: | Re: [PERFORM] Direct I/O issues |
Date: | 2007-02-14 05:01:27 |
Message-ID: | 200702140501.l1E51Ro28045@momjian.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers pgsql-patches pgsql-performance |
Tom Lane wrote:
> Bruce Momjian <bruce(at)momjian(dot)us> writes:
> > Not sure if people want this for 8.2. I think we can modify
> > test_fsync.c anytime but the movement of the defines into an include
> > file is a backend code change.
>
> I think fooling with this on the day before RC1 is an unreasonable risk ...
> and I disapprove of moving this code into a widely-used include file
> like xlog.h, too.
fsync method defines moved to /include/access/xlogdefs.h so they can be
used by test_fsync.c.
--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://www.enterprisedb.com
+ If your life is a hard drive, Christ can be your backup. +
Attachment | Content-Type | Size |
---|---|---|
/rtmp/diff | text/x-diff | 9.5 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2007-02-14 05:11:27 | Re: [HACKERS] Error in from_char() for field 'D'? |
Previous Message | Bruce Momjian | 2007-02-14 04:45:21 | Re: [PATCHES] Re: [BUGS] BUG #2724: Could not check connection status with "ssl=on" |
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2007-02-14 05:11:27 | Re: [HACKERS] Error in from_char() for field 'D'? |
Previous Message | Bruce Momjian | 2007-02-14 04:45:21 | Re: [PATCHES] Re: [BUGS] BUG #2724: Could not check connection status with "ssl=on" |
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2007-02-14 07:15:44 | Re: cube operations slower than geo_distance() on production server |
Previous Message | Paul Ramsey | 2007-02-14 03:01:34 | Re: Proximity query with GIST and row estimation |