Re: POC: Sharing record typmods between backends
Andres Freund <andres@anarazel.de>
On 2017-09-14 23:29:05 -0400, Tom Lane wrote: > Thomas Munro <thomas.munro@enterprisedb.com> writes: > > On Fri, Sep 15, 2017 at 3:03 PM, Andres Freund <andres@anarazel.de> wrote: > >> - added typedefs to typedefs.list > > > Should I do this manually with future patches? I think there's sort of a circuit split on that one. Robert and I do regularly, most others don't. > FWIW, I'm not on board with that. I think the version of typedefs.list > in the tree should reflect the last official pgindent run. Why? I see pretty much no upside to that. You can't reindent anyway, due to unindented changes. You can get the used typedefs.list trivially from git. > There's also a problem that it only works well if *every* committer > faithfully updates typedefs.list, which isn't going to happen. > > For local pgindent'ing, I pull down > > https://buildfarm.postgresql.org/cgi-bin/typedefs.pl > > and then add any typedefs created by the patch I'm working on to that. > But I don't put the result into the commit. Maybe we need a bit better > documentation and/or tool support for using an unofficial typedef list. That's a mighty manual process - I want to be able to reindent files, especially new ones where it's still reasonably possible, without having to download files, then move changes out of the way, so I can rebase, ... Greetings, Andres Freund
Commits
-
Remove TupleDesc remapping logic from tqueue.c.
- 6b65a7fe62e1 11.0 landed
-
Add support for coordinating record typmods among parallel workers.
- cc5f81366c36 11.0 landed
-
Improve division of labor between execParallel.c and nodeGather[Merge].c.
- 51daa7bdb39e 11.0 cited
-
Add minimal regression test for blessed record type transfer.
- d36f7efb39e1 11.0 landed
-
Consolidate the function pointer types used by dshash.c.
- d7694fc14870 11.0 landed
-
Fix unlikely shared memory leak after failure in dshash_create().
- 4569715bd6fa 11.0 landed
-
Refactor typcache.c's record typmod hash table.
- 35ea75632a56 11.0 landed
-
Add a hash_combine function for mixing hash values.
- 0052a0243d9c 11.0 landed
-
Backpatch introduction of TupleDescAttr(tupdesc, i).
- 8cda1fadd25b 9.2.23 landed
- 5b286cae3cc1 9.3.19 landed
- 3d58994eccb7 9.4.14 landed
- d778a77d38be 9.5.9 landed
- 6c036d01089c 9.6.5 landed
- d34a74dd064a 10.0 landed
-
Partially flatten struct tupleDesc so that it can be used in DSM.
- c6293249dc17 11.0 landed
-
Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).
- 2cd708452400 11.0 landed