| From: | Peter Eisentraut <peter(dot)eisentraut(at)enterprisedb(dot)com> |
|---|---|
| To: | Justin Pryzby <pryzby(at)telsasoft(dot)com>, Heikki Linnakangas <hlinnaka(at)iki(dot)fi> |
| Cc: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Stephen Frost <sfrost(at)snowman(dot)net>, Ian Lawrence Barwick <barwick(at)gmail(dot)com>, pgsql-hackers(at)postgresql(dot)org |
| Subject: | Re: [PATCH] remove pg_archivecleanup and pg_standby |
| Date: | 2020-11-20 16:26:54 |
| Message-ID: | 3de458c1-2299-92a8-1fa1-d59ac385140c@enterprisedb.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
On 2020-10-29 03:44, Justin Pryzby wrote:
> diff --git a/doc/src/sgml/contrib.sgml b/doc/src/sgml/contrib.sgml
> index 4e833d79ef..be4292ec33 100644
> --- a/doc/src/sgml/contrib.sgml
> +++ b/doc/src/sgml/contrib.sgml
> @@ -199,6 +199,5 @@ pages.
> part of the core <productname>PostgreSQL</productname> distribution.
> </para>
>
> - &pgstandby;
> </sect1>
> </appendix>
With this removal, that section becomes empty. So you probably want to
clean up or reorganize this a bit.
See https://www.postgresql.org/docs/devel/contrib-prog.html for the context.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | James Coleman | 2020-11-20 16:27:00 | Re: enable_incremental_sort changes query behavior |
| Previous Message | Robert Haas | 2020-11-20 16:23:44 | Re: [Patch] ALTER SYSTEM READ ONLY |