From:
Marti Raudsepp <marti(at)juffo(dot)org>
To:
Dimitri Fontaine <dimitri(at)2ndquadrant(dot)fr>
Cc:
Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Josh Berkus <josh(at)agliodbs(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject:
Re: We really ought to do something about O_DIRECT and
data=journalled on ext4
Date:
2010-12-01 11:46:45
Message-ID:
AANLkTim4o_+odFB4SqDkRrUEgZpRiXSvnP0twh1641CS@mail.gmail.com (view raw or flat )
Thread:
2010-12-01 02:55:58 from Josh Berkus <josh(at)agliodbs(dot)com>
2010-12-01 03:09:01 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2010-12-01 03:13:11 from Josh Berkus <josh(at)agliodbs(dot)com>
2010-12-01 05:31:34 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2010-12-01 10:35:50 from Dimitri Fontaine <dimitri(at)2ndQuadrant(dot)fr>
2010-12-01 11:46:45 from Marti Raudsepp <marti(at)juffo(dot)org>
2010-12-01 13:50:36 from Robert Haas <robertmhaas(at)gmail(dot)com>
2010-12-01 17:58:24 from Josh Berkus <josh(at)agliodbs(dot)com>
2010-12-01 18:09:05 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2010-12-01 18:19:40 from Josh Berkus <josh(at)agliodbs(dot)com>
2010-12-01 18:53:09 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2010-12-01 19:00:25 from Josh Berkus <josh(at)agliodbs(dot)com>
2010-12-01 18:41:46 from Andres Freund <andres(at)anarazel(dot)de>
2010-12-01 19:03:38 from Andrew Dunstan <andrew(at)dunslane(dot)net>
2010-12-01 22:48:05 from Greg Smith <greg(at)2ndquadrant(dot)com>
2010-12-06 20:53:42 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2010-12-06 23:56:26 from Greg Smith <greg(at)2ndquadrant(dot)com>
2010-12-07 00:43:15 from Steve Singer <ssinger(at)ca(dot)afilias(dot)info>
2010-12-07 02:00:24 from Josh Berkus <josh(at)agliodbs(dot)com>
2010-12-07 18:16:57 from Steve Singer <ssinger(at)ca(dot)afilias(dot)info>
2010-12-07 01:34:33 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2010-12-08 15:14:18 from Marti Raudsepp <marti(at)juffo(dot)org>
2010-12-08 15:36:21 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2010-12-07 02:04:02 from Josh Berkus <josh(at)agliodbs(dot)com>
2010-12-07 02:05:28 from Robert Haas <robertmhaas(at)gmail(dot)com>
2010-12-07 02:10:13 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2010-12-07 02:12:25 from Josh Berkus <josh(at)agliodbs(dot)com>
2011-03-11 01:25:52 from Bruce Momjian <bruce(at)momjian(dot)us>
2010-12-07 02:32:48 from Josh Berkus <josh(at)agliodbs(dot)com>
2010-12-01 03:25:22 from Andrew Dunstan <andrew(at)dunslane(dot)net>
2010-12-01 04:17:05 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2010-12-01 14:00:13 from Andrew Dunstan <andrew(at)dunslane(dot)net>
2010-12-02 23:58:36 from Bruce Momjian <bruce(at)momjian(dot)us>
2010-12-03 19:55:23 from Josh Berkus <josh(at)agliodbs(dot)com>
2010-12-03 20:02:24 from Heikki Linnakangas <heikki(dot)linnakangas(at)enterprisedb(dot)com>
Lists:
pgsql-hackers
On Wed, Dec 1, 2010 at 12:35, Dimitri Fontaine <dimitri(at)2ndquadrant(dot)fr> wrote:
> PANIC: could not open file "pg_xlog/000000010000000000000001" (log file 0, segment 1): Invalid argument
+1 I got the same error when trying to get PostgreSQL working on tmpfs
and gave up.
> Now I understand that you want to test the other alternatives before to
> choose among those which work, but my opinion is that it should be fixed
> in HEAD before next alpha, or even ASAP.
It's queued for this month's commitfest, so things are moving.
https://commitfest.postgresql.org/action/patch_view?id=432
Regards,
Marti
In response to
pgsql-hackers by date
Next :From: Valentine GogichashviliDate: 2010-12-01 11:46:49
Subject : Re: DELETE with LIMIT (or my first hack)
Previous :From : Itagaki TakahiroDate : 2010-12-01 11:41:09
Subject : Re: pg_execute_from_file review