pgsql: Reword memory terminology for PQresultMemorySize

From: Daniel Gustafsson <dgustafsson(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Reword memory terminology for PQresultMemorySize
Date: 2023-10-24 20:19:55
Message-ID: E1qvNsZ-002A1N-CV@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Reword memory terminology for PQresultMemorySize

Rather than using the generic word "space" we might as well use "memory"
since that's precisely what we're dealing with here.

This was extracted from a larger patch around terminology changes where
the remaining hunks were rejected.

Author: Gurjeet Singh <gurjeet(at)singh(dot)im>
Reviewed-by: Daniel Gustafsson <daniel(at)yesql(dot)se>
Reviewed-by: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Discussion: https://postgr.es/m/CABwTF4UHO_NtcsOL6_XZfnpKg_0XBFKa7B-7_x5zs3MRZm3-Tg@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/d8fd08efbc660788f9e735f9dda824c64bc9bd6b

Modified Files
--------------
doc/src/sgml/libpq.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2023-10-24 22:35:27 Re: pgsql: Doc: document bpchar, clarify relationship of text and varchar.
Previous Message Daniel Gustafsson 2023-10-24 19:54:30 pgsql: Speed up pg_regress server readiness testing.