Re: Subject: problem with using O_DIRECT

From: "Jim C(dot) Nasby" <jim(at)nasby(dot)net>
To: Ye Qin <brian(dot)qin(at)gmail(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Subject: problem with using O_DIRECT
Date: 2006-10-12 13:29:27
Message-ID: 20061012132926.GO28647@nasby.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Oct 12, 2006 at 12:19:07AM -0400, Ye Qin wrote:
> I tried to use O_DIRECT on Linux (SuSe) Kernel 2.6, but failed to make it
> run.
> For example, if I added the option in the "open" of BasicOpenFile(),
> I got the following error after typing "psql -l",
>
> psql: could not connect to server: Connection refused
> Is the server running locally and accepting
> connections on Unix domain socket "/tmp/.s.PGSQL.5432"?

That only shows that the server's not running, which doesn't tell us
much. Are there errors in the server log? Did it dump core?
--
Jim Nasby jim(at)nasby(dot)net
EnterpriseDB http://enterprisedb.com 512.569.9461 (cell)

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Martijn van Oosterhout 2006-10-12 14:08:55 Re: Hints WAS: Index Tuning Features
Previous Message Scott Ribe 2006-10-12 13:29:04 Re: more anti-postgresql FUD