Re: Replace references to malloc() in libpq documentation with generic language

From: Daniel Gustafsson <daniel(at)yesql(dot)se>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Gurjeet Singh <gurjeet(at)singh(dot)im>, PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Replace references to malloc() in libpq documentation with generic language
Date: 2023-10-24 20:22:39
Message-ID: 8B854A90-7D8E-4A93-9FE0-8958DA48B1E8@yesql.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> On 24 Oct 2023, at 17:07, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> Daniel Gustafsson <daniel(at)yesql(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Daniel Gustafsson 2023-10-24 20:25:54 Re: Cirrus-ci is lowering free CI cycles - what to do with cfbot, etc?
Previous Message Alexander Korotkov 2023-10-24 20:13:01 Re: [PATCH] Improve amcheck to also check UNIQUE constraint in btree index.