| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Kyotaro Horiguchi <horikyota(dot)ntt(at)gmail(dot)com> |
| Cc: | thomas(dot)munro(at)gmail(dot)com, pg(at)bowt(dot)ie, pgsql-hackers(at)lists(dot)postgresql(dot)org, craig(dot)ringer(at)enterprisedb(dot)com, robertmhaas(at)gmail(dot)com |
| Subject: | Re: 011_crash_recovery.pl intermittently fails |
| Date: | 2021-03-05 16:16:55 |
| Message-ID: | 1495174.1614961015@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Kyotaro Horiguchi <horikyota(dot)ntt(at)gmail(dot)com> writes:
> So I think we need to remove the shared_buffers setting for the
> allows_streamig case in PostgresNode.pm
That would have uncertain effects on other TAP tests, so I'm disinclined
to do it that way. 011_crash_recovery.pl doesn't actually use a standby
server, so just removing its use of the allows_streaming option seems
sufficient.
But, of course, first we need a fix for the bug we now know exists.
Was anyone volunteering to make the patch?
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | David Steele | 2021-03-05 16:25:12 | Re: posgres 12 bug (partitioned table) |
| Previous Message | Tom Lane | 2021-03-05 16:01:59 | Re: [PATCH] remove deprecated v8.2 containment operators |