Add TODO file to CVS.

This commit is contained in:
Bruce Momjian 2010-05-12 02:23:56 +00:00
parent c2e9b2f288
commit 6c4a98d99c

6
contrib/pg_upgrade/TODO Normal file
View file

@ -0,0 +1,6 @@
o remove copy_dir code, or use it
o handle large object comments; this is difficult to do because the large object
doesn't exist when --schema-only is loaded
o consider using pg_depend for checking object usage in version.c
o if reindex is necessary, allow it to be done in parallel with pg_dump custom format
o migrate pg_statistic by dumping it out as a flat file, so analyze is not necessary