Skip to content

Commit

Permalink
Dropped any reference to pgfoundry
Browse files Browse the repository at this point in the history
Close #237
  • Loading branch information
dvarrazzo committed Sep 30, 2020
1 parent 5d75de5 commit cbe2314
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 21 deletions.
3 changes: 1 addition & 2 deletions README.rst
Expand Up @@ -5,7 +5,6 @@ pg_repack -- Reorganize tables in PostgreSQL databases with minimal locks
- Download: https://pgxn.org/dist/pg_repack/
- Development: https://github.com/reorg/pg_repack
- Bug Report: https://github.com/reorg/pg_repack/issues
- Mailing List: http://pgfoundry.org/mailman/listinfo/reorg-general

|travis|

Expand Down Expand Up @@ -49,4 +48,4 @@ drop-in replacement: you are advised to check the documentation__ before
upgrading from previous versions.

.. __: pg_repack_
.. _pg_reorg: http://reorg.projects.pgfoundry.org/
.. _pg_reorg: https://github.com/reorg/pg_reorg
2 changes: 1 addition & 1 deletion SPECS/pg_repack84.spec
Expand Up @@ -9,7 +9,7 @@ Release: 1%{?dist}
License: BSD
Group: Applications/Databases
Source0: %{sname}-%{version}.tar.gz
URL: http://pgfoundry.org/projects/%{sname}/
URL: https://reorg.github.io/%{sname}/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-%(%{__id_u} -n)

BuildRequires: postgresql-devel, postgresql
Expand Down
2 changes: 1 addition & 1 deletion SPECS/pg_repack90.spec
Expand Up @@ -14,7 +14,7 @@ Release: 1%{?dist}
License: BSD
Group: Applications/Databases
Source0: %{sname}-%{version}.tar.gz
URL: http://pgfoundry.org/projects/%{sname}/
URL: https://reorg.github.io/%{sname}/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-%(%{__id_u} -n)

BuildRequires: postgresql90-devel, postgresql90
Expand Down
4 changes: 2 additions & 2 deletions bin/pg_repack.c
Expand Up @@ -10,8 +10,8 @@
* @brief Client Modules
*/

const char *PROGRAM_URL = "http://reorg.github.com/pg_repack";
const char *PROGRAM_EMAIL = "reorg-general@lists.pgfoundry.org";
const char *PROGRAM_URL = "https://reorg.github.io/pg_repack/";
const char *PROGRAM_ISSUES = "https://github.com/reorg/pg_repack/issues";

#ifdef REPACK_VERSION
/* macro trick to stringify a macro expansion */
Expand Down
6 changes: 3 additions & 3 deletions bin/pgut/pgut-fe.c
Expand Up @@ -817,12 +817,12 @@ help(bool details)
printf(" --help show this help, then exit\n");
printf(" --version output version information, then exit\n");

if (details && (PROGRAM_URL || PROGRAM_EMAIL))
if (details && (PROGRAM_URL || PROGRAM_ISSUES))
{
printf("\n");
if (PROGRAM_URL)
printf("Read the website for details: <%s>.\n", PROGRAM_URL);
if (PROGRAM_EMAIL)
printf("Report bugs to <%s>.\n", PROGRAM_EMAIL);
if (PROGRAM_ISSUES)
printf("Report bugs to <%s>.\n", PROGRAM_ISSUES);
}
}
2 changes: 1 addition & 1 deletion bin/pgut/pgut.h
Expand Up @@ -43,7 +43,7 @@ typedef void (*pgut_atexit_callback)(bool fatal, void *userdata);
extern const char *PROGRAM_NAME;
extern const char *PROGRAM_VERSION;
extern const char *PROGRAM_URL;
extern const char *PROGRAM_EMAIL;
extern const char *PROGRAM_ISSUES;

/*
* pgut framework variables and functions
Expand Down
6 changes: 3 additions & 3 deletions doc/pg_repack.rst
Expand Up @@ -33,7 +33,7 @@ NOTICE:
.. _VACUUM FULL: VACUUM_
.. _VACUUM: http://www.postgresql.org/docs/current/static/sql-vacuum.html
.. _project page: https://github.com/reorg/pg_repack
.. _pg_reorg: http://reorg.projects.pgfoundry.org/
.. _pg_reorg: https://github.com/reorg/pg_reorg


Requirements
Expand Down Expand Up @@ -64,8 +64,8 @@ the package; use::

Check the `pgxn install documentation`__ for the options available.

.. _PGXN Client: http://pgxnclient.projects.pgfoundry.org/
.. __: http://pgxnclient.projects.pgfoundry.org/usage.html#pgxn-install
.. _PGXN Client: https://pgxn.github.io/pgxnclient/
.. __: https://pgxn.github.io/pgxnclient/usage.html#pgxn-install


Installation
Expand Down
10 changes: 5 additions & 5 deletions doc/pg_repack_jp.rst
Expand Up @@ -55,7 +55,7 @@ pg_repackでは再編成する方法として次のものが選択できます
.. _VACUUM FULL: VACUUM_
.. _VACUUM: http://www.postgresql.jp/document/current/html/sql-vacuum.html
.. _project page: https://github.com/reorg/pg_repack
.. _pg_reorg: http://reorg.projects.pgfoundry.org/
.. _pg_reorg: https://github.com/reorg/pg_reorg


.. Requirements
Expand Down Expand Up @@ -95,8 +95,8 @@ PostgreSQL バージョン
Check the `pgxn install documentation`__ for the options available.
.. _PGXN Client: http://pgxnclient.projects.pgfoundry.org/
.. __: http://pgxnclient.projects.pgfoundry.org/usage.html#pgxn-install
.. _PGXN Client: https://pgxn.github.io/pgxnclient/
.. __: https://pgxn.github.io/pgxnclient/usage.html#pgxn-install
ダウンロード
Expand All @@ -113,8 +113,8 @@ pg_repackは、PGXNのWebサイトから `ダウンロード`__ できます。

利用可能なオプションについては `pgxn install コマンドのドキュメント`__ を参照してください。

.. _PGXN Client: http://pgxnclient.projects.pgfoundry.org/
.. __: http://pgxnclient.projects.pgfoundry.org/usage.html#pgxn-install
.. _PGXN Client: https://pgxn.github.io/pgxnclient/
.. __: https://pgxn.github.io/pgxnclient/usage.html#pgxn-install



Expand Down
5 changes: 2 additions & 3 deletions doc/release.rst
Expand Up @@ -27,7 +27,7 @@ with the right privileges: contact Daniele Varrazzo to obtain them.
the path, e.g. ``PATH=$(pg_config --bindir):$PATH``; check the ``install``
log to see where ``pg_repack`` executable was installed).

.. __: http://pgxnclient.projects.pgfoundry.org/
.. __: https://pgxn.github.io/pgxnclient/

- Push the code changes on github::

Expand Down Expand Up @@ -60,5 +60,4 @@ with the right privileges: contact Daniele Varrazzo to obtain them.

- Check the page http://reorg.github.io/pg_repack/ is right.

- Announce the package on reorg-general@pgfoundry.org and
pgsql-announce@postgresql.org.
- Announce the package on pgsql-announce@postgresql.org.

0 comments on commit cbe2314

Please sign in to comment.