Tom Lane wrote: > Bruce Momjian <pgman@candle.pha.pa.us> writes: > > I was able to reproduce this on Unix by adding -DEXEC_BACKEND to the > > compile line. It errors out on DEBUG3 and higher. > > I tried on CVS tip and don't see a problem. Which branch were you > testing?
Uh, CVS HEAD. I put -DEXEC_BACKEND into Makefile.custom, and recompiled and initdb'ed. I then modified postgresql.conf and set log_min_messages to "debug5". Then stop and start the server. The server log looks like the server is running, but you cannot connect using psql, so something died. -- Bruce Momjian | http://candle.pha.pa.us pgman@candle.pha.pa.us | (610) 359-1001 + If your life is a hard drive, | 13 Roberts Road + Christ can be your backup. | Newtown Square, Pennsylvania 19073 ---------------------------(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