postgresql/src/include/nodes
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
..
execnodes.h Update mark/reset index code for multiple indexes, (OR code). 1998-08-03 19:41:35 +00:00
makefuncs.h makeTargetEntry cleanup. 1998-07-20 20:48:54 +00:00
memnodes.h
nodeFuncs.h
nodes.h From: Jan Wieck <jwieck@debis.com> 1998-08-18 00:49:04 +00:00
params.h pgindent run before 6.3 release, with Thomas' requested changes. 1998-02-26 04:46:47 +00:00
parsenodes.h o note that now pg_database has a new attribuite "encoding" even 1998-08-24 01:14:24 +00:00
pg_list.h
plannodes.h MergeSort was sometimes called mergejoin and was confusing. Now 1998-08-04 16:44:31 +00:00
primnodes.h Change atttypmod from int16 to int32, for Thomas. 1998-07-12 21:29:40 +00:00
print.h pgindent run before 6.3 release, with Thomas' requested changes. 1998-02-26 04:46:47 +00:00
readfuncs.h Cleanup up include files. 1997-11-26 01:14:33 +00:00
relation.h MergeSort was sometimes called mergejoin and was confusing. Now 1998-08-04 16:44:31 +00:00