2022年11月9日(水) 8:12 Justin Pryzby <pry...@telsasoft.com>: > > On Thu, Nov 03, 2022 at 07:43:03PM -0500, Justin Pryzby wrote: > > On Thu, Nov 03, 2022 at 11:33:57AM +0900, Ian Lawrence Barwick wrote: > > > 2022年11月2日(水) 19:10 Greg Stark <st...@mit.edu>: > > > > On Tue, 1 Nov 2022 at 06:56, Michael Paquier <mich...@paquier.xyz> > > > > wrote: > > > > > > > > > Two people showing up to help is really great, thanks! I'll be around > > > > > as well this month, so I'll do my share of patches, as usual. > > > > > > > > Fwiw I can help as well -- starting next week. I can't do much this > > > > week though. > > > > > > > > I would suggest starting with the cfbot to mark anything that isn't > > > > applying cleanly and passing tests (and looking for more than design > > > > feedback) as Waiting on Author and reminding the author that it's > > > > commitfest time and a good time to bring the patch into a clean state. > > > > > > Sounds like a plan; I'll make a start on that today/tomorrow as I have > > > some time. > > > > If I'm not wrong, Jacob used the CF app to bulk-mail people about > > patches not applying and similar things. That seemed to work well, and > > doesn't require sending mails to dozens of threads. > > If my script is not wrong, these patches add TAP tests, but don't update > the requisite ./meson.build file. It seems like it'd be reasonable to > set them all as WOA until that's done. > > $ for a in `git branch -a |sort |grep commitfest/40`; do : echo "$a..."; > x=`git log -1 --compact-summary "$a"`; echo "$x" |grep '/t/.*pl.*new' > >/dev/null || continue; echo "$x" |grep -Fw meson >/dev/null && continue; git > log -1 --oneline "$a"; done > ... [CF 40/3558] Allow file inclusion in pg_hba and pg_ident files > ... [CF 40/3628] Teach pg_waldump to extract FPIs from the WAL stream > ... [CF 40/3646] Skip replicating the tables specified in except table option > ... [CF 40/3663] Switching XLog source from archive to streaming when primary > available > ... [CF 40/3670] pg_rewind: warn when checkpoint hasn't happened after > promotion > ... [CF 40/3729] Testing autovacuum wraparound > ... [CF 40/3877] vacuumlo: add test to vacuumlo for test coverage > ... [CF 40/3985] TDE key management patches
Looks like your script is correct, will update accordingly. Do we have a FAQ/checklist of meson things to consider for patches anywhere? Regards Ian Barwick