problem with using O_DIRECT

From: "Ye Qin" <brian(dot)qin(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: problem with using O_DIRECT
Date: 2006-10-12 02:44:33
Message-ID: 27714fdf0610111944u175cec4al320e228c75cdef16@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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"?

Any advice?

Thanks,

Brian

Browse pgsql-hackers by date

  From Date Subject
Next Message Christopher Browne 2006-10-12 03:29:15 Re: Hints WAS: Index Tuning Features
Previous Message Merlin Moncure 2006-10-12 02:11:37 Re: Database Auditing