Fix a minor bug introduced by the recent CREATE TABLE AS / WITH OIDS

Neil Conway <neilc@samurai.com>

Commit: 0bd3606d72904dd8dccec7732c1d31bc8629095a
Author: Neil Conway <neilc@samurai.com>
Date: 2004-01-23T02:13:12Z
Releases: 8.0.0
Fix a minor bug introduced by the recent CREATE TABLE AS / WITH OIDS
patch: a 3-value enum was mistakenly assigned directly to a 'bool'
in transformCreateStmt(). Along the way, change makeObjectName()
to be static, as it isn't used outside analyze.c

Files