| From: | Peter Eisentraut <peter(dot)eisentraut(at)enterprisedb(dot)com> |
|---|---|
| To: | Kyotaro Horiguchi <horikyota(dot)ntt(at)gmail(dot)com>, pgsql-hackers(at)lists(dot)postgresql(dot)org |
| Subject: | Re: Unhyphenation of crash-recovery |
| Date: | 2022-03-17 06:42:42 |
| Message-ID: | 289d58b9-6339-de95-133c-818468dbf605@enterprisedb.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
On 16.03.22 02:25, Kyotaro Horiguchi wrote:
> Hello, this is a derived topic from [1], summarized as $SUBJECT.
>
> This just removes useless hyphens from the words
> "(crash|emergency)-recovery". We don't have such wordings for "archive
> recovery" This patch fixes non-user-facing texts as well as
> user-facing ones.
Most changes in this patch are not the correct direction. The hyphens
are used to group compound adjectives before nouns. For example,
simple crash-recovery cases
means
simple (crash recovery) cases
rather than
simple crash (recovery cases)
if it were without hyphens.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Thomas Munro | 2022-03-17 06:55:30 | Re: pg_tablespace_location() failure with allow_in_place_tablespaces |
| Previous Message | Michael Paquier | 2022-03-17 06:18:24 | Re: pg_tablespace_location() failure with allow_in_place_tablespaces |