Re: Replace references to malloc() in libpq documentation with generic language
Daniel Gustafsson <daniel@yesql.se>
From: Daniel Gustafsson <daniel@yesql.se>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Gurjeet Singh <gurjeet@singh.im>,
PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2023-10-24T20:22:39Z
Lists: pgsql-hackers
> On 24 Oct 2023, at 17:07, Tom Lane <tgl@sss.pgh.pa.us> wrote: > Daniel Gustafsson <daniel@yesql.se> writes: >> I do agree with this proposed change though: > >> - all the space that will be freed by <xref linkend="libpq-PQclear"/>. >> + all the memory that will be freed by <xref linkend="libpq-PQclear"/>. > > +1, seems harmless. I've pushed this part, skipping the rest. -- Daniel Gustafsson
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Reword memory terminology for PQresultMemorySize
- d8fd08efbc66 17.0 landed