From 3fcfb0e1f4cf535ce3356ecef32a21a9e9fc27b5 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Fri, 22 Jul 2016 08:20:28 +0200 Subject: Move the repo to github. --- TODO | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 TODO (limited to 'TODO') diff --git a/TODO b/TODO deleted file mode 100644 index f4e16e8..0000000 --- a/TODO +++ /dev/null @@ -1,35 +0,0 @@ -* testsuite - - check bash "static" analysis - -* root-testsuite (future) - - check that --port is required for @ units - - check that the --port option in '--{initdb,upgrade} --port XXX' is ignored - (and user warned) when port is already specified somewhere else (systemd - or postgresql.conf) - -* warn about privileged port usage - -* bash-completion script - -* coloring? - -* make the README.rpm-dist manual page as it allows user showing the content - in formatting based on its own preference. It allows also easier templating - (too-long lines, etc). - -* build system - - generate the binary scripts outside '$(srcdir)' as maintainer tends to - edit generated file instead its '*.in' parent - -* Allow guys from KDE upgrade the PG stack somehow. - -* stylesheets & html version for README.rpm-dist - -* option for admin-defined configuration file - -* old stack breakage after pg_upgrade (check whats going on?) - -* check for running postmaster! (even running postgresql92 server breaks - upgrade from postgresql to rh-postgresql94-postgresql on RHEL6) - -* SELinux advice (if selinux is not disabled) -- cgit