Re: [E] Re: Proposal: move ts_util.h/.cc into TS API (in ts namespace)

2024-04-10 Thread Walt Karas
Yes, it's wrapper, that utilizes C++ features. It's easier to use (Imore concise). Easy to understand. Can be intermixed with the base API. On Wed, Apr 10, 2024 at 12:49 PM Leif Hedstrom wrote: > Any specific justifications for this? This is another abstraction of the C > APIs in C++? > > — L

Re: Proposal: move ts_util.h/.cc into TS API (in ts namespace)

2024-04-10 Thread Leif Hedstrom
Any specific justifications for this? This is another abstraction of the C APIs in C++? — Leif On Mon, Apr 8, 2024 at 13:28 Walt Karas wrote: > That is move plugins/experimental/txn_box/plugin/include/txn_box/ts_util.h > to include/ts, and plugins/experimental/txn_box/plugin/src/ts_util.cc to >