]> granicus.if.org Git - postgresql/commitdiff
Add TODO file to CVS.
authorBruce Momjian <bruce@momjian.us>
Wed, 12 May 2010 02:23:56 +0000 (02:23 +0000)
committerBruce Momjian <bruce@momjian.us>
Wed, 12 May 2010 02:23:56 +0000 (02:23 +0000)
contrib/pg_upgrade/TODO [new file with mode: 0644]

diff --git a/contrib/pg_upgrade/TODO b/contrib/pg_upgrade/TODO
new file mode 100644 (file)
index 0000000..f22d373
--- /dev/null
@@ -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