diff options
| author | Tom Lane | 2009-01-06 17:27:06 +0000 |
|---|---|---|
| committer | Tom Lane | 2009-01-06 17:27:06 +0000 |
| commit | e2286240112bcdff23fc9020e6191af1dbd5ffc8 (patch) | |
| tree | 714e9be17eba9ca0aa7aa6b4ba5882694e09a911 /contrib | |
| parent | 67156420002c716588106efdd1ef05ade510be28 (diff) | |
Remove references to pgsql-ports and pgsql-patches mailing lists from
various documentation, since those lists are now dead/deprecated.
Point to pgsql-bugs and/or pgsql-hackers as appropriate.
Diffstat (limited to 'contrib')
| -rw-r--r-- | contrib/pg_standby/pg_standby.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/pg_standby/pg_standby.c b/contrib/pg_standby/pg_standby.c index 5fd1d842c4..fe8b234650 100644 --- a/contrib/pg_standby/pg_standby.c +++ b/contrib/pg_standby/pg_standby.c @@ -1,5 +1,5 @@ /* - * $PostgreSQL: pgsql/contrib/pg_standby/pg_standby.c,v 1.16 2008/12/15 22:13:02 momjian Exp $ + * $PostgreSQL: pgsql/contrib/pg_standby/pg_standby.c,v 1.17 2009/01/06 17:27:06 tgl Exp $ * * * pg_standby.c @@ -91,7 +91,7 @@ struct stat stat_buf; * accessible directory. If you want to make other assumptions, * such as using a vendor-specific archive and access API, these * routines are the ones you'll need to change. You're - * enouraged to submit any changes to pgsql-patches@postgresql.org + * enouraged to submit any changes to pgsql-hackers@postgresql.org * or personally to the current maintainer. Those changes may be * folded in to later versions of this program. */ |
