Re: pgsql: psql: add an optional execution-count limit to \watch.

2023-04-10 Thread Aleksander Alekseev
TF-8 ``` This is up-to-dated Ubuntu 22.04 with pretty much default settings except for the timezone changed to MSK and enabled Russian keyboard layout. Here is a proposed fix. I realize this is a somewhat suboptimal solution, but it makes the test pass regardless of the locale settings. -- Best reg

Re: pgsql: psql: add an optional execution-count limit to \watch.

2023-04-10 Thread Aleksander Alekseev
Hi Tom, > Aleksander Alekseev writes: > > The test still fails under the following conditions: > > > $ env | grep UTF-8 > > LANG=en_US.UTF-8 > > LC_ALL=en_US.UTF-8 > > LC_NUMERIC=ru_RU.UTF-8 > > Hmm, so psql is honoring the LC_NUMERIC setting in that

Re: pgsql: psql: add an optional execution-count limit to \watch.

2023-04-10 Thread Aleksander Alekseev
Hi, > The attached makes check-world pass for me under these conflicting > environment settings, but it's kind of a scary change. Thoughts? FWIW my MacOS and Linux laptops have no complaints about the patch. -- Best regards, Aleksander Alekseev

Re: pgsql: Generate syscache info from catalog files

2024-02-05 Thread Aleksander Alekseev
nstalled and I don't see why it would be processed differently from syscache_ids.h. There is no such problem with Autotools, it looks like 6eb6086faa38 did the trick. -- Best regards, Aleksander Alekseev

Re: pgsql: aio: Add core asynchronous I/O infrastructure

2025-04-05 Thread Aleksander Alekseev
ems to be missing in this commit or in the following ones. Any chance it was excluded by mistake? -- Best regards, Aleksander Alekseev

Re: pgsql: Add function to get memory context stats for processes

2025-04-10 Thread Aleksander Alekseev
not wedded to the name at all, it was just the first thing that > popped into my head. I agree that the name is too generic for an exported symbol. -- Best regards, Aleksander Alekseev

Re: pgsql: Refactor ChangeVarNodesExtended() using the custom callback

2025-05-07 Thread Aleksander Alekseev
ork from BETA1 and cherry-pick all the necessary changes from `master`. This is the reason why I suspected this was committed by mistake. -- Best regards, Aleksander Alekseev

Re: pgsql: Refactor ChangeVarNodesExtended() using the custom callback

2025-05-07 Thread Aleksander Alekseev
#x27;t realize it fixes an open item. Many thanks! -- Best regards, Aleksander Alekseev

Re: pgsql: Refactor ChangeVarNodesExtended() using the custom callback

2025-05-07 Thread Aleksander Alekseev
stake. -- Best regards, Aleksander Alekseev

Re: pgsql: Refactor ChangeVarNodesExtended() using the custom callback

2025-05-07 Thread Aleksander Alekseev
`master` branch contains this commit or others? -- Best regards, Aleksander Alekseev

Re: pgsql: Remove assertion from PortalRunMulti

2025-07-17 Thread Aleksander Alekseev
Hi Avaro, > Reported-by: Aleksander Alekseev I didn't report this issue, it was done by Alexander Lakhin.

Re: pgsql: injection_points: Add injection_points_list()

2025-07-10 Thread Aleksander Alekseev
Hi Michael, > injection_points: Add injection_points_list() > > This function can be used to retrieve the information about all the > injection points attached to a cluster, providing coverage for > InjectionPointList() introduced in 7b2eb72b1b8c. > > The original proposal turned around a system f