Return-Path: pg_adm@postgres.berkeley.edu
Received: by postgres.Berkeley.EDU (5.61/1.29)
	id AA17010; Fri, 28 Feb 92 16:06:56 -0800
Date: Fri, 28 Feb 92 16:06:56 -0800
Message-Id: <9202290006.AA17010@postgres.Berkeley.EDU>
From: George Hartzell <hartzell@genome.stanford.edu>
Subject: Re: PQexec in complex retrieve operations
To: postgres@postgres.berkeley.edu
Sender: pg_adm@postgres.berkeley.edu
References: <9202282159.AA15315@postgres.Berkeley.EDU>


You might try running your program just through the c preprocessor
(look at the -E option in cc's man page) and make sure that some funky
macro expansion isn't happening.

g.
