]> granicus.if.org Git - postgresql/commit
o note that now pg_database has a new attribuite "encoding" even
authorBruce Momjian <bruce@momjian.us>
Mon, 24 Aug 1998 01:14:24 +0000 (01:14 +0000)
committerBruce Momjian <bruce@momjian.us>
Mon, 24 Aug 1998 01:14:24 +0000 (01:14 +0000)
commitc0b01461db59a472f5817a8c6e99091b8a48ffc5
tree8ea77fde00c4a8da22920d9d0aa7f8b8a77e67e0
parent9438fe5d091162136e96991da391a559e078aa23
o note that now pg_database has a new attribuite "encoding" even
if MULTIBYTE is not enabled. So be sure to run initdb.

o these patches are made against the latest source tree (after
Bruce's massive patch, I think) BTW, I noticed that after running
regression, the oid field of pg_type seems disappeared.

regression=> select oid from pg_type; ERROR:  attribute
'oid' not found

this happens after the constraints test. This occures with/without
my patches. strange...

o pg_database_mb.h, pg_class_mb.h, pg_attribute_mb.h are no longer
used, and shoud be removed.

o GetDatabaseInfo() in utils/misc/database.c removed (actually in
#ifdef 0). seems nobody uses.

t-ishii@sra.co.jp
27 files changed:
src/backend/bootstrap/bootparse.y
src/backend/bootstrap/bootscanner.l
src/backend/commands/copy.c
src/backend/commands/dbcommands.c
src/backend/commands/rename.c
src/backend/parser/gram.y
src/backend/storage/lmgr/lmgr.c
src/backend/storage/smgr/md.c
src/backend/tcop/utility.c
src/backend/utils/cache/Makefile
src/backend/utils/cache/fcache.c
src/backend/utils/init/postinit.c
src/backend/utils/mb/conv.c
src/backend/utils/mb/wchar.c
src/backend/utils/misc/database.c
src/bin/initdb/initdb.sh
src/bin/pg_dump/pg_dumpall
src/include/catalog/pg_attribute.h
src/include/catalog/pg_attribute_mb.h [deleted file]
src/include/catalog/pg_class.h
src/include/catalog/pg_class_mb.h [deleted file]
src/include/catalog/pg_database.h
src/include/catalog/pg_database_mb.h [deleted file]
src/include/commands/dbcommands.h
src/include/mb/pg_wchar.h
src/include/miscadmin.h
src/include/nodes/parsenodes.h