Tom Lane <[EMAIL PROTECTED]> writes: > You could possibly put it next to the existing function > interpretInhOption(), which does essentially the same kind of thing > and for the same reason. However, I can't argue that that > function's placement in parse_clause.c has any real strong > motivation either...
Yeah, I had considered that, but hesitated for the same reason you cite. Is it worth creating a parse_util.c, perhaps? makeObjectName() and CheckSelectForUpdate() from analyze.c might be worth moving there as well... -Neil ---------------------------(end of broadcast)--------------------------- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly