Re: [HACKERS] Causal reads take II - Mailing list pgsql-hackers

From Dmitry Dolgov
Subject Re: [HACKERS] Causal reads take II
Date
Msg-id CA+q6zcVwcUgdQ=g8R4Kz8Jt+t=KWTsxgAOuM+FKD72c_RUok1A@mail.gmail.com
Whole thread Raw
In response to Re: [HACKERS] Causal reads take II  (Thomas Munro <thomas.munro@enterprisedb.com>)
Responses Re: [HACKERS] Causal reads take II  (Thomas Munro <thomas.munro@enterprisedb.com>)
List pgsql-hackers
> On 23 June 2017 at 13:48, Thomas Munro <thomas.munro@enterprisedb.com> wrote:
>
> Apologies for the extended delay.  Here is the rebased patch, now with a
> couple of improvements (see below).

Thank you. I started to play with it a little bit, since I think it's an
interesting idea. And there are already few notes:

* I don't see a CF item for that, where is it?

* Looks like there is a sort of sensitive typo in `postgresql.conf.sample`:

```
+#causal_reads_standy_names = '*' # standby servers that can potentially become
+ # available for causal reads; '*' = all
+
```

it should be `causal_reads_standby_names`. Also I hope in the nearest future I
can provide a full review.

pgsql-hackers by date:

Previous
From: Alexey Chernyshov
Date:
Subject: Re: Fwd: [HACKERS] Vacuum: allow usage of more than 1GB of work mem
Next
From: Alvaro Herrera
Date:
Subject: Re: [HACKERS] New partitioning - some feedback