| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Kyotaro Horiguchi <horikyota(dot)ntt(at)gmail(dot)com> |
| Cc: | nathandbossart(at)gmail(dot)com, houzj(dot)fnst(at)fujitsu(dot)com, amit(dot)kapila16(at)gmail(dot)com, m(dot)melihmutlu(at)gmail(dot)com, thomas(dot)munro(at)gmail(dot)com, kuroda(dot)hayato(at)fujitsu(dot)com, pgsql-hackers(at)postgresql(dot)org |
| Subject: | Re: wake up logical workers after ALTER SUBSCRIPTION |
| Date: | 2023-01-25 16:49:27 |
| Message-ID: | 2715454.1674665367@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:
> At Tue, 24 Jan 2023 10:42:17 -0800, Nathan Bossart <nathandbossart(at)gmail(dot)com> wrote in
>> Here is a first attempt at a patch. I scanned through all the existing
>> uses of InvalidDsaPointer and DSM_HANDLE_INVALID and didn't notice anything
>> else that needed adjusting.
> There seems to be two cases for DSA_HANDLE_INVALID in dsa_get_handle
> and dsa_attach_in_place, one of which is Assert(), though.
Right. I fixed some other infelicities and pushed it.
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Pavel Stehule | 2023-01-25 17:02:07 | Re: Re: Support plpgsql multi-range in conditional control |
| Previous Message | songjinzhou | 2023-01-25 16:22:06 | Re: Re: Support plpgsql multi-range in conditional control |