RE: Draft for basic NUMA observability

2025-04-10 Thread Shinoda, Noriyoshi (SXD Japan FSI)
Hi, Thanks for developing this great feature. The manual says that the 'size' column of the pg_shmem_allocations_numa view is 'int4', but the implementation is 'int8'. The attached small patch fixes the manual. Regards, Noriyoshi Shinoda -Original Message- From: Tomas Vondra Sent:

RE: jsonb_strip_nulls with arrays?

2025-03-06 Thread Shinoda, Noriyoshi (SXD Japan FSI)
Hi, Thanks for developing the good feature. I've attached a small patch for the documentation of the json_strip_nulls function. The data type of the 'target' parameter is different between the implementation and the documentation. The implementation is json_stripe_nulls (target JSON, ...), but t

RE: Pgoutput not capturing the generated columns

2025-01-23 Thread Shinoda, Noriyoshi (SXD Japan FSI)
el Paquier ; Shinoda, Noriyoshi (SXD Japan FSI) ; Shubham Khanna ; Masahiko Sawada ; Rajendra Kumar Dangwal ; pgsql-hackers@lists.postgresql.org; eu...@eulerto.com Subject: Re: Pgoutput not capturing the generated columns > On 23 Jan 2025, at 13:19, vignesh C wrote: > When dumping from Po