Re: Size and size_t in dsa API
Thomas Munro <thomas.munro@enterprisedb.com>
From: Thomas Munro <thomas.munro@enterprisedb.com>
To: "Ideriha, Takeshi" <ideriha.takeshi@jp.fujitsu.com>
Cc: Pg Hackers <pgsql-hackers@postgresql.org>
Date: 2018-09-21T12:56:47Z
Lists: pgsql-hackers
On Thu, Sep 20, 2018 at 10:13 PM Ideriha, Takeshi <ideriha.takeshi@jp.fujitsu.com> wrote: > >> As a non-expert developer's opinion, I think mixing of Size and size_t makes difficult > >to understand source code. > > > >Agreed. Let's change them all to size_t and back-patch that to keep future > >back-patching easy. Patch attached. > > Thank you for the quick action. I'm happy now. > I confirmed English word Size in comment is kept as it is. Pushed. Thanks for the reminder about that. -- Thomas Munro http://www.enterprisedb.com
Commits
-
Use size_t consistently in dsa.{ch}.
- 917fe6a48218 10.6 landed
- ec7b27675dcc 11.0 landed
- f025bd2ddd07 12.0 landed