Re: [HACKERS] dbt2-shell script problem

2010-01-14 Thread Jonas J
, 2010 at 4:18 PM, Jonas J autoram...@gmail.com wrote: I get the dbt2 project from the git tree. And i'm trying to make it work with postgres. The problem is in one of the dbt2 shell scripts. Since I dont understand of Shell Script Programing, here is my problem: (I will post the script

[HACKERS] dbt2-shell script problem

2010-01-11 Thread Jonas J
Hi guys, I get the dbt2 project from the git tree. And i'm trying to make it work with postgres. The problem is in one of the dbt2 shell scripts. Since I dont understand of Shell Script Programing, here is my problem: (I will post the script on the end) 1 - I executed: dbt2-pgsql-load-db -d

Re: [HACKERS] A sniffer for the buffer

2009-12-08 Thread Jonas J
). Then all blocks that PostgreSQL request to the buffer layer I will capture. Do DTrace can give my this information? Thanks in advance, Jonas Jeske 2009/12/8 Greg Smith g...@2ndquadrant.com Jonas J wrote: I took a look in the code again and made some changes. For the readBuffer im doing now

[HACKERS] A sniffer for the buffer

2009-12-06 Thread Jonas J
Hi, I'm a Computer Science student and I'm currently studying databases buffer managers. I want to do some experiments and see how the pages access works in PostgreSQL. (and I also will do some I/O experiments) So, I want to do a sniffer on the Storage Layer of Postgresql. It should work