Fix a minor bug introduced by the recent CREATE TABLE AS / WITH OIDS
authorNeil Conway <neilc@samurai.com>
Fri, 23 Jan 2004 02:13:12 +0000 (02:13 +0000)
committerNeil Conway <neilc@samurai.com>
Fri, 23 Jan 2004 02:13:12 +0000 (02:13 +0000)
commit0bd3606d72904dd8dccec7732c1d31bc8629095a
tree73e0f7f627098ece298617cc95236feae42cf545
parentcd1702dc3a4dad0ef2b3b68b73a264998ac3eee2
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
src/backend/commands/tablecmds.c
src/backend/parser/analyze.c
src/backend/parser/parse_clause.c
src/include/parser/analyze.h
src/include/parser/parse_clause.h