Prachi Tyagi <[EMAIL PROTECTED]> writes:
> I need a specific part of the PostgreSQL system. I just want the B+-tree index and
> the rule system code. Do you know how can I just get the source code for these two ?
src/backend/access/nbtree and src/backend/rewrite, but I think you will
find that there are enough interdependencies with other parts of the
backend that extracting either one as a "standalone" module would be
quite painful.
regards, tom lane
PS: pgsql-committers is not the appropriate place for questions.
---------------------------(end of broadcast)---------------------------
TIP 9: the planner will ignore your desire to choose an index scan if your
joining column's datatypes do not match