Postgres Process in Kernel Mode?

From: "moises" <moises(at)cedaivc(dot)co(dot)cu>
To: <pgsql-hackers(at)postgresql(dot)org>
Subject: Postgres Process in Kernel Mode?
Date: 2006-07-31 14:55:59
Message-ID: 20060731205541.854399FB30A@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hello,

I'm new in postgres SQL and I have some questions about the space where
postgres process run.

1-Can any body say me what libs use postgres for make system calls, for
example LIBC?

2-Can any body talk me if some postgres process can run in Linux kernel
space?

3- Some body knows if exist some projects that ports postgres process on
Linux kernel space.

I was read some source code of postgres, like,

Postgres.C and others.

I was found C instructions like Printf, that's prohibitive for Linux kernel
applications, for example in kernel mode we use printk.

I suppose that postgres are ported in a user space only. I'm Ok?

Thanks

Moises

-

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2006-07-31 15:12:14 Re: tg_trigtuple not NULL in AFTER STATEMENT triggers?
Previous Message Andrew Dunstan 2006-07-31 14:37:07 Re: Connection limit and Superuser