CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: neilc(at)svr1(dot)postgresql(dot)org 04/01/22 22:13:12
Modified files:
src/backend/commands: tablecmds.c
src/backend/parser: analyze.c parse_clause.c
src/include/parser: analyze.h parse_clause.h
Log message:
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
pgsql-committers by date
| Next: | From: Bruce Momjian | Date: 2004-01-23 05:05:34 |
| Subject: pgsql-server/doc TODO |
| Previous: | From: Peter Eisentraut | Date: 2004-01-22 21:13:45 |
| Subject: pgsql-server/src/bin/psql/po Tag: REL7_4_STABL ... |