Re: Row pattern recognition
Henson Choi <assam258@gmail.com>
From: Henson Choi <assam258@gmail.com>
To: Tatsuo Ishii <ishii@postgresql.org>
Cc: jian.universality@gmail.com, zsolt.parragi@percona.com, sjjang112233@gmail.com, vik@postgresfriends.org, er@xs4all.nl, jacob.champion@enterprisedb.com, david.g.johnston@gmail.com, peter@eisentraut.org, li.evan.chao@gmail.com, pgsql-hackers@postgresql.org
Date: 2026-06-02T14:11:05Z
Lists: pgsql-hackers
Hi Tatsuo, Catching up on today's notes -- all straightforward, so I'm folding them into one reply. > I'd prefer (3). Yes, I agree that 240 pattern variables is enough. Then (3) it is -- and with Jian on the same choice, that closes it. I'll go ahead with it. Since it's a narrowing it's only free pre-release, so it goes in the v48 core rather than a later follow-up. > static void > nfa_reevaluate_dependent_vars(WindowAggState *winstate, RPRNFAContext *ctx, > int64 currentPos) > > This function does not have a forward declaration. Moreover, it is put > in the "API exposed to nodeWindowAgg.c" section. [...] I suggest to add > a forward declaration for it and move it before "API exposed to > nodeWindowAgg.c" section. Agreed -- that was just an oversight. I'll add the forward declaration and move it out of the API-exposed section. > nocfbot-0025-...:55:+ (errcode(ERRCODE_WINDOWING_ERROR), > Maybe this is the only one worth to look into? Right -- I'll update 0025 in the next posting. Thanks, Henson
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Adjust cross-version upgrade tests for seg_out() fix
- 3e3d7875e956 19 (unreleased) cited
-
Rationalize error comments in partition split/merge tests
- ecb2508aaf9b 19 (unreleased) cited
-
Add fast path for foreign key constraint checks
- 2da86c1ef9b5 19 (unreleased) cited
-
Fix assorted pretty-trivial memory leaks in the backend.
- e78d1d6d47dc 19 (unreleased) cited
-
Add temporal FOREIGN KEY contraints
- 89f908a6d0ac 18.0 cited
-
Add trailing commas to enum definitions
- 611806cd726f 17.0 cited
-
Remove obsolete executor cleanup code
- d060e921ea5a 17.0 cited