[HACKERS] problems with configure

2003-02-09 Thread Olivier PRENANT
Hi every one, I'm having a weird time compiling postgresql 7.3.x on uw 713. No matter what I put after .configure, it's not taken into account :? Works fine on uw 711 the neat exemple is that it can't find readline even with --with-includes=/usr/local/include --with-java doesn't event check

[HACKERS]

2003-02-09 Thread postgresql
Hello to any person who is interested: Our team are trying hard on the PostgreSQL test,including JDBC,ODBC,SQL. Could anyone give us some instructions about SQL Conformance? We've got NIST's SQL Test Suite V6 and tried it.But after checking its some SQL scripts,I found it was not as good as the

[HACKERS]

2003-02-09 Thread postgresql
Hello to any person who is interested: Our team are trying hard on the PostgreSQL test,including JDBC,ODBC,SQL. Could anyone give us some instructions about SQL Conformance? We've got NIST's SQL Test Suite V6 and tried it.But after checking its some SQL scripts,I found it was not as good as the

[HACKERS] descriptors in buffer manager?

2003-02-09 Thread Frank Guan
Hi, This is my first time posting. I'd like to ask about the source code for postgresql, in particular the buffer manager code. What do all the various descriptors do? (i.e. free_list_descriptor, data_descriptor) I can't find comments that explain their function =(. Frank