postgresql/src/backend/utils
Bruce Momjian c0b01461db 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
1998-08-24 01:14:24 +00:00
..
adt heap_fetch requires buffer pointer, must be released; heap_getnext 1998-08-19 02:04:17 +00:00
cache o note that now pg_database has a new attribuite "encoding" even 1998-08-24 01:14:24 +00:00
error Rename signal to SIGHUP. 1998-07-07 22:00:31 +00:00
fmgr heap_fetch requires buffer pointer, must be released; heap_getnext 1998-08-19 02:04:17 +00:00
hash Remove un-needed braces around single statements. 1998-06-15 19:30:31 +00:00
init o note that now pg_database has a new attribuite "encoding" even 1998-08-24 01:14:24 +00:00
mb o note that now pg_database has a new attribuite "encoding" even 1998-08-24 01:14:24 +00:00
misc o note that now pg_database has a new attribuite "encoding" even 1998-08-24 01:14:24 +00:00
mmgr Remove un-needed braces around single statements. 1998-06-15 19:30:31 +00:00
sort Remove un-needed braces around single statements. 1998-06-15 19:30:31 +00:00
time heap_fetch requires buffer pointer, must be released; heap_getnext 1998-08-19 02:04:17 +00:00
Gen_fmgrtab.sh.in fmgr_faddr cleanup 1998-01-31 05:54:57 +00:00
Makefile From: t-ishii@sra.co.jp 1998-07-26 04:31:41 +00:00