On 2022/01/08 1:50, Bharath Rupireddy wrote:
PSA v7 patch.
Thanks for updating the patch!
I applied some cosmetic changes and pushed the patch. Thanks!
Regards,
--
Fujii Masao
Advanced Computing Technology Center
Research and Development Headquarters
NTT DATA CORPORATION
On Fri, Jan 7, 2022 at 9:19 PM Fujii Masao wrote:
>
> On 2021/11/29 11:44, vignesh C wrote:
> > Thanks for the updated patch. The patch applies neatly, make
> > check-world passes and the documentation looks good. I did not find
> > any issues with the v6 patch, I'm marking the patch as Ready for
On 2021/11/29 11:44, vignesh C wrote:
Thanks for the updated patch. The patch applies neatly, make
check-world passes and the documentation looks good. I did not find
any issues with the v6 patch, I'm marking the patch as Ready for
Committer.
I started reading the patch.
+CREATE FUNCTION m
On Sun, Nov 28, 2021 at 7:15 PM Bharath Rupireddy
wrote:
>
> On Sun, Nov 28, 2021 at 5:21 PM vignesh C wrote:
> > Thanks for the updated patch, one comment:
> > 1) The function can be indented similar to other functions in the same
> > file:
> > +CREATE FUNCTION memcxt_get_proc_pid(text)
> > +R
On Sun, Nov 28, 2021 at 5:21 PM vignesh C wrote:
> Thanks for the updated patch, one comment:
> 1) The function can be indented similar to other functions in the same file:
> +CREATE FUNCTION memcxt_get_proc_pid(text)
> +RETURNS int
> +LANGUAGE SQL
> +AS 'SELECT pid FROM pg_stat_activity WHERE ba
On Sun, Nov 28, 2021 at 12:25 PM Bharath Rupireddy
wrote:
>
> On Sun, Nov 28, 2021 at 12:22 PM vignesh C wrote:
> > > Attaching v4 patch, please review it further.
> >
> > One small comment:
> > 1) There should be a space in between "LOGmessage level"
> > +it can) for memory contexts. The
On Sun, Nov 28, 2021 at 12:22 PM vignesh C wrote:
> > Attaching v4 patch, please review it further.
>
> One small comment:
> 1) There should be a space in between "LOGmessage level"
> +it can) for memory contexts. These memory contexts will be logged at
> +LOGmessage level. They wi
On Mon, Nov 15, 2021 at 10:27 PM Bharath Rupireddy
wrote:
>
> On Mon, Nov 15, 2021 at 10:04 PM vignesh C wrote:
> >
> > On Mon, Nov 15, 2021 at 7:47 AM Bharath Rupireddy
> > wrote:
> > >
> > > On Fri, Nov 5, 2021 at 11:12 AM Bharath Rupireddy
> > > wrote:
> > > > PSA v2 patch and review it.
> >
On Mon, Nov 15, 2021 at 10:04 PM vignesh C wrote:
>
> On Mon, Nov 15, 2021 at 7:47 AM Bharath Rupireddy
> wrote:
> >
> > On Fri, Nov 5, 2021 at 11:12 AM Bharath Rupireddy
> > wrote:
> > > PSA v2 patch and review it.
> >
> > I've modified the docs part a bit, please consider v3 for review.
>
> Th
On Mon, Nov 15, 2021 at 7:47 AM Bharath Rupireddy
wrote:
>
> On Fri, Nov 5, 2021 at 11:12 AM Bharath Rupireddy
> wrote:
> > PSA v2 patch and review it.
>
> I've modified the docs part a bit, please consider v3 for review.
Thanks for the update patch, Few comments:
1) Should we change "CHECK_FOR_
On Fri, Nov 5, 2021 at 11:12 AM Bharath Rupireddy
wrote:
> PSA v2 patch and review it.
I've modified the docs part a bit, please consider v3 for review.
Regards,
Bharath Rupireddy.
v3-0001-enhance-pg_log_backend_memory_contexts-to-log-mem.patch
Description: Binary data
On Thu, Nov 4, 2021 at 9:35 AM Bharath Rupireddy
wrote:
> > I think the reason we need to do this is not that aux processes have
> > the invalid backend id (=InvalidBackendId) but that "some" auxiliary
> > processes may have a broken proc->backendId in regard to
> > SendProcSignal (we know that's
On Mon, Nov 1, 2021 at 6:42 AM Kyotaro Horiguchi
wrote:
>
> At Fri, 29 Oct 2021 22:25:04 +0530, Bharath Rupireddy
> wrote in
> > On Mon, Oct 11, 2021 at 9:55 AM Bharath Rupireddy
> > wrote:
> > >
> > > On Mon, Oct 11, 2021 at 8:21 AM torikoshia
> > > wrote:
> > > > If we can use debuggers, it
At Fri, 29 Oct 2021 22:25:04 +0530, Bharath Rupireddy
wrote in
> On Mon, Oct 11, 2021 at 9:55 AM Bharath Rupireddy
> wrote:
> >
> > On Mon, Oct 11, 2021 at 8:21 AM torikoshia
> > wrote:
> > > If we can use debuggers, it's possible to know the memory contexts e.g.
> > > using MemoryContextStat
On Mon, Oct 11, 2021 at 9:55 AM Bharath Rupireddy
wrote:
>
> On Mon, Oct 11, 2021 at 8:21 AM torikoshia wrote:
> >
> > Thanks for working on this!
> >
> > On 2021-10-09 22:23, Bharath Rupireddy wrote:
> > > Hi,
> > >
> > > Currently pg_log_backend_memory_contexts() doesn't log the memory
> > > co
On Mon, Oct 11, 2021 at 8:21 AM torikoshia wrote:
>
> Thanks for working on this!
>
> On 2021-10-09 22:23, Bharath Rupireddy wrote:
> > Hi,
> >
> > Currently pg_log_backend_memory_contexts() doesn't log the memory
> > contexts of auxiliary processes such as bgwriter, checkpointer, wal
> > writer,
Thanks for working on this!
On 2021-10-09 22:23, Bharath Rupireddy wrote:
Hi,
Currently pg_log_backend_memory_contexts() doesn't log the memory
contexts of auxiliary processes such as bgwriter, checkpointer, wal
writer, archiver, startup process and wal receiver. It will be useful
to look at th
Hi,
Currently pg_log_backend_memory_contexts() doesn't log the memory
contexts of auxiliary processes such as bgwriter, checkpointer, wal
writer, archiver, startup process and wal receiver. It will be useful
to look at the memory contexts of these processes too, for debugging
purposes and better u
18 matches
Mail list logo