Re:Re: Extended Statistics set/restore/clear functions.

2025-12-03 Thread WangYu
Hi Corey I was reviewing the recent patch v19-0003-Include-Extended-Statistics-in-pg_dump.patch and noticed a couple of small typo issues in the explanatory comments — nothing that affects the functionality. Here are the two minor fixes I’d suggest: 1. “ndistintinct” should be “ndistinct”. 2.

add 'noError' to euc_tw_and_big5.c

2021-07-20 Thread wangyu[email protected]
Hi, Heikki 'noError' argument was added at commit ea1b99a661, but it seems to be neglected in euc_tw_and_big5.c Line 289. please see the attachment. Regards, Yukun Wang add-noError.patch Description: add-noError.patch

RE: fix a comment

2021-04-23 Thread wangyu[email protected]
[email protected] Subject: Re: fix a comment On Fri, Apr 23, 2021 at 12:12 PM [email protected] wrote: > > Hi, Hackers: > > In function ExecGetTriggerResultRel, we can see comments: > > > /* First, search through the query result relations */ ... > > /* > >

fix a comment

2021-04-22 Thread wangyu[email protected]
Hi, Hackers: In function ExecGetTriggerResultRel, we can see comments: > /* First, search through the query result relations */ ... > /* > * Third, search through the result relations that were created during > * tuple routing, if any. > */ But the 'Second' was deleted since commit 1375422c78.