John wrote: > I am writing some plugin for pq. After running ./configure and make, > shall I just go to /src/bin/psql to execute my executable psql -U > (usrname) dbname? It seems that my updates in the file parse_expr.c > is not reflect in this executable?
Evidently you're not (only) writing a plugin but changing the source code. In that case, follow the normal installation instructions. -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match