diff options
author | Bruce Momjian <bruce@momjian.us> | 2010-05-12 02:23:56 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2010-05-12 02:23:56 +0000 |
commit | 6c4a98d99cc5700fa8e1e4aa5cb7f859eb2a9970 (patch) | |
tree | 1a85cc59a3711b0f5a8f6b2ada5866d99331a856 | |
parent | c2e9b2f288185a8569f6391ea250c7eeafa6c14b (diff) | |
download | postgresql-6c4a98d99cc5700fa8e1e4aa5cb7f859eb2a9970.tar.gz postgresql-6c4a98d99cc5700fa8e1e4aa5cb7f859eb2a9970.zip |
Add TODO file to CVS.
-rw-r--r-- | contrib/pg_upgrade/TODO | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/contrib/pg_upgrade/TODO b/contrib/pg_upgrade/TODO new file mode 100644 index 00000000000..f22d373f80e --- /dev/null +++ b/contrib/pg_upgrade/TODO @@ -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 |