projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
395d125
)
Move pg_upgrade TODO to TODO wiki.
author
Bruce Momjian
<bruce@momjian.us>
Wed, 12 May 2010 13:59:21 +0000
(13:59 +0000)
committer
Bruce Momjian
<bruce@momjian.us>
Wed, 12 May 2010 13:59:21 +0000
(13:59 +0000)
contrib/pg_upgrade/TODO
[deleted file]
patch
|
blob
|
blame
|
history
diff --git
a/contrib/pg_upgrade/TODO
b/contrib/pg_upgrade/TODO
deleted file mode 100644
(file)
index
f22d373
..0000000
--- a/
contrib/pg_upgrade/TODO
+++ /dev/null
@@
-1,6
+0,0 @@
-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